Eduard S
ced42634da
Wrap all errors with tracerr
4 years ago
laisolizq
1925110fda
Add til test l2db
4 years ago
Arnau B
bed25d424a
Use til for batches and blocks at historydb
4 years ago
laisolizq
22f0a45118
ItemID to uint64 & check timestamp
4 years ago
Arnau B
cbeca0f76e
Insert ETH as HistoryDB token
4 years ago
Arnau B
a329d894d2
Refactor api txs
4 years ago
laisolizq
bc34f3456b
API Update tokens endpoint
4 years ago
Arnau B
006bbf3321
Implement tx pool endpoints
4 years ago
Arnau B
5097939b12
Avoid using pointers in common
4 years ago
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
4 years ago
a_bennassar
49366e3fa4
Feature/null refactor ( #173 )
* WIP: rebase
* Make nullable fields use pointers
4 years ago
a_bennassar
c6f70f3177
Feature/merge history l2 tables ( #156 )
* WIP rebase
* Combine both SQL DBs
* API and DB refactor
4 years ago
Arnau B
85fe885265
Add GET histroy-transactions endpoint
4 years ago
Arnau B
94e1f11a98
Implement L2DB
4 years ago
arnaucube
fd1e9c25ee
Add linter checks to GHA & Fix code to pass lints
Add linter checks to GHA & Fix code to pass lints.
The linters added are:
- whitespace: Tool for detection of leading and trailing whitespace
- gosec: Inspects source code for security problems
- gci: Gci control golang package import order and make it always deterministic
- misspell: Finds commonly misspelled English words in comments
- gomnd: An analyzer to detect magic numbers
The file utils/utils.go is excluded from the checks of gomnd, as uses magic numbers through the code
4 years ago
arnaucube
7fa658cc84
Add PoolL2Tx verify signature needed methods
Implements the hash to be signed from PoolL2Tx, compatible with javascript version.
Implements the signature verification for a given PoolL2Tx.
4 years ago
arnaucube
c702442287
Update Coordinator & BatchBuilder & TxSelector to new SQL schemas changes
4 years ago
a_bennassar
cb1b820256
Update SQL schemas
4 years ago