Alexis Hernandez
|
65f94b1436
|
server: Add getLatestTransactionBy method to the TransactionDataHandler
The method returns the latest transaction id for each of the given addresses.
|
6 years ago |
Alexis Hernandez
|
c72f458a9d
|
server: Allow to get paginated blocks from the BlockDataHandler
|
6 years ago |
Alexis Hernandez
|
11e25da4a4
|
server: Add getByBlockhash method to the TransactionDataHandler (#19)
|
6 years ago |
Alexis Hernandez
|
a0f0df9946
|
server: Improve the evolution schema (#35)
Add a foreign key on the transaction_inputs table to ensure
that an output has been referenced only once.
|
7 years ago |
Alexis Hernandez
|
ee71562fb6
|
server: Add getUnspentOutputs method to the TransactionDataHandler (#34)
|
7 years ago |
Alexis Hernandez
|
c594de3a14
|
server: Clean legacy code from TransactionDataHandler (#34)
|
7 years ago |
Alexis Hernandez
|
dee0f7e600
|
server: Update the database schema to support utxos (#35)
|
7 years ago |
Alexis Hernandez
|
5cbf98caa0
|
server: Add foreign key to the next_blockhash (#35)
When the next block is deleted, the next_blockhash is
updated with a null value to avoid conflicts and improve
the database consistency.
|
7 years ago |
Alexis Hernandez
|
2eb9c010dd
|
server: Initial database redesign (#35)
- The evolutions compacted.
- Domain types created.
- Foreign keys added.
- Support for the P2WPKH address format added.
|
7 years ago |
Alexis Hernandez
|
4355a0347f
|
server: Update the "GET /addresses/:address/transactions"
Now it returns the transaction values where the address was involved.
|
7 years ago |
Alexis Hernandez
|
510b127d3c
|
server: Add support for ordering in "GET /addresses/:address/transactions"
|
7 years ago |
Alexis Hernandez
|
79f5e67878
|
server: Test getBy method on TransactionPostgresDataHandlerSpec
|
7 years ago |
Alexis Hernandez
|
779ded1973
|
server: Add deleteBy blockhash method to TransactionPostgresDataHandler
|
7 years ago |
Alexis Hernandez
|
8173c64497
|
server: Add TransactionPostgresDataHandler
|
7 years ago |