Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Latest commit

 

History

History
167 lines (114 loc) · 7 KB

File metadata and controls

167 lines (114 loc) · 7 KB

Changelog

[v0.2.8-alpha] - 2020.03-23

Bug Fixes

  • #16 Rebate amount

API Breaking

  • #1 Add market creator in push msg
  • #15 Uniform timestamp to unix.
  • #17 Uniform bancor message format
  • #18 Modify name of the rebate field

[v0.2.0] (WIP)

State Machine Breaking

API Breaking Changes

Client Breaking Changes

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

Features

Improvements

Bug Fixes

[v0.0.20]

State Machine Breaking

API Breaking Changes

  • #4 Modify the json name of the field
  • #3 Modify time unit
  • #6 Modify modules emit events.
  • #7 Modify swagger.

Client Breaking Changes

  • #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

Features

Improvements

  • (sdk) Bump SDK version to v0.37.4.

  • (tendermint) Bump Tendermint version to v0.32.7.

  • #4990 Add Events to the ABCIMessageLog to provide context and grouping of events based on the messages they correspond to. The Events field in TxResponse is deprecated and will be removed in the next major release.

  • #5 The function of modify the price precision is adjusted.

Bug Fixes

[v0.0.18]

State Machine Breaking

API Breaking Changes

  • #1 Add a new type of transaction to support OTC.
  • #2 Limit max address length to 45, so UI display will be easier.

Client Breaking Changes

  • #1 Add a new type of transaction to support OTC.

Features

  • #1 Add a new type of transaction to support OTC.

Improvements

Bug Fixes

[v0.0.1] - example change log entries

State Machine Breaking

  • #4979 Introduce a new halt-time config and CLI option to the start command. When provided, an application will halt during Commit when the block time is >= the halt-time.

API Breaking Changes

  • #4979 Introduce a new halt-time config and CLI option to the start command. When provided, an application will halt during Commit when the block time is >= the halt-time.

Client Breaking Changes

  • #4979 Introduce a new halt-time config and CLI option to the start command. When provided, an application will halt during Commit when the block time is >= the halt-time.

Features

  • (cli) #4973 Enable application CPU profiling via the --cpu-profile flag.
  • #4979 Introduce a new halt-time config and CLI option to the start command. When provided, an application will halt during Commit when the block time is >= the halt-time.

Improvements

  • #4990 Add Events to the ABCIMessageLog to provide context and grouping of events based on the messages they correspond to. The Events field in TxResponse is deprecated and will be removed in the next major release.

Bug Fixes

  • #4979 Use Signal(os.Interrupt) over os.Exit(0) during configured halting to allow any defer calls to be executed.
  • #5034 Binary search in NFT Module wasn't working on larger sets.