Ensure that view interops can't be changed outside#3812
Merged
Conversation
Member
Author
|
Please @superboyiii could you help testing this one? |
Member
Sure |
Member
|
It's compatible on mainnet. |
Member
Author
|
Require #3829 |
AnnaShaleva
previously approved these changes
Mar 17, 2025
Member
There was a problem hiding this comment.
Also checked NeoGo regarding the same problem, but our DB structure is a bit simpler in that we don't have such cache for native contracts (we always perform an "honest" serialization), hence we don't have this problem.
BTW, some testing workflows are failing, is it expected?
Wi1l-B0t
previously approved these changes
Mar 18, 2025
Member
Author
|
Removed some methods, it will require a deep review for add |
cschuchardt88
previously approved these changes
Apr 4, 2025
Jim8y
approved these changes
Apr 7, 2025
cschuchardt88
approved these changes
Apr 12, 2025
Wi1l-B0t
approved these changes
Apr 12, 2025
Jim8y
added a commit
to Jim8y/neo
that referenced
this pull request
Apr 17, 2025
* master: DBFTPlugin: include consensus time into block interval (neo-project#3900) Isolate unit tests (neo-project#3904) Use DateTime.UtcNow (neo-project#3902) Update workflow (neo-project#3901) optimize: show state more readable (neo-project#3899) Optimize KeyedCollectionSlim (neo-project#3877) Native: move MillisecondsPerBlock setting to native Policy (neo-project#3895) optimize: history command support (neo-project#3892) Ensure that view interops can't be changed outside (neo-project#3812)
cschuchardt88
added a commit
to cschuchardt88/neo
that referenced
this pull request
Jun 8, 2025
* Ensure that view interop can't be changed outside * revent one line * Add ut * more oracle * Add neo * Optimize * SmartContract: fix XML comment formatting No functional changes. Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru> * fix serialize empty value * Remove some clones * check if it's sealed * optimize * change ! * clean --------- Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru> Co-authored-by: Christopher Schuchardt <cschuchardt88@gmail.com> Co-authored-by: Jimmy <jinghui@wayne.edu> Co-authored-by: Anna Shaleva <shaleva.ann@nspcc.ru> Co-authored-by: Jimmy <jimmy@r3e.network>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Ensure that view interop can't be changed outside.
There are views that returns interop types related to the storage, if this are changed, it will be changed.
Complementary to #3802
Type of change
How Has This Been Tested?
Test Configuration:
Checklist: