Alexis Hernandez
|
685b54b576
|
server: Move the Balance model to the persisted package
|
6 years ago |
Alexis Hernandez
|
f1cc9103ea
|
server: Add getHighestBalances method to the BalanceDataHandler
|
6 years ago |
Alexis Hernandez
|
f4738baef7
|
server: Update playsonify to 2.0.0
|
6 years ago |
Alexis Hernandez
|
83bfd06645
|
server: Add getBy method to BalanceDataHandler (#18)
|
7 years ago |
Alexis Hernandez
|
e9eb79b813
|
server: Hide 0 balances from the balances API
It is unnecessary to be listing 0 balances on the richest addresses.
|
7 years ago |
Alexis Hernandez
|
a485037201
|
server: Remove the available field from the balances table
Due to a bug, maintaining this field consistent has been tricky,
now the field is dropped and we use an index over a function instead.
|
7 years ago |
Alexis Hernandez
|
b4442b3d98
|
server: Update playsonify to 1.2.0
|
7 years ago |
Alexis Hernandez
|
1a59506179
|
server: Allow to specify ordering on GET /balances
|
7 years ago |
Alexis Hernandez
|
72991de5f7
|
server: Increase coverage on BalancePostgresDataHandlerSpec
|
7 years ago |
Alexis Hernandez
|
521d3fa361
|
server: Remove unused code
|
7 years ago |
Alexis Hernandez
|
4bce1251d1
|
server: Add BalancePostgresDataHandler
|
7 years ago |