Commit Graph

34 Commits

Author SHA1 Message Date
l.subbotin f410d9893d
Introduced additional identity label to metrics. 2024-10-22 21:26:37 +02:00
Matt Johnstone 76755da9f3
added health check to Collect() 2024-10-18 16:57:44 +02:00
Matt Johnstone 8cc29309fa
merged getHealth.go -> client.go 2024-10-18 11:28:22 +02:00
l.subbotin 0a0782bb25
Added support for getHealth method, introducing solana_is_healthy, solana_num_slots_behind
(after refactoring)
2024-10-18 11:17:07 +02:00
Matt Johnstone 7be0a718f7
Merge pull request #44 from asymmetric-research/error-update
Added rpc error data
2024-10-17 19:20:32 +02:00
Matt Johnstone f8c6f582cf
added block size monitoring 2024-10-15 17:50:04 +02:00
Matt Johnstone 7bfab5fae3
added config object 2024-10-15 12:30:53 +02:00
Matt Johnstone 5ea95f245f
added rpc error data 2024-10-14 17:20:34 +02:00
Matt Johnstone 4f2c927054
added rpcerror handling to fee reward fetching 2024-10-08 18:10:34 +02:00
Matt Johnstone dd6f72c822
refactored getResponse to pure function 2024-10-08 17:16:10 +02:00
Matt Johnstone 328074ea6f
working on fee rewards 2024-10-07 16:55:24 +02:00
Matt Johnstone 05411bc684
standardised commitments 2024-10-07 15:05:24 +02:00
Matt Johnstone 7db68af818
added GetBlock 2024-10-07 14:49:37 +02:00
Matt Johnstone b3d33313b0
added GetLeaderSchedule + rpc documentation linking to offical methods 2024-10-07 14:06:46 +02:00
Matt Johnstone 68a3a29280
working on inflation rewards 2024-10-07 12:41:06 +02:00
Matt Johnstone 789f8ac792
added GetInflationReward 2024-10-07 12:41:06 +02:00
Matt Johnstone bf217cfc22
implemented jeffs nits 2024-10-06 16:58:15 +02:00
Matt Johnstone 8e4f5e8d6f
refactored WatchSlots() to SlotWatcher 2024-10-04 12:56:33 +02:00
Matt Johnstone ced08197cf
refactored GetVoteAccounts 2024-10-04 12:38:22 +02:00
Matt Johnstone ab386801b1
refactored GetBlockProduction 2024-10-04 12:38:20 +02:00
Matt Johnstone 0df883021a
fixed Collect 2024-10-01 22:07:53 +02:00
Matt Johnstone d2807364f6
added GetBalance to RPC client 2024-10-01 11:52:02 +02:00
Matt Johnstone 3e9359969c
dried GetBlockProduction 2024-06-15 10:12:56 +02:00
Matt Johnstone 264b9463f4
dried simple rpc methods 2024-06-15 10:12:56 +02:00
Matt Johnstone b742be47ef
added dynamic unit tests 2024-06-15 09:58:23 +02:00
Matt Johnstone 815e8c14f9
added static tests for exporter.go 2024-06-15 09:27:14 +02:00
Matt Johnstone 33fb8a47fc
added Provider godoc 2024-06-12 11:26:49 +02:00
Matt Johnstone 89d209f188
added rpc.Provider interface 2024-06-11 22:23:10 +02:00
Matt Johnstone 05a5c6d710
reverted NewSolanaCollector name + more of Jeff's nits 2024-06-11 21:27:55 +02:00
Matt Johnstone 8601796d18
renamed rpc.RPCClient -> rpc.Client 2024-06-11 11:34:27 +02:00
mcamou 918ceb3be6 #3: Use getBlockProduction instead of calculating skip rate ourselves 2024-05-29 13:56:04 +02:00
Leo 7a6ccbcabc Fix typo 2021-02-12 21:21:01 +01:00
Leo a87b361b9a Implement skip rate tracking 2021-01-04 01:11:19 +01:00
Leo 430e628a92 Refactor out RPC call boilerplate 2021-01-04 00:35:35 +01:00