Skip to content

Commit

Permalink
Remove abi ricardians & update eosio softmax version #452
Browse files Browse the repository at this point in the history
fixes warnings
  • Loading branch information
zxcat committed Feb 6, 2019
1 parent 57190bf commit 85f0c7c
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 68 deletions.
4 changes: 1 addition & 3 deletions auth-proto/deposit/deposit.abi
Expand Up @@ -29,8 +29,7 @@
],
"actions": [{
"name": "transfer",
"type": "transfer",
"ricardian_contract": ""
"type": "transfer"
}
],
"tables": [{
Expand All @@ -41,7 +40,6 @@
"key_types" : ["uint64"]
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}
19 changes: 6 additions & 13 deletions auth-proto/media/media.abi
Expand Up @@ -121,28 +121,22 @@
],
"actions": [{
"name": "publish",
"type": "publish",
"ricardian_contract": ""
"type": "publish"
},{
"name": "vote",
"type": "vote",
"ricardian_contract": ""
"type": "vote"
},{
"name": "vote2",
"type": "vote2",
"ricardian_contract": ""
"type": "vote2"
},{
"name": "vote3",
"type": "vote3",
"ricardian_contract": ""
"type": "vote3"
},{
"name": "vote4",
"type": "vote4",
"ricardian_contract": ""
"type": "vote4"
},{
"name": "reward",
"type": "reward",
"ricardian_contract": ""
"type": "reward"
}
],
"tables": [{
Expand Down Expand Up @@ -177,7 +171,6 @@
"type": "data"
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}
2 changes: 1 addition & 1 deletion cyberway.contracts
1 change: 0 additions & 1 deletion golos.charge/golos.charge.abi
Expand Up @@ -344,7 +344,6 @@
]
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}
7 changes: 2 additions & 5 deletions golos.config/abi/golos.config.abi
Expand Up @@ -44,12 +44,10 @@
"actions": [
{
"name": "updateparamse",
"type": "updateparamse",
"ricardian_contract": ""
"type": "updateparamse"
}, {
"name": "notifytop",
"type": "notifytop",
"ricardian_contract": ""
"type": "notifytop"
}
],
"tables": [
Expand All @@ -63,6 +61,5 @@
}]
}
],
"ricardian_clauses": [],
"abi_extensions": []
}
28 changes: 9 additions & 19 deletions golos.ctrl/abi/golos.ctrl.abi
Expand Up @@ -146,40 +146,31 @@
"actions": [
{
"name": "setparams",
"type": "setparams",
"ricardian_contract": ""
"type": "setparams"
}, {
"name": "validateprms",
"type": "setparams",
"ricardian_contract": ""
"type": "setparams"
}, {
"name": "attachacc",
"type": "attachacc",
"ricardian_contract": ""
"type": "attachacc"
}, {
"name": "detachacc",
"type": "detachacc",
"ricardian_contract": ""
"type": "detachacc"
}, {
"name": "regwitness",
"type": "regwitness",
"ricardian_contract": ""
"type": "regwitness"
}, {
"name": "unregwitness",
"type": "unregwitness",
"ricardian_contract": ""
"type": "unregwitness"
}, {
"name": "unvotewitn",
"type": "unvotewitn",
"ricardian_contract": ""
"type": "unvotewitn"
}, {
"name": "changevest",
"type": "changevest",
"ricardian_contract": ""
"type": "changevest"
}, {
"name": "votewitness",
"type": "votewitness",
"ricardian_contract": ""
"type": "votewitness"
}
],
"tables": [
Expand Down Expand Up @@ -229,6 +220,5 @@
}]
}
],
"ricardian_clauses": [],
"abi_extensions": []
}
13 changes: 4 additions & 9 deletions golos.emit/abi/golos.emit.abi
Expand Up @@ -69,23 +69,19 @@
"actions": [
{
"name": "setparams",
"type": "setparams",
"ricardian_contract": ""
"type": "setparams"
},
{
"name": "emit",
"type": "emit",
"ricardian_contract": ""
"type": "emit"
},
{
"name": "start",
"type": "start",
"ricardian_contract": ""
"type": "start"
},
{
"name": "stop",
"type": "stop",
"ricardian_contract": ""
"type": "stop"
}
],
"tables": [
Expand All @@ -107,6 +103,5 @@
}]
}
],
"ricardian_clauses": [],
"abi_extensions": []
}
1 change: 0 additions & 1 deletion golos.publication/golos.publication.abi
Expand Up @@ -935,7 +935,6 @@
]
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}
13 changes: 4 additions & 9 deletions golos.referral/abi/golos.referral.abi
Expand Up @@ -81,23 +81,19 @@
"actions": [
{
"name": "addreferral",
"type": "addreferral",
"ricardian_contract": ""
"type": "addreferral"
},
{
"name": "validateprms",
"type": "setparams",
"ricardian_contract": ""
"type": "setparams"
},
{
"name": "setparams",
"type": "setparams",
"ricardian_contract": ""
"type": "setparams"
},
{
"name": "closeoldref",
"type": "hash",
"ricardian_contract": ""
"type": "hash"
}
],
"tables": [
Expand Down Expand Up @@ -142,6 +138,5 @@
]
}
],
"ricardian_clauses": [],
"abi_extensions": []
}
1 change: 0 additions & 1 deletion golos.social/golos.social.abi
Expand Up @@ -307,7 +307,6 @@
]
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}
7 changes: 2 additions & 5 deletions golos.vesting/golos.vesting.abi
Expand Up @@ -331,13 +331,11 @@
"actions": [
{
"name": "setparams",
"type": "setparams",
"ricardian_contract": ""
"type": "setparams"
},
{
"name": "validateprms",
"type": "setparams",
"ricardian_contract": ""
"type": "setparams"
},
{
"name": "buyvg",
Expand Down Expand Up @@ -475,7 +473,6 @@
}]
}
],
"ricardian_clauses": [],
"error_messages": [],
"abi_extensions": []
}
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Expand Up @@ -3,7 +3,7 @@ set(BUILD_CYBERWAY_CHAINDB_MONGO TRUE CACHE BOOL "Build chaindb based on mongodb
cmake_minimum_required( VERSION 3.5 )

set(EOSIO_VERSION_MIN "1.4")
set(EOSIO_VERSION_SOFT_MAX "1.4")
set(EOSIO_VERSION_SOFT_MAX "1.6")
#set(EOSIO_VERSION_HARD_MAX "")

find_package(eosio)
Expand Down

0 comments on commit 85f0c7c

Please sign in to comment.