95 Commits (d9c56e31e43b91cc2ca71ac7c6e0f4ac834a6f07)

Author SHA1 Message Date
Alexis Hernandez ff85797565 server: Refactor the TransactionVIN into a typed alternative 6 years ago
Alexis Hernandez 8b9f1c00f3 server: Add Block.HasTransactions persisted model 6 years ago
Alexis Hernandez 9dd24a4212 server: Update Address format to allow bitcoin addresses 6 years ago
Alexis Hernandez 2798b528ed server: Add endpoint "GET /blocks/headers" 6 years ago
Alexis Hernandez a926191a77 server: Persist the block extraction method while synchronizing the blocks 6 years ago
Alexis Hernandez 469c241931 server: Extract the BlockExtractionMethod from the persisted block 6 years ago
Alexis Hernandez fc0696a467 server: Refactor TransactionService to remove the transaction transformer 6 years ago
Alexis Hernandez aef41d5f8e server: Split the persisted transaction model 6 years ago
Alexis Hernandez 347a4d6ca5 server: Move the TransactionId value to the values package 6 years ago
Alexis Hernandez 6dd7b032b1 server: Move the Size value to the values package 6 years ago
Alexis Hernandez f67d7831f0 server: Move the IPAddress value to the values package 6 years ago
Alexis Hernandez 29b8b583ba server: Move the HexString model to the values package 6 years ago
Alexis Hernandez 33fcda6ef3 server: Move the Height value to the values package 6 years ago
Alexis Hernandez 9c10ae154d server: Move the Confirmations value to the values package 6 years ago
Alexis Hernandez de64af5b9b server: Move the Blockhash value to the values package 6 years ago
Alexis Hernandez a1737b9710 server: Move the Address value to the values package 6 years ago
Alexis Hernandez d7cc0307f3 server: Create the values package 6 years ago
Alexis Hernandez 685b54b576 server: Move the Balance model to the persisted package 6 years ago
Alexis Hernandez 38a83f23ae server: Move the AddressTransactionDetails model to the persisted package 6 years ago
Alexis Hernandez b7f91b7ce4 server: Move the Transaction model to the persisted package 6 years ago
Alexis Hernandez 5a5f607317 server: Create the model transformers package 6 years ago
Alexis Hernandez 21399f3c99 server: Add extraction_method column to the blocks table 6 years ago
Alexis Hernandez 7619ef3483 server: Add the persisted models package 6 years ago
Kolby Moroz 423ff7df1a server: Add difficulty to the /stats endpoint 6 years ago
Alexis Hernandez b7d2dc0740 server: Allow to retrieve blocks without rewards (#62) 6 years ago
Alexis Hernandez a3feadbcf0 server: The Transaction now requires that its outputs belong to it 6 years ago
Alexis Hernandez 72b66c0768 server: Refactor the TransactionPostgresDataHandlerSpec 6 years ago
Alexis Hernandez 36e05516fb server: Wrap the light wallet transactions response in a data field 6 years ago
Alexis Hernandez 38ab0e1803 server: Add the value to the LightWalletTransaction.Input 6 years ago
Alexis Hernandez 4feee274ec server: Add endpoint - GET /addresses/:address/lightWalletTransactions 6 years ago
Alexis Hernandez f348eaf86f server: Enable constraints on the Address model 6 years ago
Alexis Hernandez f4738baef7 server: Update playsonify to 2.0.0 6 years ago
Alexis Hernandez 1ec1629a19 server: Update the endpoint for retrieving latest transactions 6 years ago
Alexis Hernandez 418f2fd4fa server: Update the nonce from the Block model to Long 6 years ago
Alexis Hernandez f7887cf3b1 server: Fill the address_transaction_details while synching the db 6 years ago
Alexis Hernandez c72f458a9d server: Allow to get paginated blocks from the BlockDataHandler 6 years ago
Alexis Hernandez 8bb3ff26e0 server: Disable address checks (#45) 6 years ago
Alexis Hernandez 2a2e17b0b9 server: Update the masternode parsing 7 years ago
Alexis Hernandez b9a035e9aa server: Support P2WPKH address format (#33) 7 years ago
Alexis Hernandez ee71562fb6 server: Add getUnspentOutputs method to the TransactionDataHandler (#34) 7 years ago
Alexis Hernandez dee0f7e600 server: Update the database schema to support utxos (#35) 7 years ago
Alexis Hernandez 03ed7a694b server: Add the LedgerSynchronizerService (#37) 7 years ago
Alexis Hernandez 6ed2b5d31e server: Update "GET /addresses/:address" (#18) 7 years ago
Alexis Hernandez 510b127d3c server: Add support for ordering in "GET /addresses/:address/transactions" 7 years ago
Alexis Hernandez c2ec7aedf3 server: Update BalanceField to use enumeratum 7 years ago
Alexis Hernandez 0d5e37b040 server: Improve the ColumnNameResolver 7 years ago
Alexis Hernandez 9d355650cf server: Add endpoint "POST /transactions" 7 years ago
Alexis Hernandez 5313e76738 server: Add sendRawTransaction method to XSNService 7 years ago
Alexis Hernandez ef862b9272 server: Allow to retrieve transactions for an address on TransactionDataHandler 7 years ago
Alexis Hernandez 339fab1176 server: Make blocktime and time fields non-mandatory in rpc transactions 7 years ago