-
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.
[ Feature ] do deposit when proposal state is DEFEATED (#122)
* add clean_up_defeated_proposal * add DAO config * Fix do_proposal_state REJECTED and DEFEATED * Fix test * Modify the criteria for determining the DEFEATED status of a proposal * rename rejected_proposal to reject_proposal
- Loading branch information
Showing
15 changed files
with
626 additions
and
46 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
Binary file modified
BIN
+0 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
Binary file modified
BIN
+0 Bytes
(100%)
build/StarcoinFramework/source_maps/StdlibUpgradeScripts.mvsm
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
processed 40 tasks | ||
|
||
task 7 'run'. lines 126-135: | ||
{ | ||
"gas_used": 1192902, | ||
"status": "Executed" | ||
} | ||
|
||
task 8 'run'. lines 139-153: | ||
{ | ||
"gas_used": 109239, | ||
"status": "Executed" | ||
} | ||
|
||
task 9 'run'. lines 155-180: | ||
{ | ||
"gas_used": 306386, | ||
"status": "Executed" | ||
} | ||
|
||
task 11 'run'. lines 185-201: | ||
{ | ||
"gas_used": 235032, | ||
"status": "Executed" | ||
} | ||
|
||
task 12 'run'. lines 203-219: | ||
{ | ||
"gas_used": 235032, | ||
"status": "Executed" | ||
} | ||
|
||
task 16 'run'. lines 227-241: | ||
{ | ||
"gas_used": 104944, | ||
"status": "Executed" | ||
} | ||
|
||
task 19 'run'. lines 248-261: | ||
{ | ||
"gas_used": 532278, | ||
"status": { | ||
"MoveAbort": { | ||
"location": { | ||
"Module": { | ||
"address": "0x00000000000000000000000000000001", | ||
"name": "Block" | ||
} | ||
}, | ||
"abort_code": "4609" | ||
} | ||
} | ||
} | ||
|
||
task 22 'run'. lines 268-279: | ||
{ | ||
"gas_used": 577624, | ||
"status": "Executed" | ||
} | ||
|
||
task 23 'run'. lines 282-306: | ||
{ | ||
"gas_used": 476235, | ||
"status": "Executed" | ||
} | ||
|
||
task 25 'run'. lines 310-319: | ||
{ | ||
"gas_used": 11943, | ||
"status": "Executed" | ||
} | ||
|
||
task 26 'call'. lines 321-321: | ||
"0xb5d577dc9ce59725e29886632e69ecdf/1/0x00000000000000000000000000000001::IdentifierNFT::IdentifierNFT<0x00000000000000000000000000000001::DAOSpace::DAOMember<0x662ba5a1a1da0f1c70a9762c7eeb7aaf::DAOHelper::X>,0x00000000000000000000000000000001::DAOSpace::DAOMemberBody<0x662ba5a1a1da0f1c70a9762c7eeb7aaf::DAOHelper::X>>" | ||
|
||
task 28 'run'. lines 325-344: | ||
{ | ||
"gas_used": 6529557, | ||
"status": "Executed" | ||
} | ||
|
||
task 29 'call'. lines 347-347: | ||
"0xa7dcef9aef26202fce82a7c7d6672afb/1/0x00000000000000000000000000000001::IdentifierNFT::IdentifierNFT<0x00000000000000000000000000000001::DAOSpace::DAOMember<0x662ba5a1a1da0f1c70a9762c7eeb7aaf::DAOHelper::X>,0x00000000000000000000000000000001::DAOSpace::DAOMemberBody<0x662ba5a1a1da0f1c70a9762c7eeb7aaf::DAOHelper::X>>" | ||
|
||
task 31 'run'. lines 351-364: | ||
{ | ||
"gas_used": 6192786, | ||
"status": "Executed" | ||
} | ||
|
||
task 32 'call'. lines 367-367: | ||
"0x3d4926eeda5b14b0ac979269ee79e40e/1/0x00000000000000000000000000000001::IdentifierNFT::IdentifierNFT<0x00000000000000000000000000000001::DAOSpace::DAOMember<0x662ba5a1a1da0f1c70a9762c7eeb7aaf::DAOHelper::X>,0x00000000000000000000000000000001::DAOSpace::DAOMemberBody<0x662ba5a1a1da0f1c70a9762c7eeb7aaf::DAOHelper::X>>" | ||
|
||
task 34 'run'. lines 371-384: | ||
{ | ||
"gas_used": 35207, | ||
"status": { | ||
"MoveAbort": { | ||
"location": { | ||
"Module": { | ||
"address": "0x00000000000000000000000000000001", | ||
"name": "DAOSpace" | ||
} | ||
}, | ||
"abort_code": "51201" | ||
} | ||
} | ||
} | ||
|
||
task 36 'run'. lines 389-404: | ||
{ | ||
"gas_used": 105721, | ||
"status": "Executed" | ||
} | ||
|
||
task 39 'run'. lines 412-428: | ||
{ | ||
"gas_used": 321723, | ||
"status": "Executed" | ||
} |
Oops, something went wrong.