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 nkysg committed Mar 3, 2023
1 parent 7ac404d commit 8ba4fe7
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 @@ -195,6 +195,9 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: Signer
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: SimpleMap
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: StarcoinVerifier
: StarcoinFramework
Expand Down Expand Up @@ -261,7 +264,7 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: YieldFarmingV2
: StarcoinFramework
source_digest: 6787058EF09D8C4E55CFDE94B53DA50F1E736D31255218D65FDC9FAEA58F3C15
source_digest: C9A0837CB15C14ABE0D152162417DDC49870EAF75CD530186B0EB740675A3C47
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 @@ -75,6 +75,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 8ba4fe7

Please sign in to comment.