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: evm sequencer #316

Merged
merged 24 commits into from
Oct 3, 2023
Merged

Conversation

greged93
Copy link
Contributor

Provides a wrapper for a evm sequencer around the kakarot sequencer.

Time spent on this PR: 2 days

Resolves: #267

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?

Provides an easy way to completely deploy contracts, eoa, kakarot and fund addresses.

Does this introduce a breaking change?

  • Yes
  • No

@greged93 greged93 marked this pull request as draft September 27, 2023 09:51
@greged93 greged93 marked this pull request as ready for review September 28, 2023 09:52
@greged93 greged93 force-pushed the feat/evm-sequencer branch from b740ba2 to 6e3b4f5 Compare October 3, 2023 10:48
@greged93 greged93 force-pushed the feat/evm-sequencer branch from 5f89abc to bfe0e2d Compare October 3, 2023 12:45
@greged93 greged93 force-pushed the feat/evm-sequencer branch from bfe0e2d to 3eb1927 Compare October 3, 2023 12:47
@ClementWalter ClementWalter added this pull request to the merge queue Oct 3, 2023
Merged via the queue into kkrt-labs:main with commit 3ff4ed2 Oct 3, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Add an easy way to declare and deploy contracts by writing straight to storage.
2 participants