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(tx-init): initial implementation of TX_INIT phase #666

Open
wants to merge 4 commits into
base: arith-dev
Choose a base branch
from

Conversation

powerslider
Copy link
Collaborator

Resolves: #660
Signed-off-by: Tsvetan Dimitrov tsvetan.dimitrov@consensys.net

@powerslider powerslider marked this pull request as draft April 5, 2024 14:38
@powerslider powerslider marked this pull request as ready for review May 20, 2024 11:00
Copy link
Collaborator

@OlivierBBB OlivierBBB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@@ -117,6 +119,17 @@
@Slf4j
@Accessors(fluent = true)
public class Hub implements Module {
private static final Set<Address> PRECOMPILE_ADDRESSES =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's already in AdressUtils.java
Remove from here plz

deploymentInfo.number(fromAddress),
deploymentInfo.isDeploying(fromAddress));

// TODO: still no finished
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it finished now ?

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.

None yet

3 participants