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
The logic to transform a rpc block to a persisted block lives here.
|
6 years ago |
Alexis Hernandez
|
21399f3c99
|
server: Add extraction_method column to the blocks table
Defaults to PoW, a migration is required to set the correct values.
|
6 years ago |
Alexis Hernandez
|
2dd9b4837a
|
server: Update the data package to use the Block from the persisted package
|
6 years ago |
Alexis Hernandez
|
7619ef3483
|
server: Add the persisted models package
Includes the Block model which represents what is actually persisted.
|
6 years ago |
Alexis Hernandez
|
988694b88a
|
server: Refactor the sql parsers to expect correct data from the database
If the data turns out to be corrupted, an exception is going to be thrown,
as there are check constraints on the sql schema, this shouldn't occur.
|
6 years ago |
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
|
56963b23d6
|
server: Remove unnecessary timing logs
|
6 years ago |
Alexis Hernandez
|
2e45d79fa0
|
web-ui: Render block rewards only when available
|
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
|
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 |
jonsadev
|
5d7425a5c0
|
web-ui: Add test command to travis file
Add ChromeHeadlessCI as custom launcher in karma config file
|
6 years ago |
jonsadev
|
edcf722270
|
web-ui: Fix explorer-datetime.pipe.spec
|
6 years ago |
jonsadev
|
bb23dc1598
|
web-ui: Fix app.component.spec
|
6 years ago |
jonsadev
|
8a3669ef07
|
web-ui: Fix transaction-raw.component.spec
|
6 years ago |
jonsadev
|
56ff5bf94d
|
web-ui: Fix transaction-details.component.spec
|
6 years ago |
jonsadev
|
21855615c5
|
web-ui: Fix transaction.component.spec
|
6 years ago |
jonsadev
|
2c60f25d21
|
web-ui: Fix ticker.component.spec
|
6 years ago |
jonsadev
|
1b3effd132
|
web-ui: Fix richest-addresses.component.spec
|
6 years ago |
jonsadev
|
6535f60e96
|
web-ui: Fix masternodes.component.spec
|
6 years ago |
jonsadev
|
513102228d
|
web-ui: Fix masternode-details.component.spec
|
6 years ago |
jonsadev
|
8cfe906051
|
web-ui: Fix latest-blocks.component.spec
|
6 years ago |
jonsadev
|
22ced16225
|
web-ui: Fix finder.component.spec
|
6 years ago |
jonsadev
|
ce358d7755
|
web-ui: Fix block-raw.component.spec
|
6 years ago |
jonsadev
|
417667df43
|
web-ui: Fix block-details.component.spec
|
6 years ago |
jonsadev
|
a5ac041465
|
web-ui: Fix block.component.spec
|
6 years ago |
jonsadev
|
d5e1a6cb5c
|
web-ui: Fix address-details.component.spec
|
6 years ago |
jonsadev
|
4f20fb4ebf
|
web-ui: Fix navbar.component.spec
|
6 years ago |
Alexis Hernandez
|
a363dae37d
|
web-ui: Fix home.component.spec
|
6 years ago |
Alexis Hernandez
|
efea7d0159
|
web-ui: Upgrade angular to 7.2.1
|
6 years ago |
jonsadev
|
9100fc65c5
|
web-ui: Add infinite scroll to block screen
|
6 years ago |
jonsadev
|
870f2c789b
|
web-ui: Add infinite scroll to Address screen
|
6 years ago |
jonsadev
|
28a8a2588b
|
web-ui: Implements utils function to get rows to display on richest addresses
|
6 years ago |
jonsadev
|
79cfe8952d
|
web-ui: Add utils file
Utils file has a function to get the number of rows to load depending on screen height
|
6 years ago |
Alexis Hernandez
|
045fba30de
|
Build web-ui on travis-ci
|
6 years ago |
Alexis Hernandez
|
a44bb5818c
|
web-ui: Upgrade angular cli
|
6 years ago |