diff --git a/CHANGELOG.md b/CHANGELOG.md index ef416c747c..6dccc42323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,71 @@ # Changelog +## [v1.0.5](https://github.com/bandprotocol/bandchain/releases/tag/v1.0.5) + +- Re-adjust data size parameters for Testnet launch. +- Update Lambda and Docker executor to Support non-standard python package. + +### Chain (Consensus) + +- (impv) [\#2223](https://github.com/bandprotocol/bandchain/pull/2223) Re-adjust data size parameters. + +### Chain (Non-consensus) + +- (impv)[\#2204](https://github.com/bandprotocol/bandchain/pull/2204) Add commands for improve experience of starting yoda process. + +### Yoda + +- (feat) [\#2198](https://github.com/bandprotocol/bandchain/pull/2198) Implement POC docker executor. +- (impv) [\#2197](https://github.com/bandprotocol/bandchain/pull/2197) Combine execution type to `rest` and update add ds or script. +- (bugs) [\#2193](https://github.com/bandprotocol/bandchain/pull/2193) Fix bug start_docker.sh and start_yoda.sh. +- (feat) [\#2190](https://github.com/bandprotocol/bandchain/pull/2190) Add yoda command to bandchain. + +### Emitter & Flusher + +- (bugs) [\#2219](https://github.com/bandprotocol/bandchain/pull/2219) Add delegation row in create validator handler. +- (bugs) [\#2222](https://github.com/bandprotocol/bandchain/pull/2222) Fix account_transactions table name +- (impv) [\#2196](https://github.com/bandprotocol/bandchain/pull/2196) Fix create view table command +- (impv) [\#2186](https://github.com/bandprotocol/bandchain/pull/2186) Add temporary view tables. +- (bugs) [\#2192](https://github.com/bandprotocol/bandchain/pull/2192) Add `commission_amount` field to Withdraw Commission Reward. +- (bugs) [\#2179](https://github.com/bandprotocol/bandchain/pull/2179) Add parse bytes to convert nil slices to empty slices. +- (impv) [\#2181](https://github.com/bandprotocol/bandchain/pull/2181) Change all foreign key that refers from tx_hash to id. +- (bugs) [\#2191](https://github.com/bandprotocol/bandchain/pull/2191) Add `reward_amount` field to Withdraw Reward Msg. +- (impv) [\#2177](https://github.com/bandprotocol/bandchain/pull/2177) Add field validator id for validators table. +- (impv) [\#2178](https://github.com/bandprotocol/bandchain/pull/2178) Add field id in accounts table. +- (bugs) [\#2180](https://github.com/bandprotocol/bandchain/pull/2180) Fix bug data source and oracle script id from genesis. +- (bugs) [\#2182](https://github.com/bandprotocol/bandchain/pull/2182) Flusher: change external id to BigInteger. +- (bugs) [\#2183](https://github.com/bandprotocol/bandchain/pull/2183) Add data_sources_id FK in raw_requests table. +- (impv) [\#2184](https://github.com/bandprotocol/bandchain/pull/2184) Add `validator_moniker` on `add_reporter` and `remove_reporter` msg. +- (impv) [\#2142](https://github.com/bandprotocol/bandchain/pull/2142) Add account transactions table. +- (impv) [\#2170](https://github.com/bandprotocol/bandchain/pull/2170) Add validator status field in table. +- (impv) [\#2169](https://github.com/bandprotocol/bandchain/pull/2169) Add unbonding and redelegation table. +- (impv) [\#2160](https://github.com/bandprotocol/bandchain/pull/2160) Add missing foreign key in report table. + +### Scan + +- (bugs) [\#2119](https://github.com/bandprotocol/bandchain/pull/2119) Fix matching order on search. +- (bugs) [\#2061](https://github.com/bandprotocol/bandchain/pull/2061) Fix wrong delegation count on account index + +### Bridges + +- (impv) [\#2175](https://github.com/bandprotocol/bandchain/pull/2175) Patched bridge contracts to use Solidity version 0.6.11 + +### Runtime + +- (chore) [\#2226](https://github.com/bandprotocol/bandchain/pull/2226) Rename lambda function file. +- (impv) [\#2210](https://github.com/bandprotocol/bandchain/pull/2210) Support non-standard python package. +- (impv) [\#2200](https://github.com/bandprotocol/bandchain/pull/2200) Move runtime configurations to runtime directory. +- (impv) [\#2195](https://github.com/bandprotocol/bandchain/pull/2195) Remove lib and update executable as base64 encoded. + +### Owasm + +### Oracle Binary Encoding (OBI) + +### Helpers + +### MISC + ## [v1.0.4](https://github.com/bandprotocol/bandchain/releases/tag/v1.0.4) - Bump Cosmos-SDK to version 0.38.5 diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index 24718b1f85..3e291cad0a 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -10,55 +10,18 @@ ### Chain (Consensus) -- (impv) [\#2223](https://github.com/bandprotocol/bandchain/pull/2223) Re-adjust data size parameters. - ### Chain (Non-consensus) -- (impv)[\#2204](https://github.com/bandprotocol/bandchain/pull/2204) Add commands for improve experience of starting yoda process. - ### Yoda -- (feat) [\#2198](https://github.com/bandprotocol/bandchain/pull/2198) Implement POC docker executor. -- (impv) [\#2197](https://github.com/bandprotocol/bandchain/pull/2197) Combine execution type to `rest` and update add ds or script. -- (bugs) [\#2193](https://github.com/bandprotocol/bandchain/pull/2193) Fix bug start_docker.sh and start_yoda.sh. -- (feat) [\#2190](https://github.com/bandprotocol/bandchain/pull/2190) Add yoda command to bandchain. - ### Emitter & Flusher -- (bugs) [\#2219](https://github.com/bandprotocol/bandchain/pull/2219) Add delegation row in create validator handler. -- (bugs) [\#2222](https://github.com/bandprotocol/bandchain/pull/2222) Fix account_transactions table name -- (impv) [\#2196](https://github.com/bandprotocol/bandchain/pull/2196) Fix create view table command -- (impv) [\#2186](https://github.com/bandprotocol/bandchain/pull/2186) Add temporary view tables. -- (bugs) [\#2192](https://github.com/bandprotocol/bandchain/pull/2192) Add `commission_amount` field to Withdraw Commission Reward. -- (bugs) [\#2179](https://github.com/bandprotocol/bandchain/pull/2179) Add parse bytes to convert nil slices to empty slices. -- (impv) [\#2181](https://github.com/bandprotocol/bandchain/pull/2181) Change all foreign key that refers from tx_hash to id. -- (bugs) [\#2191](https://github.com/bandprotocol/bandchain/pull/2191) Add `reward_amount` field to Withdraw Reward Msg. -- (impv) [\#2177](https://github.com/bandprotocol/bandchain/pull/2177) Add field validator id for validators table. -- (impv) [\#2178](https://github.com/bandprotocol/bandchain/pull/2178) Add field id in accounts table. -- (bugs) [\#2180](https://github.com/bandprotocol/bandchain/pull/2180) Fix bug data source and oracle script id from genesis. -- (bugs) [\#2182](https://github.com/bandprotocol/bandchain/pull/2182) Flusher: change external id to BigInteger. -- (bugs) [\#2183](https://github.com/bandprotocol/bandchain/pull/2183) Add data_sources_id FK in raw_requests table. -- (impv) [\#2184](https://github.com/bandprotocol/bandchain/pull/2184) Add `validator_moniker` on `add_reporter` and `remove_reporter` msg. -- (impv) [\#2142](https://github.com/bandprotocol/bandchain/pull/2142) Add account transactions table. -- (impv) [\#2170](https://github.com/bandprotocol/bandchain/pull/2170) Add validator status field in table. -- (impv) [\#2169](https://github.com/bandprotocol/bandchain/pull/2169) Add unbonding and redelegation table. -- (impv) [\#2160](https://github.com/bandprotocol/bandchain/pull/2160) Add missing foreign key in report table. - ### Scan -- (bugs) [\#2119](https://github.com/bandprotocol/bandchain/pull/2119) Fix matching order on search. -- (bugs) [\#2061](https://github.com/bandprotocol/bandchain/pull/2061) Fix wrong delegation count on account index - ### Bridges -- (impv) [\#2175](https://github.com/bandprotocol/bandchain/pull/2175) Patched bridge contracts to use Solidity version 0.6.11 - ### Runtime -- (chore) [\#2226](https://github.com/bandprotocol/bandchain/pull/2226) Rename lambda function file. -- (impv) [\#2210](https://github.com/bandprotocol/bandchain/pull/2210) Support non-standard python package. -- (impv) [\#2200](https://github.com/bandprotocol/bandchain/pull/2200) Move runtime configurations to runtime directory. - ### Owasm ### Oracle Binary Encoding (OBI) @@ -66,5 +29,3 @@ ### Helpers ### MISC - -- (impv) [\#2195](https://github.com/bandprotocol/bandchain/pull/2195) Remove lib and update executable as base64 encoded.