You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for NonEmptyOrderedSet in Plutus_data (#451)
* refactor: update script_data_hash to support NonEmptyOrderedSet for datums
* fix: update plutus_data to support NonEmptyOrderedSet
* fix: update plutus_data to use NonEmptyOrderedSet for improved data handling
* refactor: enhance OrderedSet to support IndefiniteList for improved serialization
* test: update test cases for script_data_hash to reflect changes
* fix: update redeemer handling to use RedeemerMap for empty cases
* fix: update datum handling to correctly process NonEmptyOrderedSet or list
* fix: revert tests hash for lists and pass NonEmptyOrderedSet to script_data_hash in test_script_data_hash_redeemer_map
* fix: update script_data_hash to pass in NonEmptyOrderedSet for datums
* fix: improve redeemer handling for compatibility and remove canonical True on cost_models_bytes
* fix: revert expected hash values in script_data_hash tests
* Fix OrderedSet serialization
* Remove unnecessary type ignore
* fix: update plutus_data type to include IndefiniteList for improved compatibility
---------
Co-authored-by: Hareem Adderley <haddderley@kingpinapps.com>
Co-authored-by: Jerry <jerrycgh@gmail.com>
0 commit comments