Core
- Fix accessing microblocks without lock (#2121)
- Add websocket to isolated server (#2127)
- ShardGuard Pod deletion and few optimization/bug fix (#2130)
- Add CHAIN_ID info to message header (#2135)
- Optimize AddPendingTxn mutex locking code (#2137)
- Implement BloomFilter (#2146)
- Fix for possible possible race condition on m_shards (#2151)
- Add txns dropped due to higher gas txn in the log and dropped txns (#2153)
- Soft confirmation by earlier forwarding of MB and TxnBodies (#2154)
- Add missing RemoveAccount if deployment failed (#2155)
- Allow non-guard shard (miner) nodes to rejoin with new IP in same ds epoch (#2156)
- Handle blacklisting of seed node elegantly (#2157)
- MINING_PROXY_TIMEOUT_IN_MS constant added to control connection timeout (#2158)
- Improve multicast in non-ideal cases with connectivity with some of peers (#2161)
- Skip cosig check for DSMB (#2163)
- Contract MPT storage and Remote State Fetching Support (#2167)
- Increase scilla code max size to 50kb (#2169)
- Update coinbase settings (#2170)
- In-node validation using StatusServer (#2172)
- Transaction DB to store state of the txns (#2173)
- Isolated Server Persistence (#2178)
- Avoid using GetLatestTxBlock for in-node persistence validation (#2182)
- Governance feature implementation (#2184)
- Divert naming of rewards field in different epoch (#2187)
- Make TxnFees back to void Coinbase address (#2188)
- Fix race condition where GetWorkServer will put difficulty solution for ds_difficulty mining (#2189)
- De-prioritize guard responses (#2190)
Infrastructure
- Update Schnorr submodule commit (#2144)
- Change python environment and code to python3 for zilliqa repo (#2152)
- Modify docker file to upgrade Ubuntu os running inside docker to 18.04 (#2159)
- Reference schnorr to latest commit (#2164)
- Local testnet code optimization (#2166)
- Repeat rsync during persistence backup (#2179)
- Feature/slim image (#2183)
- To Scilla 0.9.0-alpha.0 (#2192)
- Update Schnorr repo sub-module commit in zilliqa repo (#2193)
- Move auto_backup to lookup-1 and skip upload_incr_DB backup (#2194)