Skip to content
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

feat: include transaction propagation feature #1375

Merged
merged 19 commits into from
Oct 29, 2024

Conversation

greged93
Copy link
Collaborator

@greged93 greged93 commented Sep 11, 2024

Resolves: #1372

Pull Request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no API changes)
  • Build-related changes
  • Documentation content changes
  • Testing

What is the new behavior?

Adds a feature in order for nodes that aren't running a relayer set to propagate their received transactions to a relayer node.

Does this introduce a breaking change?

  • Yes
  • No

src/eth_rpc/servers/eth_rpc.rs Outdated Show resolved Hide resolved
src/eth_rpc/servers/eth_rpc.rs Outdated Show resolved Hide resolved
src/eth_rpc/servers/eth_rpc.rs Outdated Show resolved Hide resolved
src/providers/eth_provider/constant.rs Outdated Show resolved Hide resolved
tests/tests/kakarot_api.rs Outdated Show resolved Hide resolved
@nguyensonbn
Copy link

good

@greged93
Copy link
Collaborator Author

hey @eugypalu couple of conflicts here, can you fix them?

@eugypalu eugypalu force-pushed the feat/transaction-propagation branch 2 times, most recently from f0ec99a to 01301ef Compare October 2, 2024 12:30
@greged93
Copy link
Collaborator Author

greged93 commented Oct 9, 2024

hey @eugypalu, can you resolve conflicts?

@Eikix
Copy link
Member

Eikix commented Oct 23, 2024

Trunk still fails

greged93 and others added 6 commits October 29, 2024 11:06
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
Signed-off-by: Gregory Edison <gregory.edison1993@gmail.com>
@tcoratger tcoratger merged commit 6714e35 into kkrt-labs:main Oct 29, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: send_raw_transaction propagation feature [0.5]
5 participants