90 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
  arnaucube 206c8e6e8f Move apitypes & stateapiupdater into api dir 3 years ago
  arnaubennassar 90126a03a2 API change names and add poolLoad, add maxFeeUSD 3 years ago
  Eduard S 450fa08d80 Add config parameter ForgeOncePerSlotIfTxs 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
  Pantani efb23950db Synchronize the AccountCreationAuths from L1CoordinatorTxs 3 years ago
  Danilo Pantani 7833cb11de fix some code and comment typos 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
  arnaucube dfd49164f4 Add NewFloor40Floor helper method 3 years ago
  arnaucube 93b7866d3e Add lll to linter checks 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
  arnaubennassar 54508b0ba6 Add forge delay to api get state 3 years ago
  arnaucube 15fd3945dd Update synchronizer.Sync2 to Sync from legacy impl 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
  Eduard S ca53dc9b52 In http servers, first listen, then serve 3 years ago
  Eduard S d16fba72a7 In API recommended fee, use minFeeUSD as min value 3 years ago
  arnaubennassar c83047f527 Stop using stateDB in API 3 years ago
  Danilo Pantani bcd576480c remove redundant error check condition for node creation 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 ed4d39fcd1 Add account_update SQL table with balances and nonces 3 years ago
  Eduard S f2e5800ebd Delay forging of batches via config parameters 3 years ago
  Eduard S f0e79f3d55 Update coordinator to work better under real net 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 48a538faa3 Pass StateDB constructor parameters as Config type 3 years ago
  Eduard S 8517e6afa0 Improve stateDB reliability 3 years ago
  Eduard S 70482605c4 Update coordinator to work better under real net 3 years ago
  arnaucube 7f46c3028e Add tests connecting TxSelector, BatchBuilder, ZKInputs, ProofServer 3 years ago
  Eduard S ec194d5066 Set l1tx.EffectiveFromIdx in TxProcessor and til 3 years ago
  Eduard S 101a954775 Fix forging L1Batch too early 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 42791181a1 Load ethereum private key 3 years ago
  arnaucube 0cf1ed217b Abstract TxProcessor from StateDB 3 years ago
  Eduard S a0c8ace38d Add missing tracerr.Wrap 3 years ago
  Eduard S 2205fcadbc Delete old checkpoints in stateDB automatically 3 years ago
  arnaucube 8615a462ab Update AccountCreationAuth & fix auth.HashToSign 3 years ago
  Eduard S 35d598f564 Don't log errors when context done 3 years ago
  Eduard S 086dc85104 Get ChainID from ethereum node 3 years ago
  arnaucube 150597c282 Parametrize ChainID 3 years ago
  arnaucube 982a423bf3 TxSelector update txs processing logic 3 years ago
  Eduard S 56fffdcee5 Update and integrate price updater 3 years ago