- #16 Rebate amount
- #1 Add market creator in push msg
- #15 Uniform timestamp to unix.
- #17 Uniform bancor message format
- #18 Modify name of the rebate field
Parameter changes:
| REST Endpoint | Change | Detail |
|---|---|---|
| /asset/parameters | Response | added new field: issue_3char_token_fee added new field: issue_4char_token_fee added new field: issue_5char_token_fee added new field: issue_6char_token_fee |
| /asset/tokens/{symbol}/infos | Request Body | added new field: name added new field: total_supply added new field: mintable added new field: burnable added new field: addr_forbiddable added new field: token_forbiddable |
- #4 Modify the json name of the field
- #3 Modify time unit
- #6 Modify modules emit events.
- #7 Modify swagger.
- #8 Parameter changes
| REST Endpoint | Response Field | Change |
|---|---|---|
| /asset/parameters | issue_token_fee | format changed from sdk.Coins to int64 |
| /asset/parameters | issue_rare_token_fee | format changed from sdk.Coins to int64 |
| /market/parameters | gte_order_lifetime | format changed from int to int64 |
| /market/parameters | max_executed_price_change_ratio | format changed from int to int64 |
| /staking/parameters | min_self_delegation | format changed from sdk.Int to int64 |
-
(sdk) Bump SDK version to v0.37.4.
-
(tendermint) Bump Tendermint version to v0.32.7.
-
#4990 Add
Eventsto theABCIMessageLogto provide context and grouping of events based on the messages they correspond to. TheEventsfield inTxResponseis deprecated and will be removed in the next major release. -
#5 The function of modify the price precision is adjusted.
- #1 Add a new type of transaction to support OTC.
- #2 Limit max address length to 45, so UI display will be easier.
- #1 Add a new type of transaction to support OTC.
- #1 Add a new type of transaction to support OTC.
- #4979 Introduce a new
halt-timeconfig and CLI option to thestartcommand. When provided, an application will halt duringCommitwhen the block time is >= thehalt-time.
- #4979 Introduce a new
halt-timeconfig and CLI option to thestartcommand. When provided, an application will halt duringCommitwhen the block time is >= thehalt-time.
- #4979 Introduce a new
halt-timeconfig and CLI option to thestartcommand. When provided, an application will halt duringCommitwhen the block time is >= thehalt-time.
- (cli) #4973 Enable application CPU profiling
via the
--cpu-profileflag. - #4979 Introduce a new
halt-timeconfig and CLI option to thestartcommand. When provided, an application will halt duringCommitwhen the block time is >= thehalt-time.
- #4990 Add
Eventsto theABCIMessageLogto provide context and grouping of events based on the messages they correspond to. TheEventsfield inTxResponseis deprecated and will be removed in the next major release.