Arnau B
f77ea04c2e
Calulate total collected batch fee and fix merkleproof api format
2020-10-22 12:59:15 +02:00
Arnau B
006bbf3321
Implement tx pool endpoints
2020-10-21 16:34:54 +02:00
Eduard S
4ca2124cf9
Merge pull request #210 from hermeznetwork/feature/api-config-const
...
Add config endpoint
2020-10-21 13:30:00 +02:00
arnau
6a8b454368
Merge pull request #211 from hermeznetwork/feature/update-general
...
Feature/update general
2020-10-21 13:06:09 +02:00
laisolizq
f90de219ac
Add config endpoint
2020-10-20 19:12:02 +02:00
Eduard S
88ddbbcddc
Delete tmp folders from tests, Resolve #105
2020-10-20 13:13:10 +02:00
a_bennassar
eb54162fb8
Merge pull request #204 from hermeznetwork/feature/api-gettokens
...
Add get tokens endpoint
2020-10-19 11:20:41 +02:00
laisolizq
043710112d
Add get tokens endpoint
2020-10-19 10:14:18 +02:00
Alberto Elias
b2f0b2e314
Updates request and load amounts
2020-10-16 10:50:15 +02:00
Alberto Elias
ce283d4419
More realistic example amounts
2020-10-15 17:39:56 +02:00
laisolizq
63a4f3c8b6
Add get token endpoint
2020-10-15 14:25:04 +02:00
Arnau B
fe7d38843e
Impls exit endpoints and change pagination to cursor
2020-10-14 10:06:28 +02:00
Arnau B
5097939b12
Avoid using pointers in common
2020-10-08 16:42:16 +02:00
Eduard S
b14495cfcc
Replace all []*Foo by []Foo in sql db return values
...
- Implement SlicePtrsToSlice and use it in all `meddler.QueryAll` sql db functions to always return []Foo instead of []*Foo
2020-10-07 17:03:39 +02:00
a_bennassar
49366e3fa4
Feature/null refactor ( #173 )
...
* WIP: rebase
* Make nullable fields use pointers
2020-10-06 10:34:49 +02:00
Eduard S
9e4f020c2b
Merge pull request #171 from hermeznetwork/feature/processtx-l2tx-nonces
...
Add StateDB compute nonces on ProcessTx L2Tx
2020-10-02 11:59:31 +02:00
arnaucube
3374a4754d
Add StateDB compute nonces on ProcessTx L2Tx
...
Add StateDB compute nonces on ProcessTx L2Tx, and update StateDB for
type TypeSynchronizer, TypeTxSelector, TypeBatchBuilder
2020-10-02 11:54:58 +02:00
Alberto Elias
cf14f495c3
Have BigInt be a proper big value that has 18 decimals
2020-10-01 19:29:13 +02:00
arnaucube
9bb4a4ec1b
Add TxID calculation & New{Layer}Tx Type
...
Add TxID calculation & New{Layer}Tx Type
New{Layer}Tx methods that compute the `TxID` & `TxType` values from the
transaction values:
- NewL1Tx
- NewL2Tx
- NewPoolL2Tx
Add TxID Scanner & Valuer for database/sql
HistoryDB & L2DB & API packages tests will need to be addapted to the
TestTransaction generation once is done.
2020-09-30 15:37:13 +02:00
a_bennassar
c6f70f3177
Feature/merge history l2 tables ( #156 )
...
* WIP rebase
* Combine both SQL DBs
* API and DB refactor
2020-09-29 18:27:07 +02:00
ToniRamirezM
ac677694fe
Helper methods for Synchronizer and TX refactor
2020-09-23 17:05:38 +02:00
Arnau B
85fe885265
Add GET histroy-transactions endpoint
2020-09-22 13:21:28 +02:00