Alexis Hernandez
|
a485037201
|
server: Remove the available field from the balances table
Due to a bug, maintaining this field consistent has been tricky,
now the field is dropped and we use an index over a function instead.
|
7 years ago |
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
|
521d3fa361
|
server: Remove unused code
|
7 years ago |
Alexis Hernandez
|
3a98e698c0
|
server: Rename hash to blockhash on blocks table
|
7 years ago |
Alexis Hernandez
|
8173c64497
|
server: Add TransactionPostgresDataHandler
|
7 years ago |
Alexis Hernandez
|
4bce1251d1
|
server: Add BalancePostgresDataHandler
|
7 years ago |
Alexis Hernandez
|
87ccd51257
|
server: Add the BlockPostgresDataHandler
|
7 years ago |