Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FA] get rid of migration flag
Browse files Browse the repository at this point in the history
lightmark committed Nov 15, 2024
1 parent d7c3996 commit e9d3ee5
Showing 45 changed files with 423 additions and 749 deletions.
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
}
}
},
"guid_creation_num": "4",
"guid_creation_num": "2",
"key_rotation_events": {
"counter": "0",
"guid": {
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
}
}
},
"guid_creation_num": "4",
"guid_creation_num": "2",
"key_rotation_events": {
"counter": "0",
"guid": {
Original file line number Diff line number Diff line change
@@ -157,7 +157,7 @@
"state_change_hash": "",
"event_root_hash": "",
"state_checkpoint_hash": null,
"gas_used": "9",
"gas_used": "5",
"success": true,
"vm_status": "Executed successfully",
"accumulator_root_hash": "",
@@ -178,7 +178,7 @@
}
}
},
"guid_creation_num": "4",
"guid_creation_num": "2",
"key_rotation_events": {
"counter": "0",
"guid": {
@@ -203,38 +203,6 @@
},
"type": "write_resource"
},
{
"address": "0x34bf7e2d17674feb234371a7ea58efd715f0e56ba20ebf13789480d9d643afaf",
"state_key_hash": "",
"data": {
"type": "0x1::coin::CoinStore<0x1::aptos_coin::AptosCoin>",
"data": {
"coin": {
"value": "0"
},
"deposit_events": {
"counter": "0",
"guid": {
"id": {
"addr": "0x34bf7e2d17674feb234371a7ea58efd715f0e56ba20ebf13789480d9d643afaf",
"creation_num": "2"
}
}
},
"frozen": false,
"withdraw_events": {
"counter": "0",
"guid": {
"id": {
"addr": "0x34bf7e2d17674feb234371a7ea58efd715f0e56ba20ebf13789480d9d643afaf",
"creation_num": "3"
}
}
}
}
},
"type": "write_resource"
},
{
"address": "0x34bf7e2d17674feb234371a7ea58efd715f0e56ba20ebf13789480d9d643afaf",
"state_key_hash": "",
@@ -251,7 +219,7 @@
}
}
},
"guid_creation_num": "4",
"guid_creation_num": "2",
"key_rotation_events": {
"counter": "0",
"guid": {
@@ -296,22 +264,6 @@
"type": "ed25519_signature"
},
"events": [
{
"guid": {
"creation_number": "0",
"account_address": "0x0"
},
"sequence_number": "0",
"type": "0x1::account::CoinRegister",
"data": {
"account": "0x34bf7e2d17674feb234371a7ea58efd715f0e56ba20ebf13789480d9d643afaf",
"type_info": {
"account_address": "0x1",
"module_name": "0x6170746f735f636f696e",
"struct_name": "0x4170746f73436f696e"
}
}
},
{
"guid": {
"creation_number": "0",
@@ -320,11 +272,11 @@
"sequence_number": "0",
"type": "0x1::transaction_fee::FeeStatement",
"data": {
"execution_gas_units": "5",
"io_gas_units": "4",
"execution_gas_units": "3",
"io_gas_units": "2",
"storage_fee_octas": "0",
"storage_fee_refund_octas": "0",
"total_charge_gas_units": "9"
"total_charge_gas_units": "5"
}
}
],
Loading

0 comments on commit e9d3ee5

Please sign in to comment.