Commit Graph

28 Commits

Author SHA1 Message Date
Jordan Sinko 98ff94f01b
proto: fix go_package location (#380) 2024-07-23 16:00:27 -05:00
Kirill Fomichev 0ccdc41ec2
solana: update to 2.0.2 (#377) 2024-07-17 16:27:11 -05:00
Kirill Fomichev d20d71c1af
proto: fix go_package location (#376) 2024-07-17 14:47:59 -05:00
lvboudre 9d5b251126
tools: remove yellowstone-log (#368) 2024-07-02 09:43:12 -04:00
lvboudre f7e2f5cd21
tools: decoupled grpc from consumer_source (#351)
* tools: decoupled grpc from consumer_source

* add protobuf-compiler in test dependencies
2024-05-28 19:12:58 -04:00
lvboudre f28384ff55
tools: add commitment level supports for consumer + better metadata (#350) 2024-05-27 16:08:02 -04:00
lvboudre 98a3140e9a
tools: scylladb cosumer and refactor scylla sink 2024-05-10 16:53:55 -04:00
Kirill Fomichev baa1a8b6c9
geyser: add `transactions_status` filter (#310) 2024-04-02 20:46:43 -04:00
Kirill Fomichev 24d18a7266
proto: add `starting_transaction_index` to entry message (#289) 2024-03-04 18:03:27 -05:00
Kirill Fomichev 01faea2181
proto: add `entries_count` to block meta message (#283) 2024-01-26 08:24:49 -05:00
Kirill Fomichev 7bd3596c34
proto: add optional field `ping` to `SubscribeRequest` (#227) 2023-10-31 14:14:38 +06:00
Kirill Fomichev c5f2601dd0
proto: add optional field `filter_by_commitment` to Slots filter (#223) 2023-10-27 23:21:47 +06:00
Kirill Fomichev f2cfba9073
geyser: include entries to block message (#169) 2023-08-10 15:39:35 -04:00
Kirill Fomichev b482e67db1
geyser: add Entry message (#163) 2023-07-20 17:34:11 -04:00
Kirill Fomichev 6562dee357
geyser: add accounts to block message (#160) 2023-07-17 22:23:01 -04:00
Kirill Fomichev 4585913994
proto: add `account_include` to Blocks filter (#155) 2023-07-06 09:34:27 -04:00
Kirill Fomichev 1486ebd8f5
geyser: add TokenAccountState to accounts filter (#154) 2023-06-29 19:29:55 -04:00
Kirill Fomichev ef9c079f07
geyser: support data_slice for accounts (#150) 2023-06-28 23:50:57 -04:00
Kirill Fomichev b7fa0cd9ff
geyser: send task per connection (#145) 2023-06-15 22:53:48 -04:00
Kirill Fomichev e03a47c0cf
version: bump (#133) 2023-05-26 21:00:50 -04:00
Kirill Fomichev 604add3080
grpc, proto: add unary is_blockhash_valid (#132) 2023-05-26 14:11:58 -04:00
Kirill Fomichev 6812298fbc
grpc, proto: add getVersion (#130) 2023-05-25 13:11:05 -04:00
Kirill Fomichev 968dce9463
grpc, proto: add commitment level (#128) 2023-05-25 11:31:08 -04:00
Kirill Fomichev f43140ea7f
ci: add tests check to clippy (#125) 2023-05-22 15:54:36 -04:00
cairo 58120e7c7a
111 add logical and to transaction subscriptiosn (#121)
* feat: #111 - Add account_required logic to FilterTransactions

* test: Test empty parameters for account and transactions.

* feat: #111 test cases
2023-05-16 22:57:57 +08:00
cairo 61f4d436e6
114 the grpc framework supports non streaming methods getlatestblockhash (#117)
* feat: unary Ping method for geyser_server

* fix: variables can be used directly in the `format!` string

* feat: Geyser server getLatestBlockhash method

* fix: use RwLock from tokio

by fanatid:
I think it's better to use RwLock from tokio, everything what we have is async

* feat: #112 getBlockHeight & getSlot

* use RwLock and mpsc (#118)

---------

Co-authored-by: Kirill Fomichev <fanatid@ya.ru>
2023-05-10 09:52:26 +08:00
Kirill Fomichev e342e0b4e5
add memcmp/datasize filter to accounts (#101) 2023-03-26 21:40:39 -03:00
Kirill Fomichev 5b0897a958
change crates prefix to yellowstone (#95)
Co-authored-by: shuimuliang <shuimuliang@gmail.com>
2023-03-20 20:40:32 -03:00