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
jonsadev
7f7512cead
web-ui: Add infinite scroll on richest addresses ( #78 )
Add dependency to ngx-infinite-scroll
Add infinite scroll on richest addresses
Add color effect on new addresses
6 years ago
jonsadev
7d1b18619a
web-ui: Update explorerCurrency pipe to fix 8 decimals ( #81 )
6 years ago
Alexis Hernandez
c9d7775e35
server: Update sentry.properties
6 years ago
Alexis Hernandez
db35fb3c7e
infra: Include sentry on backend deployments
6 years ago
jonsadev
63bb70502d
web-ui: Display accumulated total value for input and output on detail transactions
6 years ago
jonsadev
e0e2606f13
web-ui: Add config file with first value currentCurrency
Add config file in app/
Use config value currentCurrency in explorerCurrency pipe
6 years ago
jonsadev
5428c71aa7
web-ui: Add explorerCurrency pipe ( #43 )
Add pipe class and change all the occurrences to use it instead of label.coinName
6 years ago
Alexis Hernandez
9b0adaf943
infra: Disable http and redirect to https on nginx
6 years ago
Alexis Hernandez
1f28104b84
infra: Enable gzip on nginx
6 years ago
Alexis Hernandez
66da2b58a4
infra: Restrict the available routes for LTC
6 years ago
jonsadev
7467bdc51a
web-ui: collapse similar inputs while displaying a transaction ( #49 )
6 years ago
Alexis Hernandez
7241bf5214
server: Update the address details view to use the API V2
6 years ago
Alexis Hernandez
7c7b715946
web-ui: Update the block view to use the API V2
6 years ago
Alexis Hernandez
c4d5779516
web-ui: Update the richest addresses view to use the API V2
6 years ago
Alexis Hernandez
1d3e843254
server: Update endpoint "GET /v2/addresses/:address/transactions"
The inputs and outputs are now retrieved from the database, this makes
calls more reliable.
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
e8db0aaa85
infra: Update xsn.conf
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
This is useful for running occasional maintenance tasks.
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
There are certain transactions that spend inputs from created on
the same block, these transaction with dependencies should be deleted
before the transactions that they depend on, otherwise, we get
constraint violation errors.
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
The transaction order from the xsnd must be recoverable
when we store the transactions in the database.
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
The method now allows an ordering condition (asc, desc) to choose
the result ordering.
6 years ago