Commit Graph

159 Commits

Author SHA1 Message Date
Leopold Schabel 5120d21565 python_client: add slot windowing 2022-08-12 19:44:53 +02:00
Leopold Schabel 1fd274d895 python_client: add simple Python ClickHouse client 2022-08-12 19:32:37 +02:00
Leopold Schabel 7e8eaac300 cmd/tools/sigverify: add 2022-06-24 21:20:43 +02:00
Leopold Schabel 704599314a cmd/rpc/txd: ping confirmation tracking 2022-06-24 13:08:57 +02:00
Leopold Schabel ba621b953e cmd/rpc/txd: fix rpc.Client leaks 2022-06-23 22:18:36 +02:00
Leopold Schabel 83247fe5af cmd/rpc/txd: refactor pinger 2022-06-23 17:40:01 +02:00
Leopold Schabel bfa0b39854 cmd/rpc/txd: implement pinger 2022-06-23 17:17:20 +02:00
Leopold Schabel dccb8adf29 cmd/rpc/txd: blockhash tracking 2022-06-23 15:43:29 +02:00
Leopold Schabel a4ff232b04 cmd/rpc/txd: leader tracking 2022-06-23 10:02:48 +02:00
Leopold Schabel 8cab82248f cmd/rpc/txd: implement highest slot tracker stub 2022-06-22 22:39:30 +02:00
Leopold Schabel 5ccaffd284 pkg/envfile: node filtering helpers 2022-06-22 22:04:06 +02:00
Leopold Schabel 90815bba55 web: add sveltekit stub 2022-06-21 12:47:05 +02:00
Leopold Schabel 916fb404f6 cmd/quictpu/ping: -c and -i 2022-06-19 14:03:42 +02:00
Leopold Schabel 7a9df45b5e cmd/quictpu/ping: minTimeout 2022-06-19 13:34:41 +02:00
Leopold Schabel 1166f21f16 cmd/quictpu/ping: improve flags 2022-06-19 13:30:00 +02:00
Leopold Schabel cbcc45d763 cmd/quictpu/ping: disable buffer size warning 2022-06-19 13:25:05 +02:00
Leopold Schabel 074258b45c cmd/quictpu/ping: logging verbosity 2022-06-19 13:18:07 +02:00
Leopold Schabel 6787f534c7 cmd/quictpu/ping: add -count and -delay 2022-06-19 13:14:16 +02:00
Leopold Schabel 74ef2c4801 cmd/quictpu/ping: EnableDatagrams isn't needed 2022-06-19 12:28:19 +02:00
Leopold Schabel 05c114105c cmd/quictpu/ping: fix debug mode 2022-06-17 13:08:45 +02:00
Leopold Schabel 53b10ba74e go.mod: unfork solana-go
Missing PRs were merged
2022-06-17 13:05:54 +02:00
Leopold Schabel c327b1a4f6 cmd/quictpu/ping: add quic tpu ping utility 2022-06-17 13:03:03 +02:00
Leopold Schabel c795f21c20 cmd/rpc/slots: add kafka publishing 2022-06-16 02:13:17 +02:00
Leopold Schabel 4cfb389389 pkg/leaderschedule: use RWMutex for bySlot 2022-06-15 23:54:35 +02:00
Leopold Schabel a6b1ef02cf go.sum: update 2022-06-15 23:48:16 +02:00
Leopold Schabel 08c41f8446 proto: use buf-compliant paths 2022-06-15 23:47:26 +02:00
Leopold Schabel 989ee15a55 cmd/rpc/slots: apply -type to printing only 2022-06-15 23:47:24 +02:00
Leopold Schabel 8356f43d60 Move leader schedule tracker to pkg/leaderschedule 2022-06-15 23:47:22 +02:00
Leopold Schabel 8f46262bab cmd/rpc/slots: add leader tracking 2022-06-15 23:47:20 +02:00
Leopold Schabel 8d076e33de go.mod: use forked solana-go 2022-06-15 14:54:26 +02:00
Leopold Schabel e38b36ebbf cmd/rpc/slots: SlotsUpdatesResult timestamp resolution and stats
Depends on upstream fixes to solana-go.
2022-06-15 14:50:40 +02:00
Leopold Schabel 7642f12ec0 cmd/rpc/slots: add -type and propagation tracking 2022-06-13 11:41:43 +02:00
Leopold Schabel bc5912e237 cmd/rpc/slots: add 2022-06-12 22:48:37 +02:00
Leopold Schabel 0b11f7f6b5 go.mod: update all the things 2022-06-12 21:17:24 +02:00
Leopold Schabel a4927f9ef7 txcount: adapt to recent library updates 2022-06-12 20:32:24 +02:00
Leopold Schabel 797cfda565 cmd: txcount -> rpc 2022-06-12 20:28:41 +02:00
Leopold Schabel 845b8f9450 schema: add timestamp column to heimdall 2022-06-09 18:40:00 +02:00
Leopold Schabel 6faff9143b schema: add heimdall.sql 2022-06-09 18:24:58 +02:00
Leopold Schabel 1ceaf8cf4e proto: update heimdall.proto 2022-06-09 15:59:36 +02:00
Leopold Schabel e243033688 Add heimdall proto 2022-06-09 13:19:24 +02:00
Leopold Schabel 963ce7a6e9 third_party/tools: add 2022-06-09 13:14:56 +02:00
Leopold Schabel 740786206b pkg/ledger_bigtable: refactor to MainnetClient 2022-04-19 15:35:40 +02:00
Leopold Schabel 8372e80256 pkg/ledger_bigtable: add bigtable fetcher 2022-04-19 15:27:18 +02:00
Leopold Schabel e3a8f3eeee third_party: add confirmed_block.proto
Checks in the generated proto for now - might change later.
2022-04-18 22:58:32 +02:00
Leopold Schabel 9836dc0047 go.mod: update all the things 2022-04-18 21:28:52 +02:00
Leopold Schabel 42d4ec5394 Rename to radiance
Scope expanded beyond just TPU, so another name was needed.
2022-04-18 21:28:52 +02:00
Leo 54f72296c5 cmd/txcount: parallel queries 2022-04-12 12:43:59 +02:00
Leo f44c124ea9 cmd/txcount: json output 2022-04-09 11:02:10 +02:00
Leopold Schabel 4921e09ed6 cmd/proxy: add proof of concept 2022-01-25 14:25:57 +01:00
Leopold Schabel ae72766dbf cmd/pcap: count invalid packets 2022-01-25 14:10:56 +01:00