What's Changed
- #2603: Build new view when
admin_forceViewis called - #2464: Fix libp2p peer discovery
- #2493: Do not start Zilliqa node if Scilla server is not reachable
- #2588: Don't delete transaction receipts when a block is 'reverted'
- #2585: Add `admin_forceView`` API
- #2584: Trigger sync when we see a high qc for a block we do not have
- #2587: Prevent equivocation by storing
voted_in_viewflag
Database migration
This release contains a data migration. The migration will run automatically when you start your node and take time proportional to the number of receipts stored in your database. The total time should be less than 10 minutes according to our testing, unless you are running an archive node and have a throughput-limited disk (this can sometimes be true for SSDs hosted in cloud providers).
Full Changelog: v0.7.3...v0.7.4