Replies: 1 comment
-
I do not recall that there was any need for that. Global state is indexed by the state type, while assignments (owned state) is not |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I found the global state unchecked code in the rgb-core/contract.rs:
![image](https://private-user-images.githubusercontent.com/8555534/311621352-82d1d7e6-7020-400b-aa2e-5e64a3df7cbc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNDM1MjksIm5iZiI6MTczOTE0MzIyOSwicGF0aCI6Ii84NTU1NTM0LzMxMTYyMTM1Mi04MmQxZDdlNi03MDIwLTQwMGItYWEyZS01ZTY0YTNkZjdjYmMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDlUMjMyMDI5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9Y2Q0NTc1ZDFkYzcxYWE4ODFmOTE1M2M0Yjg5MThjZjg4ZDRhYTBmMjEwNzg1ZDRjZDg2YjdkMDEwMTliMzliNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.3HL7R50N6Da1zl3xvbQXCS4NVlSim9j_ADdXtuVfr1Y)
So, do we need to implement other state unchecked method ?(For owned_type, transition, and extension defined in Schema)?
Beta Was this translation helpful? Give feedback.
All reactions