Skip to content

Commit

Permalink
merge master to develop (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvo11 committed Feb 4, 2021
1 parent fd2456f commit fd353f0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions test/community/community.abi
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,28 @@
}
]
},
{
"name": "setverify",
"base": "",
"fields": [
{
"name": "community_account",
"type": "name"
},
{
"name": "code_id",
"type": "uint64"
},
{
"name": "is_verify_com_account",
"type": "bool"
},
{
"name": "is_verify_code_id",
"type": "bool"
}
]
},
{
"name": "setvoter",
"base": "",
Expand Down Expand Up @@ -911,6 +933,24 @@
}
]
},
{
"name": "v1_code_verify",
"base": "",
"fields": [
{
"name": "code_id",
"type": "uint64"
},
{
"name": "verify_com_account",
"type": "bool"
},
{
"name": "verify_code_id",
"type": "bool"
}
]
},
{
"name": "v1_collective_decision",
"base": "",
Expand Down Expand Up @@ -1347,6 +1387,11 @@
"type": "setsoleexec",
"ricardian_contract": ""
},
{
"name": "setverify",
"type": "setverify",
"ricardian_contract": ""
},
{
"name": "setvoter",
"type": "setvoter",
Expand Down Expand Up @@ -1444,6 +1489,13 @@
"key_names": [],
"key_types": []
},
{
"name": "v1.codevrf",
"type": "v1_code_verify",
"index_type": "i64",
"key_names": [],
"key_types": []
},
{
"name": "v1.community",
"type": "v1_community",
Expand Down
Binary file modified test/community/community.wasm
Binary file not shown.

0 comments on commit fd353f0

Please sign in to comment.