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

introduce ed25519_verify #1007

Closed
wants to merge 1 commit into from

Conversation

blasrodri
Copy link

After stabilizing feature ed25519_verify, next step is to introduce it in the rust sdk.

@@ -61,7 +61,7 @@ impl MockedBlockchain {
let context = sdk_context_to_vm_context(context);
ext.fake_trie = storage;
ext.validators = validators.into_iter().map(|(k, v)| (k.parse().unwrap(), v)).collect();
let memory = memory_opt.unwrap_or_else(|| Box::new(MockedMemory {}));
let memory = memory_opt.unwrap_or_else(|| Box::new(MockedMemory::default())); // TODO: find a better way to del with MockedMemory
Copy link
Author

Choose a reason for hiding this comment

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

been having issues with the memory, when running the tests. HELP!

@nabeel99
Copy link

Hey lads, been waiting on this feature, is there a known blocker or an eta for when one can expect this to be merged ?

@miraclx
Copy link
Contributor

miraclx commented Apr 30, 2023

Closing in favor of #1010, with reviews already ongoing. Thanks @blasrodri.

@miraclx miraclx closed this Apr 30, 2023
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