Skip to content

Commit 7ae074b

Browse files
yiweichifrisitano
andauthored
feat: support directly forward transactions to sequencer (#189)
* feat: support forward tx to sequencer * fix: test * fix: typo * fix: NetworkArgs default value * Revert "fix: NetworkArgs default value" This reverts commit 08c535f. * feat: implement default for NetworkArgs * fix: remove derive Default for NetworkArgs * fix: ci fmt * merge main * test: add e2e test * fix tx propagation * fix transaction gossip test * fix: EthTransactionValidatorBuilder accepts custom local_transactions_config * fix: ci * address comments * update branch --------- Co-authored-by: frisitano <[email protected]>
1 parent f1ad038 commit 7ae074b

File tree

9 files changed

+1235
-923
lines changed

9 files changed

+1235
-923
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ target/
2323
.vscode/
2424

2525
.idea/
26+
27+
# OS
28+
.DS_Store

0 commit comments

Comments
 (0)