Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ndev 3382 #229

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open

Ndev 3382 #229

wants to merge 23 commits into from

Conversation

AnastasiyaTarasova
Copy link

No description provided.

@AnastasiyaTarasova AnastasiyaTarasova force-pushed the NDEV-3382 branch 3 times, most recently from 3c817de to 2a43ea0 Compare January 21, 2025 14:45
@neonlabstech
Copy link

Solana Requests Statistics
count min_time max_time average_time median_time
getSlot 63112 0 0.165 0.000504753 0
getAccountInfo 49674 0 0.172 0.000645831 0
getBlocks 33252 0 0.032 0.000480272 0
getBlock 16832 0 0.755 0.000901141 0.001
getLatestBlockhash 11523 0 0.178 0.0024918 0.001
getTransaction 10541 0 0.236 0.0101522 0.003
getMultipleAccounts 7587 0 0.178 0.00149638 0.001
sendTransaction 5335 0 0.16 0.00754152 0.004
getBalance 1928 0 0.059 0.000977697 0.001
getSignatureStatuses 1178 0 0.035 0.000651952 0
simulateTransaction 588 0 0.002 0.000501701 0
isBlockhashValid 571 0 0.005 0.000394046 0
getVersion 547 0 0.014 0.000579525 0
getSignaturesForAddress 59 0 0.005 0.00176271 0.002
requestAirdrop 32 0 0.02 0.0013125 0.001
getBlockHeight 15 0 0.001 0.0004 0
getHealth 3 0 0.001 0.000333333 0
getTokenAccountBalance 3 0 0.001 0.000333333 0
getFirstAvailableBlock 2 0.001 0.001 0.001 0.001
getMinimumBalanceForRentExemption 1 0.006 0.006 0.006 0.006
getProgramAccounts 1 0.015 0.015 0.015 0.015
getClusterNodes 1 0 0 0 0

.github/workflows/full_test_suite/terraform.auto.tfvars Outdated Show resolved Hide resolved
@classmethod
def from_raw(cls, code: int, data: bytearray, message: str):
return cls(
code = code,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a conversion from int to ErrorCode type.
What will happen if the code isn't on the list?

common/neon/evm_log_decoder.py Outdated Show resolved Hide resolved
common/neon/evm_log_decoder.py Outdated Show resolved Hide resolved
common/neon/evm_log_decoder.py Outdated Show resolved Hide resolved
common/solana_rpc/neon_tx_error_parser.py Outdated Show resolved Hide resolved
common/solana_rpc/neon_tx_error_parser.py Outdated Show resolved Hide resolved
@@ -45,18 +45,9 @@ class SolTxErrorParser:
# fmt: on
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

already_finalized_msg, _out_of_memory_msg, _memory_alloc_fail_msg, _require_resize_iter_msg, _create_neon_acct_re - all these errors are from Neon?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sequence isn't imported

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imported Sequence 6e1f0a5

common/solana_rpc/transaction_error_parser.py Outdated Show resolved Hide resolved
proxy/executor/strategy_base.py Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants