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: generic create #541

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

feat: generic create #541

wants to merge 6 commits into from

Conversation

enitrat
Copy link
Collaborator

@enitrat enitrat commented Jan 24, 2025

Closes #538

@enitrat enitrat force-pushed the feat/generic-create branch from eaaaaf7 to cb92209 Compare January 24, 2025 23:21
tempvar child_evm = Evm(child_evm_);

// Note: we just returned `0` which, when casted into an EthereumException,
// is made into an object with value `0` instead of being a null ptr
Copy link
Member

Choose a reason for hiding this comment

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

what is the difference?

Copy link
Member

@Eikix Eikix Jan 25, 2025

Choose a reason for hiding this comment

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

    let ok = cast(0, EthereumException*);
    return ok;

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

im not sure yet, this is just based on current observations that might still be bugged, this is not done

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.

generic create
2 participants