.. |
ws
|
Added new instructions
|
2020-12-21 09:59:46 -05:00 |
client.go
|
Improve naming, comments
|
2021-07-02 15:42:26 +02:00 |
client_test.go
|
Refactoring around Transaction, fixed all tests, skip WS tests for now
|
2020-12-16 15:34:07 -05:00 |
deprecated.go
|
Improve naming, comments
|
2021-07-02 15:42:26 +02:00 |
getBlock.go
|
Hashes: Use solana.Hash instead of solana.PublicKey
|
2021-07-01 15:24:34 +02:00 |
getBlockCommitment.go
|
Add RPC/getBlockCommitment
|
2021-07-01 13:04:36 +02:00 |
getBlockHeight.go
|
Add RPC/getBlockHeight
|
2021-07-01 12:15:27 +02:00 |
getBlockProduction.go
|
Add RPC/getBlockProduction
|
2021-07-01 12:55:54 +02:00 |
getBlockTime.go
|
RPC/GetBlockTime: more comments
|
2021-07-01 13:33:54 +02:00 |
getBlocks.go
|
Add RPC/getBlocksWithLimit
|
2021-07-01 13:27:39 +02:00 |
getBlocksWithLimit.go
|
Add RPC/getBlocksWithLimit
|
2021-07-01 13:27:39 +02:00 |
getClusterNodes.go
|
Simplify code
|
2021-07-01 16:44:07 +02:00 |
getEpochInfo.go
|
Add RPC/getEpochInfo
|
2021-07-01 14:29:35 +02:00 |
getEpochSchedule.go
|
Simplify code
|
2021-07-01 16:44:07 +02:00 |
getFeeCalculatorForBlockhash.go
|
Add RPC/getFeeCalculatorForBlockhash
|
2021-07-01 15:24:49 +02:00 |
getFeeRateGovernor.go
|
Simplify code
|
2021-07-01 16:44:07 +02:00 |
getFees.go
|
Add RPC/getFees
|
2021-07-01 15:40:21 +02:00 |
getFirstAvailableBlock.go
|
Remove debug
|
2021-07-01 15:56:32 +02:00 |
getGenesisHash.go
|
Add RPC/getGenesisHash
|
2021-07-01 15:56:43 +02:00 |
getHealth.go
|
Add RPC/getHealth
|
2021-07-01 16:00:31 +02:00 |
getIdentity.go
|
Add RPC/getIdentity
|
2021-07-01 16:03:18 +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
|
Add RPC/getInflationReward
|
2021-07-01 16:22:57 +02:00 |
getLargestAccounts.go
|
Add RPC/getLargestAccounts
|
2021-07-01 16:53:03 +02:00 |
getLeaderSchedule.go
|
Add missing checks
|
2021-07-01 17:58:38 +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 |
getMultipleAccounts.go
|
RPC: distinguish between GetMultipleAccounts and GetMultipleAccountsWithOpts
|
2021-07-01 18:02:09 +02:00 |
getRecentPerformanceSamples.go
|
Add RPC/getRecentPerformanceSamples
|
2021-07-01 18:38:02 +02:00 |
getSignatureStatuses.go
|
Add RPC/getSignatureStatuses
|
2021-07-01 22:01:13 +02:00 |
getSignaturesForAddress.go
|
Add RPC/getSignaturesForAddress
|
2021-07-01 21:39:39 +02:00 |
getSlotLeader.go
|
Add RPC/getSlotLeaders
|
2021-07-01 22:16:47 +02:00 |
getSlotLeaders.go
|
Add RPC/getSlotLeaders
|
2021-07-01 22:16:47 +02:00 |
getSnapshotSlot.go
|
Add RPC/getSnapshotSlot
|
2021-07-01 18:42:15 +02:00 |
getStakeActivation.go
|
Add RPC/getStakeActivation
|
2021-07-01 22:24:58 +02:00 |
getSupply.go
|
Add RPC/getSupply
|
2021-07-01 22:31:18 +02:00 |
getTokenAccountBalance.go
|
Add RPC/getTokenAccountBalance
|
2021-07-01 22:43:18 +02:00 |
getTokenAccountsByDelegate.go
|
Add RPC/getTokenAccountsByOwner
|
2021-07-02 13:30:03 +02:00 |
getTokenAccountsByOwner.go
|
Add RPC/getTokenAccountsByOwner
|
2021-07-02 13:30:03 +02:00 |
getTokenLargestAccounts.go
|
Add RPC/getTokenLargestAccounts
|
2021-07-02 13:45:03 +02:00 |
getTokenSupply.go
|
Add RPC/getTokenSupply
|
2021-07-02 13:50:14 +02:00 |
getTransaction.go
|
Add RPC/getTransaction
|
2021-07-02 14:20:40 +02:00 |
getTransactionCount.go
|
Add RPC/getTransactionCount
|
2021-07-02 14:24:14 +02:00 |
getVersion.go
|
Add RPC/getVersion
|
2021-07-02 14:27:49 +02:00 |
getVoteAccounts.go
|
Add RPC/getVoteAccounts
|
2021-07-02 14:50:53 +02:00 |
logging.go
|
move traceEnabled to logging.IsTraceEnabled
|
2020-11-16 13:39:07 -05:00 |
minimumLedgerSlot.go
|
Add RPC/minimumLedgerSlot
|
2021-07-02 15:02:24 +02:00 |
rpc_test.go
|
Refactoring around Transaction, fixed all tests, skip WS tests for now
|
2020-12-16 15:34:07 -05:00 |
types.go
|
Add RPC/getTransaction
|
2021-07-02 14:20:40 +02:00 |