This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Backup old config file if exits * Backup old config file if exits * Ignore new config file if exits * Avoid rewrite the service config file * Use SuggestGasTipCap to get GasPrice * Add base fee * Fix typo * Add log, fix typos * Fix imports for linter * Adjust log * Add common.nonce package * Fix nonce import in tests * Fix imports * Linter fixes * Remove use of interface * Linter fixes * bump gin version (#1046) * Reference endpoints with filter options (#1039) Reference endpoints with filter options * Turn the structs public * Linter fixes * Use 2 structures for Token * Use 2 structures for Token * Test if solve the stack overflow issue * Fix types * Revert marshal method * Move api types to common, to avoid ciclic import error * Fix structure types * Fix types * Add json tags to PoolL2TxAPI * Turn the poolTxAPIView private * Fix TxL2 name and refactor * Update swagger * Add nullable to field * fixed verifyPoolL2Tx error (#1045) * code owners (#998) * code owners * Suggestion * suggestion * suggestion * Fix the use of multi proof servers * Update example toml * Adding new request for updating transactions in tx-pool (#1044) * added on conflict condition to checkPoolIsFull * added const to onConflictQuery var * deleted rqfromidx test in txspool * adding update for txs in the pool * added correct test to atomicpool_test.go and additional fields to update for updateTx function * fixed lint errors * deleted checking for null in updateTx function * added more tests for update txpool * added info for transactions-pool put request in swagger.yml * moved UpdateTxAPI function from l2db.go file to the apiqueries.go * atomic: fix error message at invalid group * Feature/update tx by idx and nonce (#1070) * adding update transaction by idx and nonce function * merged with develop * Feature/#711 default config (#1037) * Configuration * ApiServer and logs fix * Readme * Config as library * Config error messages * Fix env variable names * Fix paths in default config * library name changed * Readme improved * fix array with env variables * linter * Default values and readme improved * Adapt #1068 PR * linter * cfg not required * Readme * New lib version and env bug fixed * test: remove debug log * tests: remove unecessary comments * Feature/tx selector sort txs by profitability (#1072) * make tx selector to sort txs by profitability * remove unused file * trigger checks * added guide to run integration tests (#1065) * added guide to run integration tests * added more info to guide * fixed pr comments * added possibility to update tx with invl status (#1075) * txselector: use PR suggestion Co-authored-by: a_bennassar <[email protected]> * remove not necessary TODO messages (#1093) * remove TODOs from code since we created issues to address them (#1094) * Remove priceupdater (#1053) * remove priceupdater * remove update and create fiat * remove config price updater Co-authored-by: Marcelo Castellani <[email protected]> Co-authored-by: Marcelo Castellani <[email protected]> Co-authored-by: Mikhail Wall <[email protected]> Co-authored-by: Alonso Rodriguez <[email protected]> Co-authored-by: Mário Idival <[email protected]> Co-authored-by: Thiago Coimbra Lemos <[email protected]>
- Loading branch information
1 parent
b0e2400
commit 6048085
Showing
75 changed files
with
2,063 additions
and
1,432 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,25 @@ | ||
*.md @jeffprestes | ||
api/ @arnaubennassar | ||
db/*.go @arnaubennassar | ||
db/historydb @arnaubennassar | ||
db/migrations @arnaubennassar | ||
db/l2db @arnaubennassar | ||
txselector/ @arnaubennassar | ||
*.md @jeffprestes @arnaubennassar | ||
api/ @Mikelle @ARR552 | ||
db/*.go @Mikelle @tclemos | ||
db/historydb @Mikelle @tclemos | ||
db/migrations @Mikelle @arnaubennassar | ||
db/l2db @Mikelle @marioidival | ||
db/kvdb @Mikelle @marioidival | ||
db/statedb @Mikelle @marioidival | ||
txselector/ @mfcastellani @tclemos @arnaubennassar | ||
etherscan/ @ARR552 | ||
priceupdater/ @ARR552 | ||
priceupdater/ @marioidival @ARR552 | ||
common/ @Mikelle @mfcastellani | ||
config/ @ARR552 @marioidival | ||
coordinator/ @mfcastellani @marioidival | ||
node/ @Mikelle @ARR552 | ||
eth/ @ARR552 @arnaubennassar | ||
cmd/ @mfcastellani | ||
txprocessor/ @mfcastellani @tclemos @arnaubennassar | ||
health/ @Mikelle @ARR552 | ||
log/ @mfcastellani | ||
metric/ @mfcastellani | ||
test/ @arnaubennassar @mfcastellani | ||
prover/ @mfcastellani @marioidival | ||
synchronizer/ @ARR552 @arnaubennassar | ||
batchbuilder/ @mfcastellani @marioidival |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.