Patch update for band-guanyu-testnet2
aims to upgrade yoda
increasing the throughput of the system and prevent validator to be deactivated.
Main feature/Improvements
- Upgrade
yoda
to queue report msg and send multi msg in one transaction. - Add retry logic when report transaction out of gas
- Upgrade lambda runtime to support
websocket-clients
Yoda
Improvements
- #2569 Queued and combine report msgs to one transaction + Remove hard code gas used on report and add retry logic when transaction out of gas.
Emitter & Flusher
- (bugs) #2565 cdb: Fix bug reporters table
- (impv) #2549 Implemented
data_source_requests
table - (feat) #2551 fast-sync: add flag enable fast sync and emit all account and validator
Runtime
Improvements
- #2555 Added
websocket-clients
to runtime