- Adding DNS query function for seed nodes (#2483)
- Fix corrupt base state due to timing issue (#2710)
- Improve node startup logging information (#2711)
- Remove NAT logic (#2718)
- Update bug bounty link (#2719)
- Add pause API in isolated server (#2720)
- Set timeout at start daemon for all connections (#2721)
- Avoid txn loss during upgrade of seedpubs and lookups (#2723)
- Reduced logging of GetSmartContractState api request handler (#2726)
- Remove contract states from GetSmartContractState (#2727)
- command line utility to compress specific persistence db (#2732)
- Speedup reconstruction of dscomm starting snapshot of available dsblock (#2734)
- Normal node stuck forever when blacklisted (#2736)
- Improve API GetSmartContracts to avoid holding primary mutex for long time (#2737)
- calculate txblockrate over last 50 txblks stored in memory (#2738)
- Ignore latest block cosig validation in validateDB for iso server (#2740)
- Audit for commits (#2742)
- GetVersion API (#2743)
- Add retry on evconnlistener_new_bind failure (#2744)
- Add shared_lock for GetBalance (#2745)
- Persistence upload/download optimization feature(primary/secondary bucket support) (#2747)
- Prioritize DeserializeDelta call for AccountStore (#2748)
- Individual POW submission to DS Committee (#2750)
- Txn Packet limit should be based on both size and num of txns (#2753)
- Invoke scilla for external library call (#2755)
- Provide block number to Scilla via IPC instead of blockchain JSON (#2757)
- Remove unused m_storage member variable (#2759)
- Remove unused m_rootHash member variable and code references (#2760)
- Bypass validation for missing microblock (#2762)
- Update scilla image to latest master (#2763)
- Removed unused code (#2766)
- Download historical db before persistence download (#2767)
- Update scilla image to latest master (#2769)
- Update scilla image to latest master (#2770)
- Fix Scilla IPC tests. Add BCInfo provider (#2771)
- Added flag nonisoload to allow generate state from statedeltas (#2772)
- Support timestamp in fetchBlockchainInfo for Scilla IPC server (#2773)
- docs: Zilliqa-JavaScript-Library -> zilliqa-js (#2774)
- Support for contract's codehash in Scilla IPC Server (#2775)
- Fix lcov report uploading to CodeCov (#2776)
- Support fetching of Chain ID in fetchBlockchainInfo in Scilla IPC server (#2779)
- Notify cv for priority mutex for Account (#2785)
- Read download_incr_DB config from constants.xml (#2786)