Skip to content

v2019.01.29

Compare
Choose a tag to compare
@AlexITC AlexITC released this 29 Jan 11:33
· 292 commits to master since this release

fixed

  • The genesis block can be displayed.

server

  • Fix scrolled pagination bug while retrieving address transactions
  • Refactoring to remove technical debt
  • Speed up block synchronization by using batching operations

web-ui

  • Upgrade angular to 7.2.1
  • Fix the tests
  • Run tests on TravisCI

full log

56963b2 server: Remove unnecessary timing logs
2e45d79 web-ui: Render block rewards only when available
b7d2dc0 server: Allow to retrieve blocks without rewards (#62)
08f26e7 server: Reduce boilerplate on the BlocksControllerSpec
99c0200 server: Extract the TransactionRPCService from TransactionService
3630e24 server: Log timings while synchronizing blocks
668153d server: Split the TransactionPostgresDAO into several files
447e31e server: Insert transaction batch while synchronizing the ledger
a3feadb server: The Transaction now requires that its outputs belong to it
72b66c0 server: Refactor the TransactionPostgresDataHandlerSpec
8bf78c6 server: Fix scrolled pagination bug while retrieving address transactions
97254aa server: Remove unnecessary endpoint "POST /transactions/latest"
8f0645b server: Batch update while spending outputs on TransactionPostgresDAO
8153599 server: Batch insert for inputs/outputs on TransactionPostgresDAO
5d7425a web-ui: Add test command to travis file
edcf722 web-ui: Fix explorer-datetime.pipe.spec
bb23dc1 web-ui: Fix app.component.spec
8a3669e web-ui: Fix transaction-raw.component.spec
56ff5bf web-ui: Fix transaction-details.component.spec
2185561 web-ui: Fix transaction.component.spec
2c60f25 web-ui: Fix ticker.component.spec
1b3effd web-ui: Fix richest-addresses.component.spec
6535f60 web-ui: Fix masternodes.component.spec
5131022 web-ui: Fix masternode-details.component.spec
8cfe906 web-ui: Fix latest-blocks.component.spec
22ced16 web-ui: Fix finder.component.spec
ce358d7 web-ui: Fix block-raw.component.spec
417667d web-ui: Fix block-details.component.spec
a5ac041 web-ui: Fix block.component.spec
d5e1a6c web-ui: Fix address-details.component.spec
4f20fb4 web-ui: Fix navbar.component.spec
a363dae web-ui: Fix home.component.spec
efea7d0 web-ui: Upgrade angular to 7.2.1