Skip to content

Commit

Permalink
Update eosio.system ABI from v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jun 9, 2018
1 parent cee3889 commit d713894
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
2 changes: 1 addition & 1 deletion checksums.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
b15749b745ccbbce4a2ef9e6139c84cad131ddd2582713b1f545b7b489e8f394 ./eosio.system/eosio.system.abi
627a2d910594ff3226a25de50edc92a587d5756191880c7990c3a8e388fc1635 ./eosio.system/eosio.system.abi
804533704bfa098d2399808a806cb37cc4256da3ce9b0d9a777b3ab21c4fe778 ./eosio.token/eosio.token.abi
36 changes: 27 additions & 9 deletions eosio.system/eosio.system.abi
Original file line number Diff line number Diff line change
Expand Up @@ -909,14 +909,27 @@
"type": "connector"
}
]
}, {
},
{
"name": "namebid_info",
"base": "",
"fields": [
{"name":"newname", "type":"account_name"},
{"name":"high_bidder", "type":"account_name"},
{"name":"high_bid", "type":"int64"},
{"name":"last_bid_time", "type":"uint64"}
{
"name": "newname",
"type": "account_name"
},
{
"name": "high_bidder",
"type": "account_name"
},
{
"name": "high_bid",
"type": "int64"
},
{
"name": "last_bid_time",
"type": "uint64"
}
]
}
],
Expand Down Expand Up @@ -1140,12 +1153,17 @@
"key_types": [
"uint64"
]
},{
},
{
"name": "namebids",
"type": "namebid_info",
"index_type": "i64",
"key_names" : ["newname"],
"key_types" : ["account_name"]
"key_names": [
"newname"
],
"key_types": [
"account_name"
]
}
],
"ricardian_clauses": [
Expand All @@ -1155,4 +1173,4 @@
}
],
"abi_extensions": []
}
}
2 changes: 1 addition & 1 deletion ipfs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
added QmdiEnPy2ZprjGe3vfxikg9fNaJR77bbMcVMBwWh64ajCm eosio.system.abi
added QmbFrVNx2u9YBc2U6ctQMH4jJ4jUTKKFXuS4cNuPtJzAZW eosio.system.abi
added QmTgfMfMw2zQgtkeSu7iJfaVcWbmU8werBjYuf6iVseFXL eosio.token.abi

0 comments on commit d713894

Please sign in to comment.