Commit Graph

15 Commits

Author SHA1 Message Date
GroovieGermanikus fd8fb50fb2
remove .clones and use fd_bs58 2024-04-25 12:45:11 +02:00
Groovie | Mango 2c51ea8abf
issue #58: fix INSERT INTO deadlock by ordering data (#59)
* issue #58: fix INSERT INTO deadlock by ordering data

* order transactions store in INSERT INTO batch to fix https://github.com/blockworks-foundation/BankingStageErrorsTrackingSidecar/issues/58

* log tx info batch size

* workaround for cargo-chef MSRV issue
2024-02-12 17:10:40 +01:00
galactus 49f519df0b
Changing schema and adding accounts data (#10)
* chaning schema

fixing the schema

updating postgres code

Adding transaction slots into postgres

saving account used by transactions

saving block data

* Saving all the block info

completing block save

Optimizing postgres saving of data

fixing schema after groovies review

Schema changes after groovies review

Fixing that is_writable is always true

* adding a new index on slot
2023-12-12 09:58:56 +01:00
galactus fbf2e16988
Adding supp info (#5)
* adding prioritization fees with write lock accounts

* adding supplimentary infos

* moving to multiple geyser endpoints, using copyin instead of insert

* mincor changes

* adding missing column in transaction info

* minor bug fixes and fmt

* restart block subscription on geyser

* resubsribing to banking errors notification on failure
2023-12-01 11:08:27 +00:00
godmodegalactus 3ec0a4372d
Saving accounts used in json format 2023-11-24 13:39:48 +01:00
godmodegalactus c1a61ab0a6
get banking blocks from rpc 2023-11-24 11:41:19 +01:00
Godmode Galactus e3867c76c2
solving issue with banking stage errors 2023-10-27 12:21:02 +02:00
Godmode Galactus dfb95559da
removing is_executed bug 2023-10-26 21:38:46 +02:00
Godmode Galactus 5136b09c89
adding clap cli 2023-10-20 20:14:33 +02:00
Godmode Galactus 77ff31a547
adding accounts in banking stage notifications 2023-10-20 10:23:26 +02:00
Godmode Galactus 3cb4a874b9
saving some more transaction data and block_info 2023-10-17 12:11:54 +02:00
Godmode Galactus 29616a19c9
fixing error for first request 2023-10-16 15:53:44 +02:00
godmodegalactus 177e68a514
fixing postgres save 2023-10-02 15:23:32 +02:00
Godmode Galactus 8c029c19f3
Adding postgres 2023-10-02 10:51:38 +02:00
godmodegalactus a3dca97d4d
Intiail Commit 2023-09-28 16:26:09 +02:00