solcpp icon indicating copy to clipboard operation
solcpp copied to clipboard

Solana: port all non-deprecated json rpc requests from web3.js

Open mschneider opened this issue 3 years ago • 4 comments

https://solana-labs.github.io/solana-web3.js/classes/Connection.html

getAccountInfo getAccountInfoAndContext getAddressLookupTable getBalance getBalanceAndContext getBlock getBlockHeight getBlockProduction getBlockSignatures getBlockTime getBlocks getClusterNodes getConfirmedBlock getConfirmedBlockSignatures getConfirmedSignaturesForAddress getConfirmedSignaturesForAddress2 getConfirmedTransaction getEpochInfo getEpochSchedule getFeeCalculatorForBlockhash getFeeForMessage getFirstAvailableBlock getGenesisHash getInflationGovernor getInflationReward getLargestAccounts getLatestBlockhash getLatestBlockhashAndContext getLeaderSchedule getMinimumBalanceForRentExemption getMinimumLedgerSlot getMultipleAccountsInfo getMultipleAccountsInfoAndContext getNonce getNonceAndContext getParsedAccountInfo getParsedConfirmedTransaction getParsedConfirmedTransactions getParsedProgramAccounts getParsedTokenAccountsByOwner getParsedTransaction getParsedTransactions getProgramAccounts getRecentBlockhash getRecentBlockhashAndContext getRecentPerformanceSamples getSignatureStatus getSignatureStatuses getSignaturesForAddress getSlot getSlotLeader getSlotLeaders getStakeActivation getStakeMinimumDelegation getSupply getTokenAccountBalance getTokenAccountsByOwner getTokenLargestAccounts getTokenSupply getTotalSupply getTransaction getTransactionCount getTransactions getVersion getVoteAccounts

mschneider avatar Sep 23 '22 18:09 mschneider

@mschneider I would like to work on this.

OmkarAcharekar avatar Sep 28 '22 16:09 OmkarAcharekar

Willing to work with @OmkarAcharekar on this issue?

pSN0W avatar Oct 05 '22 18:10 pSN0W

@OmkarAcharekar you mentioned you made some progress on this, can you please make sure to send a PR with just one of those methods, so we can get an initial review cycle going>

mschneider avatar Oct 14 '22 15:10 mschneider