Skip to content

Commit

Permalink
Fixing validation_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Zajkowski committed Dec 17, 2024
1 parent 4c83234 commit 8c30a9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ All notable changes to this project will be documented in this file. The format
- struct ExcessiveSizeError changed name to DeployExcessiveSizeError
- struct Transfer changed name to TransferV1
- enum GlobalStateIdentifier
- enum StoredValue has new variants: LegacyTransfer, AddressableEntity, BidKind, Package, ByteCode, MessageTopic, Message, NamedKey,Reservation,EntryPoint,
- enum StoredValue has new variants: Transfer, AddressableEntity, BidKind, Package, ByteCode, MessageTopic, Message, NamedKey,Reservation,EntryPoint,
- enum system::SystemContractType changed name to system::SystemEntityType
- enum system::handle_payment::Error variant SystemFunctionCalledByUserAccount changed to InvalidCaller
- struct EntryPoint has a new field `entry_point_payment`
Expand All @@ -242,7 +242,6 @@ All notable changes to this project will be documented in this file. The format
- type EntryPointsMap
- type NamedKeys
- methods `groups_mut`, `add_group`, `lookup_contract_hash`, `is_version_enabled`, `is_contract_enabled`, `insert_contract_version`, `disable_contract_version`, `enable_contract_version`, `enabled_versions`, `remove_group`, `next_contract_version_for`, `current_contract_version`, `current_contract_hash` in struct ContractPackage
- in enum StoredValue removed variant Transfer (replaced with LegacyTransfer)

## [Unreleased] (node 1.5.4)

Expand Down
2 changes: 1 addition & 1 deletion utils/validation/tests/fixtures/ABI/key.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
],
"output": "012a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a2a"
},
"LegacyTransfer": {
"Transfer": {
"input": [
{
"type": "Key",
Expand Down
4 changes: 2 additions & 2 deletions utils/validation/tests/fixtures/ABI/stored_value.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@
],
"output": "07020000000001197f6b23e16c8532c6abc838facd5ea789be0c76b2920334039bfa8b3d368d610400ca9a3b01000202bb58b5feca505c74edc000d8282fc556e51a1024fc8e7d7e56c6f887c5c8d5f201197f6b23e16c8532c6abc838facd5ea789be0c76b2920334039bfa8b3d368d610400ca9a3b"
},
"LegacyTransfer": {
"Transfer": {
"input": [
{
"type": "StoredValue",
"value": {
"LegacyTransfer": {
"Transfer": {
"deploy_hash": "2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c2c",
"from": "account-hash-6464646464646464646464646464646464646464646464646464646464646464",
"to": "account-hash-6565656565656565656565656565656565656565656565656565656565656565",
Expand Down

0 comments on commit 8c30a9d

Please sign in to comment.