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

New: add more storagemap get methods #835

Merged
merged 10 commits into from
Dec 26, 2023
Merged

Conversation

Jim8y
Copy link
Contributor

@Jim8y Jim8y commented Dec 15, 2023

Closes #833

@shargon shargon merged commit 2e95da7 into neo-project:master Dec 26, 2023
2 checks passed
@Jim8y Jim8y deleted the storage-get branch December 26, 2023 09:26
@vncoelho
Copy link
Member

Closes #769 as well?

[OpCode(OpCode.CAT)]
[OpCode(OpCode.SWAP)]
[Syscall("System.Storage.Put")]
public extern void Put(byte[] key, bool value);
Copy link
Member

Choose a reason for hiding this comment

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

Considering that opcodes were equal, weren't it be better if aggregated? Maybe there is a simple way for such cases.

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.

Add Support to GetInt, GetBoolean, GetUInt160, GetUInt256, GetString, GetECPoint, and GetObject
3 participants