This repository has been archived by the owner on Nov 16, 2022. It is now read-only.
v1.0.5 GuanYu (DO NOT USE FOR MAINNET)
Pre-release
Pre-release
This is the canonical version for band-guanyu-testnet1
testnet network.
Main feature/Improvements
- Re-adjust data size parameters for Testnet launch.
- Update Lambda and Docker executor to support non-standard-library packages.
Chain (Consensus)
Improvements
- #2223 Re-adjust data size parameters.
Chain (Not consensus)
Improvements
- #2204 Add commands for improve experience of starting yoda process.
Yoda
New features
Improvements
- #2197 Combine execution type to
rest
and update add ds or script.
Bug fixes
- #2193 Fix bug start_docker.sh and start_yoda.sh.
Emitter & Flusher
- #2219 Add delegation row in create validator handler.
- #2222 Fix account_transactions table name
- #2196 Fix create view table command
- #2186 Add temporary view tables.
- #2192 Add
commission_amount
field to Withdraw Commission Reward. - #2179 Add parse bytes to convert nil slices to empty slices.
- #2181 Change all foreign key that refers from tx_hash to id.
- #2191 Add
reward_amount
field to Withdraw Reward Msg. - #2177 Add field validator id for validators table.
- #2178 Add field id in accounts table.
- #2180 Fix bug data source and oracle script id from genesis.
- #2182 Flusher: change external id to BigInteger.
- #2183 Add data_sources_id FK in raw_requests table.
- #2184 Add
validator_moniker
onadd_reporter
andremove_reporter
msg. - #2142 Add account transactions table.
- #2170 Add validator status field in table.
- #2169 Add unbonding and redelegation table.
- #2160 Add missing foreign key in report table.
Scan
Bug fixes
Bridges
Patch
- #2175 Patched bridge contracts to use Solidity version 0.6.11
Runtime
Improvements
- #2210 Support non-standard python package.
- #2200 Move runtime configurations to runtime directory.
- #2195 Remove lib and update executable as base64 encoded.
Chore
- #2226 Rename lambda function file.