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
Eduard S
35a558f6c9
Merge pull request #135 from hermeznetwork/feature/synchronizer-sc
...
Smart Contracts Data Synchronization
2020-09-21 14:40:10 +02:00
Eduard S
9f83fcf520
Review synchronizer, rearange some stuff, add notes and TODOs.
2020-09-21 14:33:07 +02:00
Eduard S
d3f6da22ed
Fix sync integration with StateDB & HistoryDB
2020-09-18 12:10:39 +02:00
Arnau B
94e1f11a98
Implement L2DB
2020-09-18 10:17:51 +02:00
a_bennassar
8a21cd1b5c
Add HistoryDB SQL triggers ( #125 )
2020-09-17 11:57:42 +02:00
Eduard S
56604ecc69
Use int64 for blockNum (like it's sroted in DB)
2020-09-07 18:09:27 +02:00
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
2020-08-28 09:58:39 +02:00
Arnau B
3e7173b1da
Impl historyDB methods for sync main loop
2020-08-26 14:31:24 +02:00
Arnau B
c108739c24
Add usefull methods for reorg
2020-08-25 14:15:12 +02:00
Arnau B
1cbf54acc7
Add sync interface
2020-08-25 14:14:51 +02:00
a_bennassar
cb1b820256
Update SQL schemas
2020-08-17 16:16:17 +02:00
a_bennassar
428dcd7590
create sql tables ( #40 )
...
Co-authored-by: Eduard S <eduard@iden3.io >
2020-08-11 16:25:55 +02:00