Skip to content

Commit

Permalink
[Feature] Simple map (#182)
Browse files Browse the repository at this point in the history
* Add SimpleMap

* Add SimpleMap
  • Loading branch information
WGB5445 authored and sanlee42 committed Mar 16, 2023
1 parent 82fecfa commit 4938b20
Show file tree
Hide file tree
Showing 6 changed files with 656 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/StarcoinFramework/BuildInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: Signer
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: SimpleMap
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: StarcoinVerifier
: StarcoinFramework
Expand Down Expand Up @@ -267,7 +270,7 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: YieldFarmingV2
: StarcoinFramework
source_digest: 46E3A7982CED0F680784E1CCE6D2061EDDEFB1BABA63DEC5477F0649A7A0A65D
source_digest: 1ABAE717E13FA3DAD1FE7329A38A052031BC0EFD6531DBF8B83F12950D9ACED7
build_flags:
dev_mode: false
test_mode: false
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions build/StarcoinFramework/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ This is the root document for the Move StarcoinFramework module documentation. T
- [`0x1::Signature`](Signature.md#0x1_Signature)
- [`0x1::SignedInteger64`](SignedInteger64.md#0x1_SignedInteger64)
- [`0x1::Signer`](Signer.md#0x1_Signer)
- [`0x1::SimpleMap`](SimpleMap.md#0x1_SimpleMap)
- [`0x1::StarcoinVerifier`](StarcoinVerifier.md#0x1_StarcoinVerifier)
- [`0x1::StdlibUpgradeScripts`](StdlibUpgradeScripts.md#0x1_StdlibUpgradeScripts)
- [`0x1::StructuredHash`](StarcoinVerifier.md#0x1_StructuredHash)
Expand Down
Loading

0 comments on commit 4938b20

Please sign in to comment.