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

Move chain writer send strategy to be config driven #13369

Merged
merged 0 commits into from
May 30, 2024

Conversation

nickcorin
Copy link
Contributor

  • evm: Add a stub chainwriter impl
  • evm: Fix config parameter
  • evm: Change the chainwriter receiver name
  • evm: Remove the chain writer interface to reference chainlink-common
  • evm: Update common dep, and fix signature
  • go.sum: Run gomodtidy
  • .changeset: Add a changeset
  • evm: Pseudo-implement the submit transaction method on chainwriter
  • evm: Add txm dependency to chainwriter
  • evm: Use the txm param properly
  • Update code to use the new interface
  • nix: use monthly foundry branch that's persistent
  • capabilities: Add config validation to write_target
  • capabilities: Pass context into InitializeWrite
  • minor: Resolve some inapplicable TODOs
  • capabilities: Refactor write target by extracting commmon bits
  • Refactor WriteTarget to use ChainWriter
  • capabilities: Move evm specific code inside the relayer
  • Chainwriter tests (Chainwriter tests #13360)
  • Update chainlink-common to include the new interface
  • write_target: Fix tests
  • Move target capability init inside evm.NewRelayer()
  • go mod tidy
  • Address lints
  • scripts: go mod tidy
  • integration-tests: go mod tidy
  • evm: Only initialize write target if config actually present
  • more tidy, fix last lint
  • evm: Move send strategy to be config driven

@nickcorin nickcorin requested review from a team as code owners May 30, 2024 15:56
@nickcorin nickcorin changed the base branch from develop to cap-idempotent-writes May 30, 2024 15:57
@archseer archseer force-pushed the cap-idempotent-writes branch from 30984cf to 4af5be7 Compare May 30, 2024 16:12
@nickcorin nickcorin merged this pull request into cap-idempotent-writes May 30, 2024
60 of 62 checks passed
@nickcorin nickcorin deleted the feat/config-send-strategy branch May 30, 2024 21:25
archseer pushed a commit that referenced this pull request May 31, 2024
…tegy

Move chain writer send strategy to be config driven
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.

3 participants