-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[
Fix
] StackItem.GetHashCode for CompoundType (#3549)
* Fixed #3544 * Fixed SubItems of CompoundType * Reused `Unsafe.HashBytes` for hashing function in compoundtype * Fixed test * simple hashcode for compoundtype * Test circular reference * Fixed compoundType * Add one more test case * Fixed test * changed to use subclass * add comment * Add more to GetHashCode for CompoundType * Clean code --------- Co-authored-by: Jimmy <[email protected]> Co-authored-by: Fernando Diaz Toledano <[email protected]> Co-authored-by: NGD Admin <[email protected]>
- Loading branch information
1 parent
25554df
commit 42f0efd
Showing
2 changed files
with
62 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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