69 Commits (master)

Author SHA1 Message Date
  arnaubennassar f9ddf88c93 Add configuration option to choose recommended fee strategy, and add static strategy 3 years ago
  Eduard S e23d0a07d2 Document synchronizer, node and coordinator 3 years ago
  Pantani 88b17cbe99 add release distribution with Goreleaser (https://goreleaser.com) 3 years ago
  Eduard S 8c51cfb3d2 Add minimum documentation of serveapi command 3 years ago
  arnaubennassar 90126a03a2 API change names and add poolLoad, add maxFeeUSD 3 years ago
  Pantani dc198c35ae fix import key command into the example script 3 years ago
  Pantani ae0858df3d fix the serve api flags 3 years ago
  Pantani 234268028e create cli command to print the version and the build commit and date 3 years ago
  Pantani d7bab0c524 create a makefile to build, compile and run the binary using ldflags 3 years ago
  Eduard S d625cc9287 Allow serving API only via new cli command 3 years ago
  Pantani 968fcc207e Add the option to force or not a forgeBatch at the beginning of the slot 3 years ago
  arnaubennassar 97062afc90 Allow price update configuration to be specified per token 3 years ago
  arnaubennassar ac66ede917 Add coingecko client to price updater 3 years ago
  Danilo Pantani d361abb8cd Add the config option to forge batch when the coordinator we are not the auction winner and reach the slot deadline 3 years ago
  Eduard S 1050da350a Wipe StateDB in cli command wipesql 3 years ago
  Eduard S f762fbdc4d Update example config with working values 3 years ago
  Danilo Pantani 4a75c35abf fix forge address balance printing removing the int64 casting 3 years ago
  Danilo Pantani cd1df6ea8c check the forge address balance before starting the node 3 years ago
  Eduard S ba108b1146 Set gin debug mode via config 3 years ago
  Eduard S c771bdf94e Calculate ForgeBatch gasLimit with parametrized formula 3 years ago
  arnaubennassar ed9bfdffa9 Diferentiate SQL connections by read write 3 years ago
  arnaubennassar c83047f527 Stop using stateDB in API 3 years ago
  Eduard S 3706ddb2fb Add minPriceUSD in L2DB, check maxTxs atomically 3 years ago
  Eduard S 67b2b7da4b Delete pending txs by external mark, store tx IP 3 years ago
  Eduard S 7b01f6a288 Add discard cli to discard synced blocks 3 years ago
  Eduard S f0e79f3d55 Update coordinator to work better under real net 3 years ago
  Eduard S 05104b0565 Document how to build node 3 years ago
  Arnau B ac1fd9acf7 Add semaphore for API queries to SQL 3 years ago
  Eduard S 3181c8738c Fix synchronizer, add verifier index config param 3 years ago
  Eduard S 845fea42d3 Update go-merkletree dependency 3 years ago
  Eduard S 49610330c4 Update README 3 years ago
  Eduard S 70482605c4 Update coordinator to work better under real net 3 years ago
  Eduard S 101a954775 Fix forging L1Batch too early 3 years ago
  Eduard S 97908447b9 Add debug info in batch debug file 3 years ago
  Eduard S a79cb4edfd Update node and apply some fixes 3 years ago
  Eduard S f5d81ca8f8 Add config flag to enable/disable meddler logs 3 years ago
  Eduard S 18c854fbaa Add circuit configuration to node config 3 years ago
  Eduard S e5fc403451 Add cli command to wipe the SQL DB 3 years ago
  Eduard S 42791181a1 Load ethereum private key 3 years ago
  Eduard S 2205fcadbc Delete old checkpoints in stateDB automatically 3 years ago
  Eduard S 56fffdcee5 Update and integrate price updater 3 years ago
  Eduard S b59f790c04 Use init SC vars and start block from events 3 years ago
  Eduard S 11722c60ba Merge node (sync-only) and coord config 3 years ago
  Eduard S a7351992cd Make coordinator more responsive 3 years ago
  Eduard S 20b8d0561f Update synchronizer and DB with last contracts updates 3 years ago
  Eduard S ced42634da Wrap all errors with tracerr 3 years ago
  Eduard S 879af66a2a Use tracerr call traces in log 3 years ago
  Eduard S 8f1cf2f145 Update coordinator, call all api update functions 3 years ago
  Eduard S 3b99953007 Redo coordinator structure, connect API to node 3 years ago
  Eduard S 6c0d48f4a2 Add Sync stats, and report them in DebugAPI 3 years ago