solana-go/rpc
Slavomir d961b44ac4 Improve GetConfirmedSignaturesForAddress2 2021-07-15 14:37:37 +02:00
..
ws Refactor Account data decoding/encoding 2021-07-11 23:49:42 +02:00
client.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
client_test.go RPC: Improve GetConfirmedTransaction 2021-07-14 19:37:10 +02:00
deprecated.go Improve GetConfirmedSignaturesForAddress2 2021-07-15 14:37:37 +02:00
getAccountInfo.go RPC: Refactor data methods 2021-07-12 16:00:27 +02:00
getBalance.go Add tests and improve API signatures 2021-07-09 17:36:53 +02:00
getBlock.go Refactor Account data decoding/encoding 2021-07-11 23:49:42 +02:00
getBlockCommitment.go Use uint64 2021-07-09 17:56:15 +02:00
getBlockHeight.go Add tests and improve API signatures 2021-07-09 17:36:53 +02:00
getBlockProduction.go Use uint64 2021-07-09 17:56:15 +02:00
getBlockTime.go Use uint64 2021-07-09 17:56:15 +02:00
getBlocks.go Add TODOs 2021-07-11 18:08:29 +02:00
getBlocksWithLimit.go Add TODOs 2021-07-11 18:08:29 +02:00
getClusterNodes.go Add tests for response parsing 2021-07-07 17:42:23 +02:00
getEpochInfo.go Add tests and improve API signatures 2021-07-09 17:36:53 +02:00
getEpochSchedule.go Simplify code 2021-07-01 16:44:07 +02:00
getFeeCalculatorForBlockhash.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getFeeRateGovernor.go Simplify code 2021-07-01 16:44:07 +02:00
getFees.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getFirstAvailableBlock.go Remove debug 2021-07-01 15:56:32 +02:00
getGenesisHash.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getHealth.go Add RPC/getHealth 2021-07-01 16:00:31 +02:00
getIdentity.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getInflationGovernor.go Add RPC/getInflationGovernor 2021-07-01 16:08:32 +02:00
getInflationRate.go Add RPC/getInflationRate 2021-07-01 16:12:19 +02:00
getInflationReward.go Use uint64 2021-07-09 17:56:15 +02:00
getLargestAccounts.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getLeaderSchedule.go Use uint64 2021-07-09 17:56:15 +02:00
getMaxRetransmitSlot.go Add RPC/getMaxRetransmitSlot 2021-07-01 17:21:12 +02:00
getMaxShredInsertSlot.go Add RPC/getMaxShredInsertSlot 2021-07-01 17:45:09 +02:00
getMinimumBalanceForRentExemption.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
getMultipleAccounts.go Refactor Account data decoding/encoding 2021-07-11 23:49:42 +02:00
getProgramAccounts.go Add tests and improve API signatures 2021-07-09 17:36:53 +02:00
getRecentBlockhash.go Fix request and comments 2021-07-11 17:58:41 +02:00
getRecentPerformanceSamples.go Add RPC/getRecentPerformanceSamples 2021-07-01 18:38:02 +02:00
getSignatureStatuses.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getSignaturesForAddress.go Fix request and comments 2021-07-11 17:58:41 +02:00
getSlot.go Add tests and improve API signatures 2021-07-09 17:36:53 +02:00
getSlotLeader.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getSlotLeaders.go Use uint64 2021-07-09 17:56:15 +02:00
getSnapshotSlot.go Add RPC/getSnapshotSlot 2021-07-01 18:42:15 +02:00
getStakeActivation.go Add more tests; refactor account data encoding/decoding 2021-07-10 17:51:19 +02:00
getSupply.go Add tests for response parsing 2021-07-07 17:42:23 +02:00
getTokenAccountBalance.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenAccountsByDelegate.go Refactor Account data decoding/encoding 2021-07-11 23:49:42 +02:00
getTokenAccountsByOwner.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenLargestAccounts.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTokenSupply.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
getTransaction.go Refactor Account data decoding/encoding 2021-07-11 23:49:42 +02:00
getTransactionCount.go Add tests for response parsing 2021-07-07 17:42:23 +02:00
getVersion.go Add RPC/getVersion 2021-07-02 14:27:49 +02:00
getVoteAccounts.go Add tests and improve API signatures 2021-07-09 17:36:53 +02:00
logging.go Rename `github.com/dfuse-io/solana-go` to `github.com/gagliardetto/solana-go` 2021-07-06 18:18:26 +02:00
minimumLedgerSlot.go Add RPC/minimumLedgerSlot 2021-07-02 15:02:24 +02:00
requestAirdrop.go Use uint64 2021-07-09 17:56:15 +02:00
rpc_test.go Refactoring around Transaction, fixed all tests, skip WS tests for now 2020-12-16 15:34:07 -05:00
sendTransaction.go Add more tests; refactor account data encoding/decoding 2021-07-10 17:51:19 +02:00
simulateTransaction.go RPC: each method has its own file 2021-07-07 14:29:22 +02:00
types.go RPC: Refactor data methods 2021-07-12 16:00:27 +02:00