You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved raw account states code and data to RocksDB and removed it from databases: this update saved us almost 1 TB on our mainnet server. You can transfer data to RocksDB and remove it from databases using the migrate transferCodeData and migrate clearCodeData commands.
Implemented functionality to verify the authenticity of StonFi and DeDust pool contracts, identifying and marking any fake contracts.
Simplified indexer initial startup: Known contracts are now automatically added if no interfaces are present in the database. Additionally, fixed the fatal error that occurred when starting on newer blocks.