Skip to content

Commit

Permalink
add native gas cost
Browse files Browse the repository at this point in the history
add Table.move

upgrade version to 5

1.update Table.move

1.update Table.move

[Feature] Identifier nft add borrow function  (#34)

* add IdentifierNFT borrow

Co-authored-by: WGB5445 <WGB98512@163.com>

Update string (#83)

* Add String module

* fix string native name

update Table.move

update VMConfig native_schedule

update String.move
  • Loading branch information
nkysg committed Nov 23, 2022
1 parent 5fbe27c commit 8e3e60a
Show file tree
Hide file tree
Showing 18 changed files with 1,274 additions and 5 deletions.
8 changes: 7 additions & 1 deletion build/StarcoinFramework/BuildInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,15 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: StdlibUpgradeScripts
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: String
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: StructuredHash
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: Table
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: Timestamp
: StarcoinFramework
Expand Down Expand Up @@ -300,7 +306,7 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: YieldFarmingV2
: StarcoinFramework
source_digest: F9241307430FF1A2E3FD6619CD353E517FA033F5A7F0BC8E8C0A16FBD164E6D5
source_digest: C04B677CEB365DAE052041767C600A3FDBE9FAE5DED79DF1B3C5BBA20E275C24
build_flags:
dev_mode: false
test_mode: false
Expand Down
Binary file modified build/StarcoinFramework/bytecode_modules/Genesis.mv
Binary file not shown.
Binary file added build/StarcoinFramework/bytecode_modules/String.mv
Binary file not shown.
Binary file added build/StarcoinFramework/bytecode_modules/Table.mv
Binary file not shown.
Binary file modified build/StarcoinFramework/bytecode_modules/VMConfig.mv
Binary file not shown.
2 changes: 1 addition & 1 deletion build/StarcoinFramework/docs/Genesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ The module for init Genesis
<b>let</b> image = b"ipfs://QmSPcvcXgdtHHiVTAAarzTeubk5X3iWymPAoKBfiRFjPMY";
<a href="GenesisNFT.md#0x1_GenesisNFT_initialize">GenesisNFT::initialize</a>(&genesis_account, merkle_root, 1639u64, image);
};
<a href="StdlibUpgradeScripts.md#0x1_StdlibUpgradeScripts_do_upgrade_from_v6_to_v7_with_language_version">StdlibUpgradeScripts::do_upgrade_from_v6_to_v7_with_language_version</a>(&genesis_account, 4);
<a href="StdlibUpgradeScripts.md#0x1_StdlibUpgradeScripts_do_upgrade_from_v6_to_v7_with_language_version">StdlibUpgradeScripts::do_upgrade_from_v6_to_v7_with_language_version</a>(&genesis_account, 5);

//v11 -&gt; v12
{
Expand Down
2 changes: 2 additions & 0 deletions build/StarcoinFramework/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ This is the root document for the Move StarcoinFramework module documentation. T
- [`0x1::StakeToSBTPlugin`](StakeToSBTPlugin.md#0x1_StakeToSBTPlugin)
- [`0x1::StarcoinVerifier`](StarcoinVerifier.md#0x1_StarcoinVerifier)
- [`0x1::StdlibUpgradeScripts`](StdlibUpgradeScripts.md#0x1_StdlibUpgradeScripts)
- [`0x1::String`](String.md#0x1_String)
- [`0x1::StructuredHash`](StarcoinVerifier.md#0x1_StructuredHash)
- [`0x1::Table`](Table.md#0x1_Table)
- [`0x1::Timestamp`](Timestamp.md#0x1_Timestamp)
- [`0x1::Token`](Token.md#0x1_Token)
- [`0x1::TransactionFee`](TransactionFee.md#0x1_TransactionFee)
Expand Down
Loading

0 comments on commit 8e3e60a

Please sign in to comment.