104 Commits (87793c7bcbce8bc74d4c126d6b01277c6d60aa1d)

Author SHA1 Message Date
Alexis Hernandez 80f02664e5 server: Update the persisted Transaction model 6 years ago
Alexis Hernandez 9d2edf8314 server: Remove the TPoS addresses from the Transaction.Output 6 years ago
Alexis Hernandez 4af9a6cac4 server: Remove TPoS contract logic from the ScriptPubKey model 6 years ago
Alexis Hernandez c6800a1fc7 server: Add the TPoSContract model 6 years ago
Alexis Hernandez 5d1b3662c0 server: Attach the filter while retrieving block headers 6 years ago
Alexis Hernandez 8f5f4a48cb server: Store the filter on the BlockHeader 6 years ago
Alexis Hernandez 37cb7ceb81 server: Allow to create a GolombCodedSet from block addresses 6 years ago
Alexis Hernandez 4a8e481e7e server: Remove default json codecs for the LightWalletTransaction 6 years ago
Alexis Hernandez 529ef38415 server: Add the address to the LightWalletTransaction.Output 6 years ago
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) 7 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