371 Commits (41ebfec5421298e17c436fe811cd6cceb37b222c)

Author SHA1 Message Date
Alexis Hernandez 08f26e764b server: Reduce boilerplate on the BlocksControllerSpec 6 years ago
Alexis Hernandez 99c0200af0 server: Extract the TransactionRPCService from TransactionService 6 years ago
Alexis Hernandez 3630e24483 server: Log timings while synchronizing blocks 6 years ago
Alexis Hernandez 668153d6c4 server: Split the TransactionPostgresDAO into several files 6 years ago
Alexis Hernandez 447e31e55c server: Insert transaction batch while synchronizing the ledger 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 8bf78c6081 server: Fix scrolled pagination bug while retrieving address transactions 6 years ago
Alexis Hernandez 97254aae11 server: Remove unnecessary endpoint "POST /transactions/latest" 6 years ago
Alexis Hernandez 8f0645b30a server: Batch update while spending outputs on TransactionPostgresDAO 6 years ago
Alexis Hernandez 81535991a7 server: Batch insert for inputs/outputs on TransactionPostgresDAO 6 years ago
Alexis Hernandez c9d7775e35 server: Update sentry.properties 6 years ago
Alexis Hernandez 1d3e843254 server: Update endpoint "GET /v2/addresses/:address/transactions" 6 years ago
Alexis Hernandez a3aa33b809 server: Update maintenance endpoint to receive a query 6 years ago
Alexis Hernandez 1c0c271864 server: Remove temporal shift while computing supplies 6 years ago
Alexis Hernandez e464080a76 server: Don't ignore errors while loading transaction inputs 6 years ago
Alexis Hernandez 54a61a11a8 server: Prepare "GET /maintenance" endpoint 6 years ago
jonsadev 7599230784 server: Add documentation to a probable issue when running sbt test 6 years ago
Alexis Hernandez a9374bd21f server: Update postgres indexes 6 years ago
Alexis Hernandez c6326dfe02 server: Add not null constraint to the transactions.index 6 years ago
Alexis Hernandez 7c7abaf7ac server: Avoid transaction ordering issues while deleting blocks 6 years ago
Alexis Hernandez a9aa182091 server: Store the transaction index while synchronizing the blocks 6 years ago
Alexis Hernandez 585978fc17 server: Add index field to transactions table 6 years ago
Alexis Hernandez fe9d2985f6 server: Add endpoint - GET /v2/blocks/:blockhash/transactions 6 years ago
Alexis Hernandez df8bc2e9ec server: Add method to get scrolled transactions by blockhash 6 years ago
Alexis Hernandez 26ad85160f server: Rename /addresses/:address/lightWalletTransactions to /v2/addresses/:address/transactions 6 years ago
Alexis Hernandez 95f16d79e8 server: Rename getLatestBy to getBy on TransactionDataHandler 6 years ago
Alexis Hernandez e030480a7c server: Allow to reverse the order of TransactionPostgresDAO#getLatestBy 6 years ago
Alexis Hernandez e9116b3544 server: Add endpoint - GET /v2/balances 6 years ago
Alexis Hernandez f1cc9103ea server: Add getHighestBalances method to the BalanceDataHandler 6 years ago
Alexis Hernandez 8d50af57b6 server: Add test to TransactionPostgresDataHandlerSpec 6 years ago
Alexis Hernandez 36e05516fb server: Wrap the light wallet transactions response in a data field 6 years ago
Alexis Hernandez 2db4f9f513 server: Simplify the light wallet transactions retrieval query 6 years ago
Alexis Hernandez 38ab0e1803 server: Add the value to the LightWalletTransaction.Input 6 years ago
Alexis Hernandez a03e4401ca server: Update endpoint - GET /addresses/:address/lightWalletTransactions 6 years ago
Alexis Hernandez 4feee274ec server: Add endpoint - GET /addresses/:address/lightWalletTransactions 6 years ago
Alexis Hernandez 639eb62efd server: Add chimney dependency 6 years ago
Alexis Hernandez 6e54e9f870 server: Add keyset-based method for retrieving address transactions 6 years ago
Alexis Hernandez b8783b961d server: Enable test on AddressesControllerSpec 6 years ago
Alexis Hernandez e1a96c2c61 server: Speed up the statistics computation from the database 6 years ago
Alexis Hernandez 80c7460b18 server: Precompute the available coins 6 years ago
Alexis Hernandez dc71ce8d23 server: Add allowed hosts 6 years ago
Alexis Hernandez b2aaae4d4d server: Be resilient while loading a transaction 6 years ago
Alexis Hernandez f348eaf86f server: Enable constraints on the Address model 6 years ago
Alexis Hernandez c8b71046a3 server: Be resilient while loading a batch of transactions 6 years ago
Alexis Hernandez 479eaca09c server: Handle XSNWorkQueueDepthExceeded when the response is not a json 6 years ago
Alexis Hernandez f4738baef7 server: Update playsonify to 2.0.0 6 years ago
Alexis Hernandez e20d12cd54 server: Add XSNWorkQueueDepthExceeded error 6 years ago
Alexis Hernandez 1ec1629a19 server: Update the endpoint for retrieving latest transactions 6 years ago
Adinael Perez Ruelas bcdbf1cd0f Server: fix the getLatestTransactionBy method 6 years ago