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

Preview4 blockchain changes #2283

Closed

Conversation

danwbyrne
Copy link
Contributor

implement changes 1 and 2 from #2278

Fixes an old issue in the neo-one/node-vm storage implementation. TL;DR the C# version has the table property it can use for indexing but since we don't have that in JS we "cheat" by just appending the table to the key and seeking off of that. This was an issue when deserializing the key for use in the new GasPerBlockRecords storage lookup in the NEO Native contract and was probably an issue before but since we didn't use the key AFTER seeking like this before it didn't come up.

Wait to merge until #2279 is in.

@danwbyrne danwbyrne closed this Jan 5, 2021
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.

1 participant