Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[starcoin-framework] add stdlib v12 (#3941)
* add stdlib v12

* fix error code

* update framework repo

* temp comment test

* temp comment test

* update halley genesis

* add stdlib v12
update starcoin-framework repo
update halley genesis

* update v12 starcoin-framework
  • Loading branch information
nkysg committed Aug 30, 2023
1 parent 50a0b3b commit 62fc18b
Show file tree
Hide file tree
Showing 171 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -442,7 +442,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 = "1f8ebec924fe8768888b02975614650c4a1c63c9" }
starcoin-framework = { git = "https://github.com/starcoinorg/starcoin-framework", rev = "0d3921265ed6a519bd09b1111949db2593a6f9c1" }
starcoin-genesis = { path = "genesis" }
starcoin-logger = { path = "commons/logger" }
starcoin-metrics = { path = "commons/metrics" }
Expand Down
1 change: 0 additions & 1 deletion executor/tests/error_code_test.rs
Expand Up @@ -180,7 +180,6 @@ fn test_execute_transfer_txn_with_dummy_gas_token_code() -> Result<()> {

let txn2 = Transaction::UserTransaction(account1.sign_txn(raw_txn));
let output = execute_and_apply(&chain_state, txn2);
//FIXME:: More detailed error code
assert_eq!(
TransactionStatus::Discard(StatusCode::BAD_TRANSACTION_FEE_CURRENCY),
*output.status()
Expand Down
Binary file modified genesis/generated/halley/genesis
Binary file not shown.
2 changes: 1 addition & 1 deletion vm/move-package-manager/src/release.rs
Expand Up @@ -23,7 +23,7 @@ pub const DEFAULT_RELEASE_DIR: &str = "release";
pub struct Release {
#[clap(name = "move-version", long = "move-version", default_value="6", possible_values=&["5", "6"])]
/// specify the move lang version for the release.
/// currently, only v5, v6 are supported.
/// currently, only v6 are supported.
language_version: u8,

#[clap(name="release-dir", long, parse(from_os_str), default_value=DEFAULT_RELEASE_DIR)]
Expand Down
Binary file modified vm/stdlib/compiled/12/11-12/stdlib.blob
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/008_Vector.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/010_ACL.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/012_Math.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/013_Option.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/014_BCS.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/021_VMConfig.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/036_Authenticator.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/037_Account.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/040_Ring.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/043_BlockReward.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/044_Collection.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/045_Collection2.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/046_Compare.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/11-12/stdlib/051_EVMAddress.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/11-12/stdlib/056_EasyGas.mv
Binary file not shown.
Binary file not shown.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/008_Vector.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/010_ACL.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/012_Math.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/013_Option.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/014_BCS.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/021_VMConfig.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/036_Authenticator.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/037_Account.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/040_Ring.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/043_BlockReward.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/044_Collection.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/045_Collection2.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/046_Compare.mv
Binary file not shown.
Binary file modified vm/stdlib/compiled/12/stdlib/051_EVMAddress.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/052_TypeInfo.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/054_Oracle.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/055_PriceOracle.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/056_EasyGas.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/057_EasyGasScript.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/058_Epoch.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/059_EventUtil.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/060_FixedPoint32.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/061_GasSchedule.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/062_STCUSDOracle.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/063_Offer.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/064_NFT.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/065_LanguageVersion.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/066_MerkleProof.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/068_IdentifierNFT.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/069_GenesisNFT.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/071_Genesis.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/074_MintDaoProposal.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/076_NFTGallery.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/081_Secp256k1.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/082_Signature.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/084_SimpleMap.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/085_StructuredHash.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/087_String.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/088_Table.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/091_TransferScripts.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/092_TreasuryScripts.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/093_U256.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/12/stdlib/094_YieldFarming.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified vm/stdlib/compiled/latest/stdlib/037_Account.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/052_TypeInfo.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/054_Oracle.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/055_PriceOracle.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/056_EasyGas.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/058_Epoch.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/059_EventUtil.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/060_FixedPoint32.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/062_STCUSDOracle.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/063_Offer.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/064_NFT.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/066_MerkleProof.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/071_Genesis.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/081_Secp256k1.mv
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/082_Signature.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/084_SimpleMap.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/087_String.mv
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/088_Table.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added vm/stdlib/compiled/latest/stdlib/093_U256.mv
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 62fc18b

Please sign in to comment.