Skip to content

feat: support directly forward transactions to sequencer #189

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jul 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
e1978b8
feat: support forward tx to sequencer
yiweichi Jul 1, 2025
9b7ff77
fix: test
yiweichi Jul 3, 2025
2f8c6a9
fix: typo
yiweichi Jul 3, 2025
b554cd7
fix: typo
yiweichi Jul 3, 2025
458d8f2
fix: test
yiweichi Jul 4, 2025
5af1183
fix: indent
yiweichi Jul 4, 2025
bb1ce54
indent
yiweichi Jul 4, 2025
1ac2481
indent
yiweichi Jul 4, 2025
c7751a5
Merge branch 'main' into feat-forward-txs-to-sequencer
yiweichi Jul 8, 2025
fb8effb
Merge branch 'main' into feat-forward-txs-to-sequencer
yiweichi Jul 8, 2025
08c535f
fix: NetworkArgs default value
yiweichi Jul 8, 2025
501b95b
fix: typo
yiweichi Jul 8, 2025
5fb9611
Revert "fix: NetworkArgs default value"
yiweichi Jul 8, 2025
789ffb8
feat: implement default for NetworkArgs
yiweichi Jul 8, 2025
bb87d63
fix: remove derive Default for NetworkArgs
yiweichi Jul 8, 2025
cb377e3
Merge branch 'main' into feat-forward-txs-to-sequencer
yiweichi Jul 17, 2025
a149776
fix: ci fmt
yiweichi Jul 17, 2025
e00cb7c
Merge branch 'main' into feat-forward-txs-to-sequencer
yiweichi Jul 24, 2025
be954d8
merge main
yiweichi Jul 24, 2025
acabe6d
test: add e2e test
yiweichi Jul 18, 2025
be05a6c
revert test case
yiweichi Jul 24, 2025
a82b8ad
add test case
yiweichi Jul 24, 2025
ec3c2d2
merge test case
yiweichi Jul 24, 2025
e0141ca
fix tx propagation
frisitano Jul 18, 2025
e761091
fix transaction gossip test
frisitano Jul 23, 2025
08eb060
fix transaction gossip test
frisitano Jul 23, 2025
f844256
fix: EthTransactionValidatorBuilder accepts custom local_transactions…
yiweichi Jul 25, 2025
4a4e443
fix: ci
yiweichi Jul 25, 2025
573f94a
fix: ci
yiweichi Jul 25, 2025
c867b7c
fix: ci
yiweichi Jul 25, 2025
eab6d18
address comments
yiweichi Jul 28, 2025
4d01322
update gitignore
yiweichi Jul 28, 2025
d3b2100
update gitignore
yiweichi Jul 28, 2025
3b276b2
update branch
yiweichi Jul 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ target/
.vscode/

.idea/

# OS
.DS_Store
Loading
Loading