Matt Johnstone
|
0cc0f1d5c2
|
standardised metric naming
|
2024-10-24 12:09:32 +02:00 |
Matt Johnstone
|
5210505a77
|
Merge pull request #55 from chainstack/feature/add-identity-label
Introduced additional identity label to the metrics.
|
2024-10-24 10:25:48 +02:00 |
l.subbotin
|
6794ebc881
|
Moved blockHeight to slots.go.
|
2024-10-23 23:48:37 +02:00 |
l.subbotin
|
199b6694d5
|
Tests fix.
|
2024-10-23 22:45:29 +02:00 |
l.subbotin
|
6eaeb91be2
|
Added solana_minimum_ledger_slot, solana_first_available_block, solana_block_height metrics.
|
2024-10-22 21:26:43 +02:00 |
l.subbotin
|
f410d9893d
|
Introduced additional identity label to metrics.
|
2024-10-22 21:26:37 +02:00 |
Matt Johnstone
|
3f6e578768
|
Merge pull request #47 from asymmetric-research/get-health
Get health!!
|
2024-10-22 20:35:56 +02:00 |
Jeff Schroeder
|
073ac804ab
|
Merge pull request #50 from dylanschultzie/patch-2
Add installation instructions
|
2024-10-22 10:41:46 -04:00 |
Jeff Schroeder
|
c53099a556
|
Merge pull request #51 from dylanschultzie/patch-3
Update command line arguments
|
2024-10-22 10:41:13 -04:00 |
schultzie
|
3bf6db992b
|
Update command line arguments
|
2024-10-22 07:38:11 -07:00 |
schultzie
|
47311d4876
|
Update README.md
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
|
2024-10-22 07:30:36 -07:00 |
Jeff Schroeder
|
9a248e26f2
|
Merge pull request #49 from dylanschultzie/patch-1
Update README with correct rpc-url flag
|
2024-10-22 09:56:22 -04:00 |
schultzie
|
1dd6ff0c0e
|
Add installation instructions
|
2024-10-21 13:16:04 -07:00 |
schultzie
|
a55fe087e3
|
Update README.md
|
2024-10-21 13:13:50 -07:00 |
Matt Johnstone
|
dadf7ec668
|
added TestGetEpochBounds
|
2024-10-18 17:10:42 +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 |
Matt Johnstone
|
2db8436a93
|
Merge pull request #33 from chainstack/feature/add_get_health_num_slots_behind
Added support for getHealth method, introducing solana_is_healthy, so…
|
2024-10-18 11:24:28 +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
|
e3c83967cb
|
Merge pull request #46 from asymmetric-research/block-sizes
Block sizes!
|
2024-10-17 19:20:03 +02:00 |
Matt Johnstone
|
39cfc3a8e2
|
Merge pull request #45 from asymmetric-research/more-config
More config updates
|
2024-10-17 19:16:51 +02:00 |
Matt Johnstone
|
db4d606fd4
|
Merge pull request #43 from asymmetric-research/config
Refactored config
|
2024-10-17 18:44:20 +02:00 |
Jeff Schroeder
|
380a3c7da4
|
Merge pull request #42 from asymmetric-research/fix-dockerfile
docker: fix go package path
|
2024-10-15 21:01:21 -04:00 |
Matt Johnstone
|
f3cb194171
|
fixed tests
|
2024-10-15 20:27:53 +02:00 |
Matt Johnstone
|
048a229ad9
|
renamed fetchAndEmitFeeRewards -> fetchAndEmitBlockInfos
|
2024-10-15 17:58:39 +02:00 |
Matt Johnstone
|
f8c6f582cf
|
added block size monitoring
|
2024-10-15 17:50:04 +02:00 |
Matt Johnstone
|
0985203997
|
fixed duplicate register issue
|
2024-10-15 12:56:36 +02:00 |
Matt Johnstone
|
7bfab5fae3
|
added config object
|
2024-10-15 12:30:53 +02:00 |
Matt Johnstone
|
2bd9eb89d7
|
added TestGetAssociatedVoteAccounts
|
2024-10-14 18:07:34 +02:00 |
Matt Johnstone
|
0523a4d506
|
added default rpc url
|
2024-10-14 18:02:15 +02:00 |
Matt Johnstone
|
5ea95f245f
|
added rpc error data
|
2024-10-14 17:20:34 +02:00 |
Matt Johnstone
|
6f4fcad90d
|
refactored config
|
2024-10-14 14:51:15 +02:00 |
Matt Johnstone
|
b2cde35375
|
Merge pull request #40 from asymmetric-research/rpc-errors
RPC errors
|
2024-10-14 11:03:17 +02:00 |
Matt Johnstone
|
a3c498da5e
|
Merge pull request #37 from asymmetric-research/fee-rewards
WIP: Fee rewards!!!
|
2024-10-14 11:01:55 +02:00 |
Matt Johnstone
|
bc96a3ee11
|
rpc error code constants
|
2024-10-14 11:01:24 +02:00 |
Jeff Schroeder
|
58485d3d3a
|
docker: fix go package path
Fixes: #38
|
2024-10-10 12:30:52 -04:00 |
Jeff Schroeder
|
d32b15a2b4
|
Merge pull request #41 from asymmetric-research/fix-readme
Remove link to deprecated docker hub repo
|
2024-10-10 12:22:19 -04:00 |
Jeff Schroeder
|
13e67e39c3
|
Remove link to deprecated docker hub repo
This is not currently used, though we might update to a new one in the future.
Fixes: #39
|
2024-10-09 10:01:44 -04: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
|
c65c347504
|
added fee rewards
|
2024-10-08 16:33:41 +02:00 |
Matt Johnstone
|
d77b929cfa
|
Merge pull request #36 from asymmetric-research/inflation-rewards
Added inflation rewards
|
2024-10-07 20:34:57 +02:00 |
Matt Johnstone
|
ab227c7659
|
Update inflation reward error message
Co-authored-by: Jeff Schroeder <jeffschroeder@computer.org>
|
2024-10-07 20:34:49 +02:00 |
Matt Johnstone
|
01db171d92
|
Merge pull request #35 from asymmetric-research/build-test-workflow
added go build workflow
|
2024-10-07 17:01:24 +02:00 |
Matt Johnstone
|
52ea745f4e
|
fixed workflow main/master bug
|
2024-10-07 16:58:58 +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 |