Skip to content

Commit

Permalink
implement Ring module (#44)
Browse files Browse the repository at this point in the history
* add ring module
  • Loading branch information
WGB5445 authored and sanlee42 committed Mar 22, 2023
1 parent 8dffbc1 commit f05c203
Show file tree
Hide file tree
Showing 16 changed files with 907 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 @@ -171,6 +171,9 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: RewardConfig
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: Ring
: StarcoinFramework
? address: "0x00000000000000000000000000000001"
name: SIP_2
: StarcoinFramework
Expand Down Expand Up @@ -258,7 +261,7 @@ compiled_package_info:
? address: "0x00000000000000000000000000000001"
name: YieldFarmingV2
: StarcoinFramework
source_digest: 32826A6EC6BBC9EA88FE5A7FAFAA167756EDA62C7FD903B59751BCF002F09AE4
source_digest: F39F5364AE53D568F6DE697F20438F49769B5D07FDB6D7231ED2F8262053CE66
build_flags:
dev_mode: false
test_mode: false
Expand Down
Binary file added build/StarcoinFramework/bytecode_modules/Ring.mv
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 @@ -67,6 +67,7 @@ This is the root document for the Move StarcoinFramework module documentation. T
- [`0x1::PriceOracleAggregator`](Oracle.md#0x1_PriceOracleAggregator)
- [`0x1::PriceOracleScripts`](Oracle.md#0x1_PriceOracleScripts)
- [`0x1::RewardConfig`](RewardConfig.md#0x1_RewardConfig)
- [`0x1::Ring`](Ring.md#0x1_Ring)
- [`0x1::SIP_2`](SIPs.md#0x1_SIP_2)
- [`0x1::SIP_3`](SIPs.md#0x1_SIP_3)
- [`0x1::STC`](STC.md#0x1_STC)
Expand Down
Loading

0 comments on commit f05c203

Please sign in to comment.