312 Commits (master)

Author SHA1 Message Date
  arnaucube 206c8e6e8f Move apitypes & stateapiupdater into api dir 3 years ago
  laisolizq 7b297c77da Add account_state view 3 years ago
  arnaubennassar 90126a03a2 API change names and add poolLoad, add maxFeeUSD 3 years ago
  arnaubennassar 3fcec947b4 Add pending L1 txs to API 3 years ago
  Eduard S 91ffdc250b Store *big.Int as DECIMAL in sql 3 years ago
  arnaubennassar c280b21b89 Not count txs marked as external_delete to reach MaxTxsPool 3 years ago
  Eduard S 009d0c5be1 Fix API /state collected fees unmarshal 3 years ago
  arnaubennassar 578edc80bc Fix average transaction fee calculation 3 years ago
  Eduard S d625cc9287 Allow serving API only via new cli command 3 years ago
  arnaubennassar 97062afc90 Allow price update configuration to be specified per token 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
  arnaubennassar ac66ede917 Add coingecko client to price updater 3 years ago
  Danilo Pantani 7833cb11de fix some code and comment typos 3 years ago
  arnaucube dfd49164f4 Add NewFloor40Floor helper method 3 years ago
  Eduard S 1050da350a Wipe StateDB in cli command wipesql 3 years ago
  arnaucube 93b7866d3e Add lll to linter checks 3 years ago
  Eduard S 8b88e1fbd0 Don't select extra columns in SQL, fix metrics query 3 years ago
  Eduard S 74769da5ba Fix unforged L1UserTxs query in forgeBatch 3 years ago
  arnaubennassar cf70111de5 Avoid SQL error when checking value of token without usd on tx insert 3 years ago
  arnaubennassar 4acfeb0ad9 Add API metric for time to forge L1 tx 3 years ago
  Toni Ramírez f8d01b5998 Change how TX per Batch is calculated in state API endpoint 3 years ago
  arnaubennassar ed9bfdffa9 Diferentiate SQL connections by read write 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
  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 d6ec1910da Simplify historyDB test and make it faster 3 years ago
  Eduard S c829eb99dc Remove unecessary slice indexing 3 years ago
  Eduard S f0e79f3d55 Update coordinator to work better under real net 3 years ago
  Eduard S 729966f854 Replace github.com/marusama/semaphore by golang.org/x/sync 3 years ago
  arnaucube 63151a285c Migrate all packages to use Float40 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 6260dfedad Fix eth events query and sync inconsistent state 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
  Eduard S 8517e6afa0 Improve stateDB reliability 3 years ago
  arnaucube c1cd37913f Update TxID to use eth Keccak256 3 years ago
  Eduard S d7c56afa5c Fix incorrect initial CurrentIdx in kvdb 3 years ago
  arnaucube aade6220d4 Update TxID to avoid collisions on DB (fix #503) 3 years ago
  arnaucube a899f43914 Add TokenID to L2Tx 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 828b8177c2 In pool l2tx, store effective in aux column 3 years ago
  Eduard S ec194d5066 Set l1tx.EffectiveFromIdx in TxProcessor and til 3 years ago
  Arnau B 50fc607306 Add idx for txs that creat account, step1 3 years ago
  ToniRamirezM 170da500db Remove big.Int from state API 3 years ago