64 Commits (988694b88a976a27175c7772abd6360690521bd0)

Author SHA1 Message Date
Alexis Hernandez 516dd402d1 server: Return statistics even if masternodes or difficulty aren't available 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 08f26e764b server: Reduce boilerplate on the BlocksControllerSpec 6 years ago
Alexis Hernandez 97254aae11 server: Remove unnecessary endpoint "POST /transactions/latest" 6 years ago
Alexis Hernandez f1cc9103ea server: Add getHighestBalances method to the BalanceDataHandler 6 years ago
Alexis Hernandez b8783b961d server: Enable test on AddressesControllerSpec 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
Adinael Perez Ruelas bcdbf1cd0f Server: fix the getLatestTransactionBy method 6 years ago
Alexis Hernandez b4a4577186 server: Add "GET /blocks/:blockhash/transactions" (#19) 6 years ago
Alexis Hernandez 6379c4e0bf Revert "server: Hardcode previous supplies (#47)" 6 years ago
Alexis Hernandez 41ea8f776a server: Hardcode previous supplies (#47) 6 years ago
Alexis Hernandez 8bb3ff26e0 server: Disable address checks (#45) 6 years ago
Alexis Hernandez cd5fadc472 server: Update "GET /addresses/:address/utxos" (#34) 7 years ago
Alexis Hernandez 28570f80f5 server: Remove legacy seeder tasks (#38) 7 years ago
Alexis Hernandez d6a74dbb43 server: Add the PollerSynchronizerModule (#38) 7 years ago
Alexis Hernandez 6ed2b5d31e server: Update "GET /addresses/:address" (#18) 7 years ago
Alexis Hernandez 83bfd06645 server: Add getBy method to BalanceDataHandler (#18) 7 years ago
Alexis Hernandez 510b127d3c server: Add support for ordering in "GET /addresses/:address/transactions" 7 years ago
Alexis Hernandez b32bc45d01 server: Test "GET /addresses/:address/transactions" endpoint 7 years ago
Alexis Hernandez 5a7fd8a81d server: Add endpoint "GET /addresses/:address/utxos" 7 years ago
Alexis Hernandez c3632db349 server: Disable PollingSeederModule on tests 7 years ago
Alexis Hernandez 0f5687c5b9 server: Add endpoint: "GET /blocks/:query/raw" 7 years ago
Alexis Hernandez c600980e83 server: Add endpoint: "GET /transactions/:txid/raw" 7 years ago
Alexis Hernandez 15d8d8992b server: Update "GET /blocks/:query" 7 years ago
Alexis Hernandez 6e6ed7abbe server: Add "GET /masternodes/:ip" 7 years ago
Alexis Hernandez e9eb79b813 server: Hide 0 balances from the balances API 7 years ago
Alexis Hernandez b4442b3d98 server: Update playsonify to 1.2.0 7 years ago
Alexis Hernandez 99d28d12e6 server: Fix parsing the lastSeen field on the masternode 7 years ago
Alexis Hernandez da144b7205 server: Add endpoint "GET /masternodes" 7 years ago
Alexis Hernandez 7cf2f5f372 server: Fix StatisticsControllerSpec 7 years ago
Alexis Hernandez 1a59506179 server: Allow to specify ordering on GET /balances 7 years ago
Alexis Hernandez c4807c6a04 server: Fix StatisticsControllerSpec 7 years ago
Alexis Hernandez 3f60fe7611 server: Add the number of masternodes to the statistics endpoint 7 years ago
Alexis Hernandez cc8a271c3e server: Add BalancesControllerSpec 7 years ago
Alexis Hernandez f39b0fc111 server: Disable SeederModule on MyAPISpec 7 years ago
Alexis Hernandez 04c0146a85 server: Fix StatisticsControllerSpec 7 years ago
Alexis Hernandez 1401a040b6 server: Disable database on MyAPISpec 7 years ago
Alexis Hernandez d29b4b2f1c server: Add GET /health endpoint 7 years ago
Alexis Hernandez 41f29ad19c server: Add GET /stats endpoint 7 years ago
Alexis Hernandez 1972ae8ae8 server: Add support for TPoS blocks with coinsplit 7 years ago
Alexis Hernandez 1b614d2807 server: Support multiple inputs on transactions 7 years ago
Alexis Hernandez bf722ec212 server: Refactor tests to load transactions and blocks from files 7 years ago
Alexis Hernandez 5094bb35e4 server: Retrieve transaction list while retrieving an address 7 years ago
Alexis Hernandez bd03d9b902 server: Move AddressBalance model to rpc package 7 years ago
Alexis Hernandez 636c2b509e server: Move TransactionVOUT to rpc package 7 years ago
Alexis Hernandez a8e161045f server: Move TransactionVIN model to rpc package 7 years ago
Alexis Hernandez 65af722947 server: Move Transaction model to rpc package 7 years ago