solana-go/rpc
Slavomir 18b50cfa50 Add RPC/getHealth 2021-07-01 16:00:31 +02:00
..
ws Added new instructions 2020-12-21 09:59:46 -05:00
client.go RPC: add getBlock 2021-06-30 23:35:30 +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 Add RPC/getClusterNodes 2021-07-01 13:43:10 +02:00
getEpochInfo.go Add RPC/getEpochInfo 2021-07-01 14:29:35 +02:00
getEpochSchedule.go Add RPC/getEpochSchedule 2021-07-01 14:34:33 +02:00
getFeeCalculatorForBlockhash.go Add RPC/getFeeCalculatorForBlockhash 2021-07-01 15:24:49 +02:00
getFeeRateGovernor.go Add RPC/getFeeRateGovernor 2021-07-01 15:33:32 +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
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 Hashes: Use solana.Hash instead of solana.PublicKey 2021-07-01 15:24:34 +02:00