Commit Graph

25 Commits

Author SHA1 Message Date
galactus e30a2d5935
Adding timeout of 30s to resubscribe to blocks (#22) 2023-12-14 11:53:09 +01:00
galactus 88cfaeb56d
Fixing sidecar (#20)
* Revert "CHecking stream for timeouts. (#18)"

This reverts commit d7969a8087.

* Revert "Restarting on geyser stream error (#17)"

This reverts commit 21ab222099.

* fixing minor error
2023-12-12 11:15:38 +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 21ab222099
Restarting on geyser stream error (#17) 2023-12-09 19:47:19 +01:00
galactus d5da3bae02
making postgres errors into panics (#16) 2023-12-08 14:47:00 +01:00
galactus 5eae4abec3
optimizing the maps (#13) 2023-12-06 11:20:20 +01:00
galactus 63edab3060
chaning primary key on transaction infos table (#11) 2023-12-05 19:11:18 +01:00
galactus ebf7135005
Panic on postgres disconnection (#6) 2023-12-04 15:29:58 +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
godmodegalactus 2e994bd2dc
Some fixes, saving read account, serializing data in json format 2023-11-23 16:23:55 +01:00
GroovieGermanikus 4f21a76966
Merge branch 'main' of github.com:blockworks-foundation/BankingStageErrorsTrackingSidecar 2023-11-23 14:28:51 +01:00
GroovieGermanikus ffd6d5ece8
log 2023-11-23 14:27:51 +01:00
godmodegalactus d8646f65d6
Adding postgres certificates and grpc token 2023-11-23 11:24:16 +01:00
GroovieGermanikus 1b0c4f25d9
add lifeness prometheus probe 2023-11-23 11:16:00 +01:00
Godmode Galactus 77b675a0d7
som minor changes 2023-10-26 13:48:27 +02:00
Godmode Galactus 070c3264ba
moving from custom types to text 2023-10-24 13:30:34 +02:00
Godmode Galactus fd8fa7fe05
making proper types 2023-10-21 18:40:19 +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 0e151a75ec
renaming timestamp and using changing timestamp type 2023-10-17 15:13:42 +02:00
Godmode Galactus 3cb4a874b9
saving some more transaction data and block_info 2023-10-17 12:11:54 +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