112 Commits (master)

Author SHA1 Message Date
  Eduard S e23d0a07d2 Document synchronizer, node and coordinator 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
  Mikelle cd74f1fda3 separated the policy to decide if we forge batch or not 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
  arnaucube a39d880fd4 Update to last Poseidon & go-merkletree versions 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 18e9e437da Fix TxSel for unselected tx update internal Nonce 3 years ago
  arnaucube dfd49164f4 Add NewFloor40Floor helper method 3 years ago
  arnaucube 93b7866d3e Add lll to linter checks 3 years ago
  Eduard S 74769da5ba Fix unforged L1UserTxs query in forgeBatch 3 years ago
  Eduard S 65b007d59c When resending an eth tx, always increase gas price 3 years ago
  arnaucube 15fd3945dd Update synchronizer.Sync2 to Sync from legacy impl 3 years ago
  Eduard S c771bdf94e Calculate ForgeBatch gasLimit with parametrized formula 3 years ago
  Eduard S 3c68aa5014 Reorg l2db before starting pipeline 3 years ago
  Eduard S 4856251f01 Fix missing timer reset in TxManager 3 years ago
  Eduard S df729b3b71 Wait for serverProof before starting batch 3 years ago
  arnaubennassar ed9bfdffa9 Diferentiate SQL connections by read write 3 years ago
  Danilo Pantani 35ea597ac4 remove redundant error check condition for tx manager 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 2547d5dce7 Fix TxSel sorting, TxManager geth err checking 3 years ago
  Eduard S 264f01b572 Fix timers resetting in coordinator loops 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 2bf3b843ed Fix l2db reorg of forging l2txs 3 years ago
  Eduard S 48a538faa3 Pass StateDB constructor parameters as Config type 3 years ago
  Eduard S 6590c47a9a Add Last db view in kvdb and statedb 3 years ago
  arnaucube a8f6891aea Add PoolL2Tx.Info about the status of the tx 3 years ago
  invocamanman 20efa9cfc5 swap proof b vector 3 years ago
  Eduard S 8517e6afa0 Improve stateDB reliability 3 years ago
  Eduard S d7c56afa5c Fix incorrect initial CurrentIdx in kvdb 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 484fca12f8 Organize coordinator code, and rename some funcs 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
  arnaucube 962b9e4712 Add checks to TxSelector & other: 3 years ago
  arnaucube 48bdec1397 Fix TxProcessor TokenID use &updates at Til&Common 3 years ago
  arnaucube 79b3de7178 Update TxSelector to return CoordIdxs used & other 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 68bfbff269 Abstract KVDB from StateDB 3 years ago
  arnaucube 0cf1ed217b Abstract TxProcessor from StateDB 3 years ago