RickiNano

Results 19 issues of RickiNano

### Summary If a windows node crashes it does not create a dump file. The information found in event logger is minimal ### Node version v26.1 ### Build details V26.1...

Adds documentation the new `election_statistics` rpc call for v27. This documentation depends on this PR to be merged first: https://github.com/nanocurrency/nano-node/pull/4549

Replaces the binary file with embedded bootstrap weight in plain text. The weight values and max block counts in this PR are from 14-08-2024

TLS support was removed in this PR: https://github.com/nanocurrency/nano-node/pull/4646

This PR removes the vote_generator_threshold that generates an additional wait to bundle more votes into each message. That wait period adds voting latency. The logic that handles processing of requests...

Switching database backend between LMDB and RocksDb is currently done by setting `RocksDb.enabled` to true or false in the config. This PR removes that setting and adds a new `Database_backend`...

Make `confirm_req_hashes_max` and `confirm_ack_hashes_max` static and set to 255. Removed `disable_large_votes` flag

Updates the status of the following rpc from deprecated to removed: krai_from_raw krai_to_raw mrai_from_raw mrai_to_raw rai_from_raw rai_to_raw Changed in this PR: https://github.com/nanocurrency/nano-node/pull/4733