Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update move prover (#3924)
* update move prover

* update starcoin-framework and test

* update move repo

* update version

* update starcoin-framework

* set version 1.13.6
  • Loading branch information
nkysg committed Aug 2, 2023
1 parent 236c0f2 commit c7af47a
Show file tree
Hide file tree
Showing 35 changed files with 69 additions and 69 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions Cargo.toml
Expand Up @@ -322,31 +322,31 @@ log4rs = { version = "1.2.0", features = ["background_rotation", "gzip"] }
lru = "0.7.8"
merkletree = { version = "0.22.1" }
mirai-annotations = "1.10.1"
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-cli = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-compiler = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-docgen = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-ir-compiler = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-ir-types = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-model = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-package = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-prover = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-prover-test-utils = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-resource-viewer = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b", features = ["table-extension"] }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b", features = ["table-extension"] }
move-binary-format = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-bytecode-source-map = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-bytecode-verifier = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-cli = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-command-line-common = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-compiler = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-core-types = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-coverage = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-disassembler = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-docgen = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-errmapgen = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-ir-compiler = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-ir-types = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-model = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-package = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-prover = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-prover-test-utils = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-resource-viewer = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-stdlib = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-transactional-test-runner = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-unit-test = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70", features = ["table-extension"] }
move-vm-runtime = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-vm-types = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-table-extension = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70" }
move-vm-test-utils = { git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70", features = ["table-extension"] }

names = { version = "0.14.0", default-features = false }
network-api = { path = "network/api", package = "network-api" }
Expand Down Expand Up @@ -431,7 +431,7 @@ starcoin-crypto = { git = "https://github.com/starcoinorg/starcoin-crypto", rev
starcoin-decrypt = { path = "commons/decrypt" }
starcoin-dev = { path = "vm/dev" }
starcoin-executor = { path = "executor" }
starcoin-framework = { git = "https://github.com/starcoinorg/starcoin-framework", rev = "7ce805c4d3c7ba1e5e1bebcc4a9ee8a115e6df85" }
starcoin-framework = { git = "https://github.com/starcoinorg/starcoin-framework", rev = "1f8ebec924fe8768888b02975614650c4a1c63c9" }
starcoin-genesis = { path = "genesis" }
starcoin-logger = { path = "commons/logger" }
starcoin-metrics = { path = "commons/metrics" }
Expand Down Expand Up @@ -504,7 +504,7 @@ unsigned-varint = { version = "0.6.0", features = [
"futures",
"asynchronous_codec",
] }
vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "e31d9847cd1843ad571ba6f83e63b04cd96e254b", features = [
vm = { package = "move-binary-format", git = "https://github.com/starcoinorg/move", rev = "b9d6ef3ec28de55c82df1a8d37accb91cc449c70", features = [
"fuzzing",
] }
vm-status-translator = { path = "vm/vm-status-translator" }
Expand Down
Binary file modified genesis/generated/halley/genesis
Binary file not shown.
Expand Up @@ -2,7 +2,7 @@ processed 10 tasks

task 5 'run'. lines 11-19:
{
"gas_used": 15127,
"gas_used": 11125,
"status": "Executed"
}

Expand Down
Expand Up @@ -2,6 +2,6 @@ processed 4 tasks

task 3 'run'. lines 7-14:
{
"gas_used": 10461,
"gas_used": 8712,
"status": "Executed"
}
Binary file modified vm/stdlib/compiled/latest/stdlib/008_Vector.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/010_ACL.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/012_Math.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/013_Option.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/014_BCS.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/021_VMConfig.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/036_Authenticator.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/037_Account.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/040_Ring.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/043_BlockReward.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/044_Collection.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/045_Collection2.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/046_Compare.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/051_EVMAddress.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/055_GasSchedule.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/057_Oracle.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/061_NFT.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/063_MerkleProof.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/064_MerkleNFTDistributor.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/068_Genesis.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/073_NFTGallery.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/076_PriceOracleAggregator.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/078_Secp256k1.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/081_SimpleMap.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/083_StarcoinVerifier.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/084_String.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/087_TransactionManager.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/088_TransferScripts.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/090_TypeInfo.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/091_U256.mv
Binary file not shown.

0 comments on commit c7af47a

Please sign in to comment.