Skip to content

Implement the eth2.0 deposit contract#399

Draft
axic wants to merge 42 commits into
argotorg:mainfrom
axic:deposit
Draft

Implement the eth2.0 deposit contract#399
axic wants to merge 42 commits into
argotorg:mainfrom
axic:deposit

Conversation

@axic
Copy link
Copy Markdown
Contributor

@axic axic commented May 19, 2026

No description provided.

}
let count = to_little_endian_64(deposit_count);
// return sha256(concat2(variadic.v3(node, to_little_endian_64(deposit_count), empty(24))));
let x = variadic.v3(node, count, empty(24));
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This fails, because the compiler does not know the fourth argument to variadic type used here.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I know, dont review this PR yet until it hoes out of draft it is a working branch for me to clean up.

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.

2 participants