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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

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

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
3 participants