Commit Graph

205 Commits

Author SHA1 Message Date
GroovieGermanikus 97ae2eba49
throttle logging 2024-05-17 10:51:52 +02:00
GroovieGermanikus fe143cdbaa
log geyser time 2024-05-17 09:55:46 +02:00
GroovieGermanikus a69df606a7
log account write version and us timings 2024-05-17 09:44:45 +02:00
GroovieGermanikus 3f8d7b65f4
log last step 2024-05-17 09:34:33 +02:00
GroovieGermanikus 8a792d1f53
reduce logging client 2024-05-17 08:46:04 +02:00
GroovieGermanikus 218b10deca
log compress times 2024-05-14 14:36:42 +02:00
GroovieGermanikus 6c0e1439cf
add LZ4 compression 2024-05-13 10:40:43 +02:00
GroovieGermanikus 10f461996e
Merge remote-tracking branch 'blockworks2/hacking/v1.13.0+solana.1.17.28-with-logging' into hacking/v1.13.0+solana.1.17.28-with-logging 2024-05-08 12:16:38 +02:00
GroovieGermanikus d9b27ff369
add blocmeta to mock 2024-05-08 12:14:36 +02:00
GroovieGermanikus 5291ad1aca
add rand dep 2024-05-08 07:14:29 +02:00
GroovieGermanikus be0372f94c
fix mock loggging 2024-05-08 07:14:13 +02:00
GroovieGermanikus 05514da852
randomize data 2024-05-02 15:19:51 +02:00
GroovieGermanikus 0b13a2d70f
distribute messages over 400ms window 2024-05-02 12:12:00 +02:00
GroovieGermanikus 061680faca
add simple mock service 2024-05-02 11:28:14 +02:00
GroovieGermanikus 3447900b7b
move message 2024-04-13 00:03:16 +02:00
GroovieGermanikus 5bf8f10c22
NOTE: disable account notifications 2024-04-10 14:11:40 +02:00
GroovieGermanikus f7b1f3fb83
track errors on .send 2024-04-10 13:37:54 +02:00
GroovieGermanikus 6295054623
log channel sizes 2024-04-10 13:29:41 +02:00
Lou-Kamades fa5648329b
debug: add trace logging for grpc messages 2024-04-09 17:14:03 +02:00
Kirill Fomichev aafd827df8
solana: update to 1.17.28 2024-03-26 16:30:35 -04:00
Kirill Fomichev 50ac737dd9
solana: update to 1.17.25 2024-03-14 10:19:34 -05:00
Kirill Fomichev bd0f1623d7
solana: update to 1.17.24 2024-03-05 20:31:44 -05:00
Kirill Fomichev 93a9da5be4
solana: update to 1.17.22 (#292) 2024-03-04 19:34:04 -05:00
Kirill Fomichev 656ce852d7
examples: allow to load accounts from file (#290)
Co-authored-by: Arrowana <Arrowana@users.noreply.github.com>
2024-03-04 18:27:59 -05:00
Kirill Fomichev 8ee69327be
geyser: add `hostname` to version response (#291) 2024-03-04 18:27:41 -05:00
Kirill Fomichev 24d18a7266
proto: add `starting_transaction_index` to entry message (#289) 2024-03-04 18:03:27 -05:00
Kirill Fomichev c895c64900
geyser: allow to set custom filter size in the config (#288) 2024-02-19 19:29:11 -05:00
Pedro Gomes ce9f05432b
client: nodejs add flag to enabled proto3 (#286) 2024-02-02 12:05:56 -05:00
Kirill Fomichev 84a2548854
geyser: use Vec::binary_search instead of HashSet::contains in the filters (#284) 2024-01-27 09:16:40 -05:00
Kirill Fomichev 01faea2181
proto: add `entries_count` to block meta message (#283) 2024-01-26 08:24:49 -05:00
Kirill Fomichev 271bb576cc
misc: update README for gRPC (#282) 2024-01-25 19:20:02 -05:00
Kirill Fomichev 5629485f87
tools: add metrics, new config for google-pubsub (#280) 2024-01-23 15:58:17 -05:00
Linus Kendall 260bf36c1f
Relicensing as AGPL (#277)
* Relicensing as AGPL

Relicensing this repository as AGPL with client libraries as Apache.

* Move examples to Apache license

Move examples directory to apache license.

* fix license in cargo.toml

---------

Co-authored-by: Kirill Fomichev <fanatid@ya.ru>
2024-01-23 22:54:03 +05:30
Kirill Fomichev 3003ca17d0
deps: make cargo-deny happy about openssl, unsafe-libyaml, h2, ahash (#278) 2024-01-22 10:55:07 -05:00
Kirill Fomichev 2f924ab44f
solana: update to 1.17.16 (#274) 2024-01-15 16:40:07 -05:00
Liam Vovk 52e76e9f94
client: update readme and rust example (#254) 2024-01-10 22:58:16 -05:00
Kirill Fomichev c7b72cc878
solana: update to 1.17.15 (#271) 2024-01-08 14:13:37 -05:00
Kirill Fomichev f6c3bd381d
client: add subscribe ping example (#269) 2024-01-06 10:59:29 -05:00
Kirill Fomichev 1c9a0cf05a
geyser: change plugin name to `{name}-{version}` (#270) 2024-01-05 11:10:49 -05:00
Kirill Fomichev bc4ab2d96a
geyser: add name to tokio threads (#267) 2023-12-22 20:24:02 -05:00
Kirill Fomichev bc235ed298
proto: add more convert functions (#264) 2023-12-10 11:29:39 -05:00
Kirill Fomichev 159b12b29e
tools: fix panic on Ping/Pong messages in google pubsub (#261) 2023-12-08 14:40:28 -05:00
Kirill Fomichev 96477484b7
tools: remove `ordering_key` from `PubsubMessage` (#257) 2023-12-06 22:14:31 -05:00
Kirill Fomichev ceac499c8f
tools: add setup_tracing (#248) 2023-12-06 21:53:03 -05:00
Liam Vovk 760f189ba4
client: include request in initial subscribe to gRPC endpoint to fix LB connection delay (#252)
* send request with subscribe

* remove unused import
2023-12-04 17:30:05 -05:00
Kirill Fomichev 6590208d4d
geyser: reconstruct blocks with zero entries (#245) 2023-11-24 21:38:49 -05:00
Kirill Fomichev f9394dbd23
solana: update to 1.17.6 (#244) 2023-11-21 20:17:47 -05:00
Kirill Fomichev c2a76f355a
use workspace for dependencies (#240) 2023-11-17 11:35:48 -05:00
Groovie | Mango 9ecf8d2283
tools: fixes openssl link problem (macos+aarch64) (#236)
building the rdkafka crate fails on mac per default configuration
see https://github.com/fede1024/rust-rdkafka/issues/491
2023-11-15 09:55:06 -05:00
Kirill Fomichev 9735b6d07a
solana: update to 1.17.5 (#235) 2023-11-14 09:59:07 -05:00