.. |
ws
|
Added new instructions
|
2020-12-21 09:59:46 -05:00 |
client.go
|
Clean up RPC/GetRecentBlockhash
|
2021-07-01 18:30:39 +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
|
RPC: move deprecated methods into a dedicated file
|
2021-06-30 14:17:04 +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 |
getSignaturesForAddress.go
|
Add RPC/getSignaturesForAddress
|
2021-07-01 21:39:39 +02:00 |
getSnapshotSlot.go
|
Add RPC/getSnapshotSlot
|
2021-07-01 18:42:15 +02:00 |
logging.go
|
move traceEnabled to logging.IsTraceEnabled
|
2020-11-16 13:39:07 -05: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
|
Transform DeprecatedTransactionMetaStatus into a map
|
2021-07-01 22:00:39 +02:00 |