Commit Graph

168 Commits

Author SHA1 Message Date
Matt Johnstone cb8422c563
added TestCountVoteTransactions 2024-10-29 14:20:48 +02:00
Matt Johnstone d06edc078e
refactored WatchSlots_Dynamic test 2024-10-29 14:20:44 +02:00
Matt Johnstone 1582782904
added config tests 2024-10-29 14:19:45 +02:00
Matt Johnstone fa71eeb20b
big mock server test refactor 2024-10-29 14:19:44 +02:00
Matt Johnstone dda909aecc
added mock server + rpc tests 2024-10-29 14:18:22 +02:00
Matt Johnstone 36a11a9b23
made logger init automatically 2024-10-29 14:18:22 +02:00
Matt Johnstone 43a02d763b
added mock rpc server 2024-10-29 14:18:22 +02:00
Matt Johnstone c9f2bd5ab0
removed solana_active_validators metric 2024-10-29 13:34:26 +02:00
Matt Johnstone cbdf5065a6
Merge pull request #64 from asymmetric-research/remove-identity
Remove identity label
2024-10-28 17:48:51 +02:00
Matt Johnstone a0d34e7c10
Merge pull request #62 from asymmetric-research/vote-count
Measure block size by vote tx and normal
2024-10-28 17:48:38 +02:00
Matt Johnstone cd3068f26b
Merge pull request #61 from asymmetric-research/light-mode
Light mode!
2024-10-28 17:48:24 +02:00
Matt Johnstone c5d167d82e
Merge pull request #60 from asymmetric-research/zap-logging
Zap logging!
2024-10-28 17:48:14 +02:00
Matt Johnstone 46cd96dfe5
Merge pull request #57 from asymmetric-research/metric-naming
Standardised metric naming
2024-10-28 17:47:58 +02:00
Matt Johnstone 6406fb9e28
removed identity label 2024-10-27 13:04:45 +02:00
Matt Johnstone 6fa9afb6aa
counted block size by vote vs non-vote tx 2024-10-26 14:20:09 +02:00
Matt Johnstone e46d20d68e
made collector + watcher use config directly 2024-10-25 13:45:40 +02:00
Matt Johnstone a2f7e82881
added light mode 2024-10-25 12:54:57 +02:00
Matt Johnstone a7cbb1ea1b
Merge pull request #58 from asymmetric-research/custom-desc
Custom desc + test drying
2024-10-25 12:08:04 +02:00
Matt Johnstone c9fabdecd4
added configurable log levels 2024-10-25 12:06:36 +02:00
Matt Johnstone 888d065acf
added iso format for log ts 2024-10-25 10:38:15 +02:00
Matt Johnstone 14eab970db
replaced klog -> zap in exporter 2024-10-25 10:16:48 +02:00
Matt Johnstone 1bbaa29acb
replaced klog -> zap in rpc 2024-10-25 10:10:21 +02:00
Matt Johnstone a3261dd821
dried tests 2024-10-24 19:44:55 +02:00
Matt Johnstone fa33b1dc5d
added custom descriptor 2024-10-24 15:26:47 +02:00
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