Alexis Hernandez
|
61c6649584
|
server: Add unique constraint to the blocks table
This also changes the upsert method to insert on the BlockDataHandler,
this is piece for fixing the bug #6
|
7 years ago |
Alexis Hernandez
|
7fdf67afb0
|
server: Delete block transactions on rechain events
This fixes a bug that corrupted the balances table because the
transactions related to a block weren't being deleted, hence, causing
wrong balances.
|
7 years ago |
Alexis Hernandez
|
e16ee760bc
|
server: Don't require spent index on BlockEventsProcessor
|
7 years ago |
Alexis Hernandez
|
1a59506179
|
server: Allow to specify ordering on GET /balances
|
7 years ago |
Alexis Hernandez
|
c8480a90ff
|
server: Fix corrupting balances while adding repeated blocks
|
7 years ago |
Alexis Hernandez
|
8665da9119
|
server: Update the BlockEventsProcessor to handle possible missing blocks
|
7 years ago |
Alexis Hernandez
|
72991de5f7
|
server: Increase coverage on BalancePostgresDataHandlerSpec
|
7 years ago |
Alexis Hernandez
|
439f9bccc8
|
server: Update the BlockEventsProcessor
Now it stores and rolls back the transactions and
balances related to the block event.
|
7 years ago |
Alexis Hernandez
|
02b03b22c8
|
server: Add BlockEventsProcessor
|
7 years ago |