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
2025-03-19T19:40:11.301699Z INFO node::config: Ensured storage directory exists at "./data"
2025-03-19T19:40:11.301718Z INFO node::config: Ensured backup directory exists at "./back"
2025-03-19T19:40:11.324200Z INFO node: Performing database integrity check...
2025-03-19T19:40:11.324240Z WARN node::storage::corruption: No valid checkpoints found. Recovery options will be limited.
2025-03-19T19:40:11.324244Z INFO node::storage::corruption: Starting comprehensive database integrity check
2025-03-19T19:40:11.324442Z ERROR node::storage::corruption: Logical consistency check failed: Logical corruption: Missing height metadata
2025-03-19T19:40:11.324446Z INFO node::storage::corruption: Database integrity check completed in 0.00s
2025-03-19T19:40:11.324450Z WARN node: Database corruption detected. Attempting automatic repair...
2025-03-19T19:40:11.324453Z INFO node::storage::corruption: Starting automated repair for 1 corruption issues
2025-03-19T19:40:11.324456Z INFO node::storage::corruption: Repairing from backup
2025-03-19T19:40:11.324460Z INFO node: Successfully repaired 1/1 corruption issues
2025-03-19T19:40:11.324463Z INFO node::storage::corruption: Starting comprehensive database integrity check
2025-03-19T19:40:11.324533Z ERROR node::storage::corruption: Logical consistency check failed: Logical corruption: Missing height metadata
2025-03-19T19:40:11.324538Z INFO node::storage::corruption: Database integrity check completed in 0.00s
2025-03-19T19:40:11.324550Z INFO node::storage::backup: Starting database integrity verification
2025-03-19T19:40:11.324565Z INFO node::storage::backup: Verifying UTXO set integrity
2025-03-19T19:40:11.324579Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324602Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324600Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324608Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324622Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324626Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324624Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324645Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324656Z WARN node::storage::backup: Database integrity check failed. Starting recovery process.
2025-03-19T19:40:11.324660Z INFO node::storage::backup: Recovery attempt 1 of 3
2025-03-19T19:40:11.324663Z WARN node::storage::backup: No checkpoint available for recovery
2025-03-19T19:40:11.324666Z INFO node::storage::backup: Rebuilding database from genesis
2025-03-19T19:40:11.324673Z INFO node::storage::backup: Database rebuilt from genesis
2025-03-19T19:40:11.324677Z INFO node::storage::backup: Recovery successful on attempt 1
2025-03-19T19:40:11.324720Z INFO node::network::p2p: Local peer id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
thread 'main' panicked at /home/guilastuce/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/task/local.rs:418:29: spawn_local called from outside of a task::LocalSet or LocalRuntime
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
and wallet
:~/supernova$ ./target/release/wallet new
Wallet stub implementation
Message: This is a stub wallet implementation to satisfy dependencies
Created wallet instance: Wallet { version: 1 }
~/supernova$ ./target/release/wallet address
Wallet stub implementation
Message: This is a stub wallet implementation to satisfy dependencies
Created wallet instance: Wallet { version: 1 }
hello I have an error when I launch the node
2025-03-19T19:40:11.301699Z INFO node::config: Ensured storage directory exists at "./data"
2025-03-19T19:40:11.301718Z INFO node::config: Ensured backup directory exists at "./back"
2025-03-19T19:40:11.324200Z INFO node: Performing database integrity check...
2025-03-19T19:40:11.324240Z WARN node::storage::corruption: No valid checkpoints found. Recovery options will be limited.
2025-03-19T19:40:11.324244Z INFO node::storage::corruption: Starting comprehensive database integrity check
2025-03-19T19:40:11.324442Z ERROR node::storage::corruption: Logical consistency check failed: Logical corruption: Missing height metadata
2025-03-19T19:40:11.324446Z INFO node::storage::corruption: Database integrity check completed in 0.00s
2025-03-19T19:40:11.324450Z WARN node: Database corruption detected. Attempting automatic repair...
2025-03-19T19:40:11.324453Z INFO node::storage::corruption: Starting automated repair for 1 corruption issues
2025-03-19T19:40:11.324456Z INFO node::storage::corruption: Repairing from backup
2025-03-19T19:40:11.324460Z INFO node: Successfully repaired 1/1 corruption issues
2025-03-19T19:40:11.324463Z INFO node::storage::corruption: Starting comprehensive database integrity check
2025-03-19T19:40:11.324533Z ERROR node::storage::corruption: Logical consistency check failed: Logical corruption: Missing height metadata
2025-03-19T19:40:11.324538Z INFO node::storage::corruption: Database integrity check completed in 0.00s
2025-03-19T19:40:11.324550Z INFO node::storage::backup: Starting database integrity verification
2025-03-19T19:40:11.324565Z INFO node::storage::backup: Verifying UTXO set integrity
2025-03-19T19:40:11.324579Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324602Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324600Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324608Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324622Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324626Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324624Z INFO node::storage::backup: Verifying blockchain from height 0 to 0
2025-03-19T19:40:11.324645Z WARN node::storage::backup: Missing block at height 0
2025-03-19T19:40:11.324656Z WARN node::storage::backup: Database integrity check failed. Starting recovery process.
2025-03-19T19:40:11.324660Z INFO node::storage::backup: Recovery attempt 1 of 3
2025-03-19T19:40:11.324663Z WARN node::storage::backup: No checkpoint available for recovery
2025-03-19T19:40:11.324666Z INFO node::storage::backup: Rebuilding database from genesis
2025-03-19T19:40:11.324673Z INFO node::storage::backup: Database rebuilt from genesis
2025-03-19T19:40:11.324677Z INFO node::storage::backup: Recovery successful on attempt 1
2025-03-19T19:40:11.324720Z INFO node::network::p2p: Local peer id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
thread 'main' panicked at /home/guilastuce/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.1/src/task/local.rs:418:29:
spawn_local
called from outside of atask::LocalSet
or LocalRuntimenote: run with
RUST_BACKTRACE=1
environment variable to display a backtraceThe text was updated successfully, but these errors were encountered: