-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [genesis_dao] Implement GenesisDao * Implement Proposal * Init MemberJoinPlugin * implement InstallPluginProposalPlugin * update build * update build * Implement DaoAccount and GenesisDao module (#46) * Implement DaoAccount and GenesisDao module * Update BuildInfo.yaml * merge Dao proposal and dao config into genesis dao base code (#47) Co-authored-by: jolestar <jolestar@gmail.com> * Update BuildInfo.yaml * Genesis dao plugin (#49) * add salary governance * add salary governance * Salary governance plugin * add script tag for plugin functions * Dao account test (#53) * Update DaoAccount and write integration test * update build * update CI for genesis_dao branch * Add member event (#55) * Dao proposal implement (#57) * dao proposal implementation * update build files * fixed merge genesis_dao conflicts * Genesis dao test (#59) * [test] Add dao integration test * fixup * update build file * remove XDao module * checkpoints temp Test (#62) * Grant plugin (#61) * add GrantProposalPlugin * add event struct * add grant in GenesisDao * add grant cap * fix grant plugin * Rename DaoGrantWithdrawTokenCap * Add the plugin code that to convert token to SBT amount (#64) * Dao proposal test (#66) * add proposal create and member join test case * upgrade proof params via rpc raw proofs api * generate struct tag for dao resource * add bcs option tuple test case * add queue proposal action script * add script signer * add cast vote scripts * unify daoT ablity * fix dao propsosal abort test case * fix prove (#67) Co-authored-by: WGB5445 <919603023@qq.com> * Dao event and get vote info api (#69) * add dao event and get vote info api * fix get vote info option when has not vote yet * no_with_veto counts as no but also adds a veto vote * event associate with dao id (#71) * Change some functions into Script methods and fix part of the logic (#65) * [ Other ] Rename DaoSpace (#72) * rename DaoSpace * Fix dir name * add AnyMemberPlugin Accept * Rename : DAOSpace * Rename Co-authored-by: WGB5445 <WGB98512@163.com> * Add Grant view and Grant refund (#73) * add query_grant * add refund grant function * add query_grant_can_withdraw * add GrantInfo * [lib] Refactor include source dir * Fix stake SBT plugin from one stake to multiple stake * DAOSpace error code (#74) * [dao] Refactor DAOSpace's error codes * [refactor] Move VoteStrategy to test dir * [Feature and test]Add dao_grant test and query_grant_info_total (#76) * Fixed the problems in PR that relationship between SBT and the staked token * Add some integration test for StakeToSBTPlugin * Add some integration test for StakeToSBTPlugin * Rename Dao to DAO (#79) * [daospace] rename Dao to DAO * update struct tag testcase after change Dao to DAO * fix test exp * fix prove and remove Debug print Co-authored-by: BaiChuan <muzixinly@gmail.com> Co-authored-by: WGB5445 <919603023@qq.com> Co-authored-by: Bai Chuan <muzixinly@gmail.com> Co-authored-by: BobWong <libo.weng@gmail.com> Co-authored-by: WGB5445 <919603023@qq.com> Co-authored-by: WGB5445 <WGB98512@163.com>
- Loading branch information
1 parent
d3bb99f
commit 0d37c89
Showing
59 changed files
with
5,501 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
pull_request: | ||
branches: | ||
- main | ||
- genesis_dao | ||
|
||
jobs: | ||
build-and-test: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+22 Bytes
(100%)
build/StarcoinFramework/bytecode_modules/GenesisSignerCapability.mv
Binary file not shown.
Binary file added
BIN
+751 Bytes
build/StarcoinFramework/bytecode_modules/InstallPluginProposalPlugin.mv
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+17 Bytes
(100%)
build/StarcoinFramework/bytecode_modules/StdlibUpgradeScripts.mv
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.