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

add methods to the RPC client #564

Merged
merged 2 commits into from
Nov 13, 2024
Merged

add methods to the RPC client #564

merged 2 commits into from
Nov 13, 2024

Conversation

BoogVAr
Copy link

@BoogVAr BoogVAr commented Oct 30, 2024

No description provided.

@BoogVAr BoogVAr requested a review from anton-lisanin November 6, 2024 11:39
@BoogVAr BoogVAr force-pushed the neon_rpc_client_update branch from 8a467ef to 4de0690 Compare November 12, 2024 11:37
@neonlabstech
Copy link

Dapps report

🔗Cost report

@neonlabstech
Copy link

Solana Requests Statistics
count min_time max_time average_time median_time
getAccountInfo 55861 0 0.296 0.00279193 0.001
getSlot 34337 0 0.255 0.00164004 0.001
getBlocks 17006 0 0.161 0.00133506 0.001
getMultipleAccounts 15160 0 0.187 0.00359835 0.002
getBlock 14849 0 0.163 0.00405724 0.003
getLatestBlockhash 10416 0 0.218 0.00269336 0.001
getTransaction 9864 0.001 0.481 0.0173017 0.007
getBlockTime 6185 0 0.106 0.0012616 0.001
sendTransaction 5121 0.001 0.303 0.0141757 0.009
getBalance 1759 0 0.074 0.00313985 0.001
getSignatureStatuses 1156 0 0.145 0.00310121 0.001
getVersion 605 0 0.08 0.0026843 0.001
isBlockhashValid 560 0 0.054 0.00122857 0.001
simulateTransaction 491 0 0.006 0.00144196 0.001
getSignaturesForAddress 60 0.001 0.007 0.00316667 0.003
requestAirdrop 32 0.001 0.002 0.00121875 0.001
getTokenAccountBalance 5 0 0.002 0.001 0.001
getHealth 3 0 0.001 0.000333333 0
getFirstAvailableBlock 2 0 0.001 0.0005 0.0005
getMinimumBalanceForRentExemption 1 0.001 0.001 0.001 0.001
getClusterNodes 1 0.003 0.003 0.003 0.003

@BoogVAr BoogVAr merged commit f09800b into develop Nov 13, 2024
4 checks passed
@BoogVAr BoogVAr deleted the neon_rpc_client_update branch November 13, 2024 09:15
sferatime added a commit that referenced this pull request Nov 22, 2024
* NDEV-3421 Do not check accounts for rent-exempt (#571)

Co-authored-by: Semen Medvedev <[email protected]>

* add methods to the RPC client (#564)

* add methods to the erc client

* async send rpc client

---------

Co-authored-by: s-medvedev <[email protected]>
Co-authored-by: Semen Medvedev <[email protected]>
Co-authored-by: Vladimir Bugaev <[email protected]>
sferatime added a commit that referenced this pull request Nov 27, 2024
* NDEV-3421 Do not check accounts for rent-exempt (#571)

Co-authored-by: Semen Medvedev <[email protected]>

* add methods to the RPC client (#564)

* add methods to the erc client

* async send rpc client

* NDEV-3329. Inconsistent gas data when cancel happens (#555)

* NDEV-3329. Inconsistent gas data when cancel happens

* NDEV-3329. Show correct GAS in logs when insufficient gas happen

* Ndev 3385  Caching ProgramData accounts (#569)

* Hash , rpc + db_work

* fix clippy errors

* test fixing

* apply iface fixes for rocksdb

* account check

* add a unit test and mock rpc

* fixed RPC mock and add unit test

* applied mr comments

* change rpc API && revert clickhouse job

---------

Co-authored-by: s-medvedev <[email protected]>
Co-authored-by: Semen Medvedev <[email protected]>
Co-authored-by: Vladimir Bugaev <[email protected]>
Co-authored-by: ancientmage <[email protected]>
Co-authored-by: rnovikov <[email protected]>
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.

2 participants