Skip to content

Commit

Permalink
release for v3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaipanda committed Dec 26, 2019
1 parent 0735445 commit 0d70c0a
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 2 deletions.
Binary file modified bos.oracle/bos.oracle.wasm
Binary file not shown.
66 changes: 64 additions & 2 deletions eosio.system/eosio.system.abi
Original file line number Diff line number Diff line change
Expand Up @@ -766,11 +766,11 @@
"base": "",
"fields": [
{
"name": "first",
"name": "key",
"type": "time_point_sec"
},
{
"name": "second",
"name": "value",
"type": "int64"
}
]
Expand Down Expand Up @@ -1157,6 +1157,54 @@
}
]
},
{
"name": "rex_return_buckets",
"base": "",
"fields": [
{
"name": "version",
"type": "uint8"
},
{
"name": "return_buckets",
"type": "pair_time_point_sec_int64[]"
}
]
},
{
"name": "rex_return_pool",
"base": "",
"fields": [
{
"name": "version",
"type": "uint8"
},
{
"name": "last_dist_time",
"type": "time_point_sec"
},
{
"name": "pending_bucket_time",
"type": "time_point_sec"
},
{
"name": "oldest_bucket_time",
"type": "time_point_sec"
},
{
"name": "pending_bucket_proceeds",
"type": "int64"
},
{
"name": "current_rate_of_increase",
"type": "int64"
},
{
"name": "proceeds",
"type": "int64"
}
]
},
{
"name": "rexexec",
"base": "",
Expand Down Expand Up @@ -2021,6 +2069,13 @@
"key_names": [],
"key_types": []
},
{
"name": "retbuckets",
"type": "rex_return_buckets",
"index_type": "i64",
"key_names": [],
"key_types": []
},
{
"name": "rexbal",
"type": "rex_balance",
Expand Down Expand Up @@ -2049,6 +2104,13 @@
"key_names": [],
"key_types": []
},
{
"name": "rexretpool",
"type": "rex_return_pool",
"index_type": "i64",
"key_names": [],
"key_types": []
},
{
"name": "upgrade",
"type": "upgrade_state",
Expand Down
Binary file modified eosio.system/eosio.system.wasm
Binary file not shown.

0 comments on commit 0d70c0a

Please sign in to comment.