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
When I try to run the latest develop on the beta network, I get this assert everytime.
something must be in my ledger or the network because it does not have happen with an empty ledger.
This is the output form nano-node:
Starting up Nano node...
[2021-May-27 21:38:04.079594]: Starting up Nano node...
[2021-May-27 21:38:04.079770]: Open file descriptors limit is 16384
[2021-May-27 21:38:05.456980]: Wallet unlocked
[2021-May-27 21:38:05.457138]: Node starting, version: V22.0
[2021-May-27 21:38:05.457201]: Build information: 4563fb02 "GNU C++ version " "9.3.0" "BOOST 107000" BUILT "May 27 2021"
[2021-May-27 21:38:05.457266]: Database backend: LMDB 0.9.25
[2021-May-27 21:38:05.457304]: Active network: beta
[2021-May-27 21:38:05.457342]: Work pool running 12 threads
[2021-May-27 21:38:05.457391]: 0 work peers configured
[2021-May-27 21:38:05.457457]: Outbound Voting Bandwidth limited to 10485760 bytes per second, burst ratio 3
[2021-May-27 21:38:05.461026]: Voting is enabled, more system resources will be used
[2021-May-27 21:38:05.461203]: Node ID: node_3bcppymdqipne9jegjq6mip9qmi5j73xhsuedfp6kh66x7ojh3zjxnw197wr
[2021-May-27 21:38:05.461268]: Dropping unchecked blocks
Network: beta, version: V22.0
Path: ../betadata
Build Info: 4563fb02 "GNU C++ version " "9.3.0" "BOOST 107000" BUILT "May 27 2021"
Database backend: LMDB 0.9.25
[2021-May-27 21:38:05.465222]: Starting legacy bootstrap attempt with ID auto_bootstrap_0
[2021-May-27 21:38:05.465396]: Bootstrap attempt stopped because there are no peers
[2021-May-27 21:38:05.465509]: Exiting legacy bootstrap attempt with ID auto_bootstrap_0
[2021-May-27 21:38:05.466962]: IPC: server started
[2021-May-27 21:38:05.470425]: Pending block search phase complete
Assertion (node.network_params.network.is_dev_network ()) failed
std::unordered_map<nano::block_hash, std::shared_ptr<nano::block> > nano::election::blocks() const
/fast/portmap/nano-node/nano/node/election.cpp:615
This is what happens:
in nano::election_scheduler::run():
overfill_predicate () is true
node.active.erase_oldest () is called
which calls cleanup_election()
which calls election.blocks()
which asserts if it is not on dev network
Summary
When I try to run the latest develop on the beta network, I get this assert everytime.
something must be in my ledger or the network because it does not have happen with an empty ledger.
This is the output form nano-node:
Thsi is the callstack:
Node version
aec8d80
Build details
Debug Build
OS and version
Ubuntu 20.04
Steps to reproduce the behavior
Expected behavior
To not assert...
Actual behavior
Possible solution
No response
Supporting files
No response
The text was updated successfully, but these errors were encountered: