oxen-core/src/blocks
Doyle a62ff316e3 Pulse: Queue Block Gen code review
- Rename find_named_argument -> find_prefixed_value
- Update get_current_blockchain_height() comment to specify ability to lock
- Update memcmp(address1, address2) to address1 == address2
- Make create_next_miner_block_template call create_miner_block_template
- Update LMQ x25519 keys only when key has changed
- construct_miner_tx: Use C++17 features
- Pulse: Add log category "Pulse"
- Pulse: Check shutdown before blockchain height
- Pulse: Use get_human_readable_timespan
- Pulse: Switch to MINFO, enable with --log-level +pulse:DEBUG
- Pulse: Add height into context
- Pulse: Remove some default switch cases hiding compiler warnings
- SN: Update hardcoded '9' literals to network_version_9_service_nodes
- Core: Use using namespace std::literals
- Miner: Change num_blocks availability to debug
- RPC: Gate test rpc commands to != MAINNET
- Wallet: Store wallet before deinitialization instead of refresh
2020-08-18 11:59:53 +10:00
..
blocks.cpp.in Rename stagenet to devnet 2020-08-17 02:54:43 -03:00
blocks.h Pulse: Queue Block Gen code review 2020-08-18 11:59:53 +10:00
CMakeLists.txt Rename stagenet to devnet 2020-08-17 02:54:43 -03:00
devnet_blocks.dat Rename stagenet to devnet 2020-08-17 02:54:43 -03:00
mainnet_blocks.dat Improve checkpoint loading code; make sha256sum less dangerous 2020-07-02 12:52:12 -03:00
testnet_blocks.dat blockchain_export can now export to a blocks.dat format 2015-10-17 00:11:26 +01:00