Commit Graph

31 Commits

Author SHA1 Message Date
GroovieGermanikus 670d4570e3
Cargo 2024-12-17 16:26:03 +01:00
GroovieGermanikus 24d5d30062
chaindata standalone 2024-12-17 16:08:19 +01:00
GroovieGermanikus 5ca24ac044
Merge branch 'release/connector-v0.4.x' 2024-08-15 15:21:29 +02:00
Serge Farny 015d61d445
ChainData: update account InsertAfter bug 2024-08-15 15:15:40 +02:00
GroovieGermanikus 1197538878
add criterion boilerplate 2024-08-08 17:14:11 +02:00
GroovieGermanikus 13fc550a4c
fix version number 2024-08-08 12:21:56 +02:00
GroovieGermanikus 00226bbb0c
use smallvec for slotvec 2024-08-08 12:19:33 +02:00
GroovieGermanikus 1859078241
MAJOR: cut solana-rpc dependency 2024-07-29 11:29:21 +02:00
Christian Kamm 8e465c4c61 Work around gMA and grpc account subscription limits 2024-04-25 16:14:24 +02:00
Christian Kamm 4ffcd410c9 Bump library version to v0.3.0 2024-04-08 10:29:00 +02:00
Christian Kamm 7c844614b9 Bump connector version to v0.2.1 2023-11-07 08:35:35 +01:00
GroovieGermanikus 9d4aab9617 fix merge conflicts 2023-10-04 08:58:01 +02:00
GroovieGermanikus c4c13a3e0d Merge branch 'main' into update-solana-1-16-anchor-28 2023-10-04 08:49:44 +02:00
GroovieGermanikus 5b11abd649 reorg deps 2023-09-25 13:01:09 +02:00
GroovieGermanikus 10e665f7b0 remove support for solana 1.14 - GetProgramAccountsClient from rpc_accounts_scan 2023-09-22 12:34:58 +02:00
GroovieGermanikus 483b3fa429 bump connector version to 0.2.0 2023-09-11 23:44:09 +02:00
GroovieGermanikus 4357f26223 WIP: solana 1.16 2023-09-08 23:39:35 +02:00
GroovieGermanikus e72a1b4a15 Merge branch 'groovie/MAN-68-mango-feeds-dependencies' 2023-09-06 14:33:19 +02:00
GroovieGermanikus 8ea8e8fa65 use pubkey instead of string for account_id and program_id 2023-09-05 15:49:10 +02:00
GroovieGermanikus d5e5caa5fc add itertools 2023-09-05 15:24:37 +02:00
GroovieGermanikus 9373b0650c carify get_program_accounts account_scan changes 2023-08-29 17:41:25 +02:00
GroovieGermanikus f619fdeca9 configured workspace dependencies 2023-08-29 13:52:38 +02:00
GroovieGermanikus 16cf9e1817 add example for websocket 2023-08-24 22:59:43 +02:00
Maximilian Schneider bc78b86cec
Prepare mango-feeds for usage in mango-simulation (#2)
* update yellowstone

* Bump yellowstone-grpc-proto min version

Can't compile with the old version anymore since a new field was added
to the SubscribeRequestFilterAccounts struct.

* Bump connector version to 0.1.1

* Add "solana-1-15" feature that works with solana 1.15 versions

* reexport solana sdk for pubkey access

* add more logs

* fix bug in account write filter

* use gma snapshots for websocket source

* handle account write filter shutdown w/o crash

* Bump ci rust version

* Fix clippy complaints

---------

Co-authored-by: Christian Kamm <mail@ckamm.de>
Co-authored-by: Riordan Panayides <riordan@panayid.es>
2023-04-20 19:24:01 +01:00
Maximilian Schneider d4a0ff7602 switch to AGPL license 2023-03-25 15:58:32 +04:00
Christian Kamm dc51f08fe2 License and manifest updates 2023-03-22 10:43:20 +01:00
Christian Kamm 721dc786bd Ensure a compatible version of tonic 2023-03-22 10:38:25 +01:00
Christian Kamm 0e406af7f3 Drop more dependencies 2023-03-21 12:12:03 +01:00
Christian Kamm d2590c9174 Remove unneeded dependencies 2023-03-21 12:06:42 +01:00
Christian Kamm ede1f41088 Switch to yellowstone-grpc-proto
It's no longer needed to copy the grpc proto defs here and compile them
ourselves.
2023-03-21 11:26:47 +01:00
Christian Kamm 6731496fde This is now mango-fills
- mango-fills-connector: Is about getting data from rpc, websockets,
  geyser. Shall be reused in v4/client and other places.
- mango-fills-lib: is a library we'll probably remove
- service-* is the individual services
2023-03-17 12:57:11 +01:00