nano-node

Nano is digital currency. Its ticker is: XNO and its currency symbol is: Ӿ

BSD-3-CLAUSE License

Stars
3.5K

Bot releases are hidden (Show)

nano-node - V26.1 Latest Release

Published by clemahieu 8 months ago

Build run: https://github.com/nanocurrency/nano-node/actions/runs/8048168703

What's Changed

Major improvements

Library updates

CI and Testing improvements

Cleanup

Miscellaneous

New Contributors

Full Changelog: https://github.com/nanocurrency/nano-node/compare/V25.1...V26.1

nano-node - V25.1

Published by thsfs over 1 year ago

Build run: https://github.com/nanocurrency/nano-node/actions/runs/5156809257

CHANGELOG

Release V25.1

Full Changelog

Fixed Bugs

Pull Request Title
#4240 Blockprocessor stall workaround

Build, Test, Automation, Cleanup & Chores

Pull Request Title
#4242 Bump Qt version to 5.15.2 for Windows builds

Other

Pull Request Title
#4243 Log hashes of build artifacts
#4245 Remove the call for signing.ps1 on Windows builds
#4244 Fix cpack on Windows
#4241 Remove assert for null block deserialization
Commit Title
fd07d15a Merge bump-rhel-compatibility branch
nano-node - V25.0

Published by thsfs over 1 year ago

CHANGELOG

Release V25.0

Full Changelog

Major Changes

Pull Request Title
#4158 Add the ascending bootstrap client
#4111 Optimistic elections

Node Configuration Updates

Pull Request Title
#4215 Bootstrap dynamic throttle
#4182 Add config classes for ascending bootstrap
#4163 Lowering block_processor max transaction duration
#4104 Add tip on optimizing cpu usage

RPC Updates

Pull Request Title
#4228 Quality improvements for accounts_balances RPC
#4223 QoL improvements for accounts_frontiers & accounts_representatives RPC
#4066 Return unopened accounts

CLI Updates

Pull Request Title
#4105 Remove the UDP channel implementation from the network
#4123 Fix missing peering port doc when running --generate_config node

Deprecation/Removal

Pull Request Title
#4219 Remove live updating bandwidth limits
#4142 Remove the stat types related to the removed UDP functionalities
#4141 Remove message buffer class and its manager class
#4127 Remove external boost references from CI build
#4107 Remove UDP test network.self_discard
#4043 Remove nano pow server

Ledger & Database

Pull Request Title
#4131 Add LMDB and RocksDB upgrades to v22: Remove unchecked table
#4216 Remove the unchecked table code from the store classes
#4028 Upgrading RocksDB to stock 7.8.3.

Fixed Bugs

Pull Request Title
#4230 Fix access without lock in active_transactions::confirm_block function
#4225 Fixes intermittent test failures in several RPC tests when querying setup blocks.
#4221 Converting legacy bootstrap shared_ptr's referencing nano::node to weak_ptr's
#4205 Add throttling functionality to the ascending bootstrapper
#4110 Bugfix: max counting had reversed polarity, it counted successes not fails
#4103 Fixes an issue where token_bucket::last_refill would update even if there were no tokens to add.
#4093 Fix race condition in unchecked_map
#4082 Fix processing_queue stop
#4080 Fix active_transactions stop
#4079 Fix hinted_scheduler stop
#4018 Specify whether bootstrap pull should start at block hash or account
#4019 Locking around read/write to peering_endpoint.

Implemented Enhancements

Pull Request Title
#4211 Convert node-wide request rate limiter to a per-channel outstanding request limiter.
#4202 Socket write queue fixes and improvements
#4192 Applies a number of cleanups to rpc tests.
#4164 Verify work inside blockprocessor
#4160 Decouple message deserializer from the TCP socket
#4159 Small processing_queue improvements
#4161 Internally check if the block processor needs to drop blocks.
#4151 Add stats for election_scheduler
#4149 Cleaning up stat counters for active_transactions.
#4148 Add unchecked_map stats
#4119 Refactor election vote
#4130 Remove requeuing of blocks with invalid signature
#4126 Avoid unnecessarily held lock in backlog_population
#4121 Add ledger::head_block query which returns the head block for a given account.
#4113 Fix magic enum slow compilation times
#4026 Telemetry refactor
#4094 Fix magic_enum range
#4090 Add start & stop to election_scheduler
#4087 Add ledger::pending_info as interface to access pending information
#4081 Add ledger::account_info as interface to access account information
#4078 Extract epoch upgrader out of node
#4065 Use 'magic_enum' library for static reflection for enums
#4074 Add include_only_confirmed option to rpc accounts_balances
#4068 Move websocket initialization code out of node constructor
#4062 Submodule2
#3999 Continuous backlog population
#4017 Updating to use c++20
#4030 Adding boost as a submodule rather than depending on external references.
#4022 Change election scheduler to consider previous balance
#4015 Unchecked map sequenced index

Build, Test, Automation, Cleanup & Chores

Pull Request Title
#4229 Update rep weights for V25.
#4220 Fix blake2 and argon2 building on Windows ARM
#4204 Small cleanup of threading related code
#4203 Fix thread names in nano::thread_pool
#4166 Migrate tests from the old message_parser to test the message_deserializer class
#4140 Move from boost spawn/yield coroutine on load_test to async callbacks
#4114 Fix bootstrap server thread name typo
#4091 Fix fork publish inactive
#4100 Introduce nano::test::start_election method
#4076 Extract common code for setting up unit test chains
#4073 Add comment for NANO_DEFAULT_PEER environment variable
#4067 Fix several sign comparison mismatches identified by msvc.
#4063 Removing WIN32_LEAN_AND_MEAN define from global project settings.
#4056 Increasing minimum required OSX version to 10.15
#4051 Fixing build error, linking load_test to boost_process.
#4049 Removed all unnecessary usings
#4045 Disambiguity of all the implemented locks
#4027 Updating cryptopp from 8.5.0 to 8.7.0
Commit Title
cff1dbde Connect handshake v2 messages to the node.
427fded3 Give messages v2 ability.
89baf79c Giving random_pool the ability to construct random-filled objects.
76dcdacc Clean up syn_cookies class and add syn_cookies::cookie method which gets the cookie associated with an endpoint and erases that cookie from this container.
nano-node - V24.0

Published by thsfs over 1 year ago

CHANGELOG

Release V24.0

Full Changelog

Protocol Changes

Pull Request Title
#3867 Bulk pull ascending flag

RPC Updates

Pull Request Title
#3860 Add populate_backlog rpc command
#3790 Changes the accounts_balances RPC to return per account results
#3791 Changes the accounts_frontiers RPC to return per account results
#3789 Changes the accounts_representatives RPC to return per account response
#3702 Add receive_hash option for the blocks_info RPC
#3753 Pending to receivable renames
#3700 Add optional offset parameter for the receivable RPC

Websocket Updates

Pull Request Title
#3851 Add started_elections topic to websockets
#3698 Add option to include sideband info of confirmed blocks in websocket messages
#3554 Introduce support for binding sockets to ports picked by the OS

CLI Updates

Pull Request Title
#3836 confirmation_height_clear cli account param

Deprecation/Removal

Pull Request Title
#3655 Remove json config code

Developer Wallet

Pull Request Title
#4000 Update qt.cpp to match block_count RPC & fix bug with pruned display
#3627 added cemented, full and pruned to nano_wallet gui
#3586 Update images for README and QT wallet to be new symbol

Developer/Debug Options

Pull Request Title
#3806 open_burn_account errors and comments
#3685 Add collect_container_info to election scheduler and prioritization
#3684 Impove election result logging
#3652 Remove incorrect debug_assert
#3582 Include election.confirmed outcome in log

Fixed Bugs

Pull Request Title
#4003 Fix missing return on non-void function
#4002 Fix use after scope error active_transactions.vacancy test
#3977 Add missing include file for std::atomic (required by slow_test)
#3953 Do not wait for vote processor during AEC processing loop
#3959 Bugfix: properly handle refused bootstrap connection
#3898 Fix bootstrap serving threads regression
#3861 Fix & refactor bootstrap_server
#3850 Fix rocksdb_block_store.tombstone_count
#3849 Fix intermittently failing test gap_cache.two_dependencies
#3853 Fix server_socket close method override
#3745 Fix unit test confirmation_height.conflict_rollback_cemented
#3680 Enable and fix node.unconfirmed_send unit test
#3703 Fix unit tests within active_transactions
#3732 Fix unit test election_scheduler.no_vacancy
#3691 Fix unit tests election.quorum_minimum_flip_*
#3723 Fix unchecked_map destructor.
#3721 fix race condition between bootstrap pull and push
#3713 Minor bugfix for election scheduler thread name
#3696 Fix ipc_client::async_resolve when given invalid endpoint
#3643 Fix telemetry rpc getting stuck if all nodes have bandwidth set to 0
#3679 Investigate and fix some of the disabled unit tests
#3694 Do not ignore socket errors
#3687 Fix node.pruning_* unit tests
#3629 Disable batch of intermittently failing unit tests
#3649 Modifies the silent connection checker to inspect sever-side incoming messages only (develop branch version)
#3602 Disable intermittently failing UT ledger_walker.ladder_geometry
#3604 Disable intermittently failing UT active_transactions.inactive_votes_cache_fork
#3607 Disable intermittently failing UT confirmation_height.election_winner_details_clearing
#3611 Disable intermittently failing UTs
#3610 Fixing slow_test compile error.
#3594 Initializes receive and completion times to always hold a valid value…
#3593 Adding detail string for request_underflow.
#3590 Check and track request underflows in bootstrap/realtime message processing.
#3591 Specifying macos toolchain explicitly to 10.15 rather than tracking latest.
#3572 Unlocking lock in all branch cases.
#3568 Add wallets::start() function for deferred start.

Implemented Enhancements

Pull Request Title
#3980 Rebalancing buckets the reflect natural transaction ranges.
#3957 Replace random_access with sequenced in active_transactions
#3956 Replace random_access with sequenced in unchecked_map
#3955 Replace random_access with sequenced in vote_cache
#3907 Improved inactive_vote_cache
#3865 Bootstrap serving on dedicated thread pool
#3869 Simplifying bootstrap_attempt::mode_text
#3866 Add hashing specializations for nano::hash_or_account.
#3864 Add an observer to block_processor that notifies with the output from block processing.
#3812 Extracting nano::bootstrap::block_deserializer class
#3852 Expands ability for ledger::is_send to accept any block type
#3816 Node ID persistence
#3813 Remove vote-by-block support from vote class
#3811 Adding unhandled case for message_visitor
#3809 Bootstrap cleanup
#3802 Updating rocksdb to 6.29 feature branch and using vanilla rocksdb.
#3644 This demonstrates a speedup in confirmation rate during initial boots…
#3786 Adding details to the DB commit () release_asserts
#3787 Moves the LDMB table handles to their respective type of store class
#3785 Further removal of templates in db classes
#3784 Add db backend namespaces
#3783 Remove db templates
#3764 Convert some important startup debug asserts to release asserts
#3718 Sort results of the receivable RPC by block hash in case of equal amounts
#3729 Remove coupling between nano::state_block_signature_verification and nano::unchecked_info.
#3728 Remove coupling of block processor and unchecked_map on unchecked_info::modified.
#3733 Comment and warning about epoch blocks
#3730 Inactive cache information to string (easy review)
#3719 Removes the nano::unchecked_info::confirmed member.
#3717 Encapsulate detail_to_string with uint32_t overload.
#3710 Apply the timestamp mask to timestamp field to remove the duration bits
#3704 Socket timeout tidyup
#3601 Display node startup time for easy access to up time without RPC access
#3606 Better move semantics & fix clang-tidy warnings
#3600 Unchecked cleanup
#3589 Double max_peers_per_ip and max_peers_per_subnet (5 -> 10 and 20 -> 40)
#3569 Refine election scheduler lock.
#3567 Turns off sub-network connection limiting for IPv4

Build, Test, Automation, Cleanup & Chores

Pull Request Title
#3947 Fix MacOS compilation, add libsecure to target link libs for nano_lib
#3815 Fix compatibility with Boost 1.78
#3774 Fix unit test rpc.account_representative_set_epoch_2
#3776 Simplify unit test node.bootstrap_confirm_frontiers
#3775 Fix for test active_transactions.fork_filter_cleanup
#3773 Improve/fix test rpc.account_representative_set
#3772 Add function comment for function nano::upgrade_epoch.
#3750 Fix_fork_storm failure #3709 on node allocation and catch stalled vote/fork resolution errorrs in the test
#3742 Add comments to class nano::prioritization
#3741 Fix confirmation_height.election_winner_details_clearing
#3738 Fix for unit test unchecked.multiple_get, do not use store.count()
#3735 Fix unit test rpc.confirmation_info (remove scheduler flush)
#3726 Updates the doxygen.config
#3725 Add class description to mostly of bootstrap classes
#3714 Fix network.construction_with_specified_port (uses test network port)
#3553 Adds an Unchecked Map - wrapper for the unchecked table outside the store class
#3690 Fix compilation problem due to ambiguous call
#3583 to_string function for message_header class
#3682 Improve slow test system.generate_mass_activity
#3654 Move semantics fix in the asio header
#3677 Fix slow test telemetry.all_peers_use_single_request_cache
#3678 Telemetry data to string function
#3667 Fix confirmation_height slow_test cases
#3666 Improve the slow_test store.pruned_load to work the same way for all databases
#3663 Fixing slow_test store.pruned_load.
#3656 Allow overriding initial peering DNS by environment variable
#3653 Remove unused locals
#3650 Add basic contributing file with links to docs for details
#3622 Disabling network.peer_max_tcp_attempts UT for Windows only
#3576 Introduce support for and use automatic port binding in rpc_test unit tests
#3579 Define macro to correct ubsan instrumentation for RocksDB.
#3597 Fix foreach representative deadlock
#3585 Remove short election expiration time for dev network
#3565 Update live rep weights file for V23

Other

Pull Request Title
#4022 Change election scheduler to consider previous balance
#4018 Specify whether bootstrap pull should start at block hash or account
#4019 Locking around read/write to peering_endpoint.
#4015 Unchecked map sequenced index
#4010 Constant vote broadcast interval
#4008 Skip empty batches in processing_queue
#4007 Fix bug when using locally generated votes cache
#3996 Continuous vote generation for active elections
#3995 Immediately remove confirmed elections from AEC
#3993 Improved removal of dead network channels
#3975 Stateless bootstrap server
#3979 Fix: Allow block count > UINT32_MAX in ledger::hash_root_random()
#3970 Block arrival activate
#3978 Fix: ledger bootstrap_weights size is reported as 0
#3974 Fix windows compilation problem for slow_test
#3972 Rename bootstrap_server to transport::tcp_server
#3971 Move message definitions source to separate file
#3897 Lookup channels by node id instead of endpoints in test code
#3963 Add batching to vote_generator
#3966 Add stats to blockprocessor
#3964 Fix for unit test ipc.asynchronous
#3958 Run node::process_confirmed from worker thread
#3961 Fix tests using election_scheduler::flush()
#3962 Fix vote_by_hash_bundle test
#3954 Improve vote_cache slow_tests
#3951 Simplify start_tcp_receive_node_id() by adding guard clauses
#3948 Allow overriding of std::thread::hardware concurrency
#3950 Remove the udp_fallback function
#3944 Hinted election scheduler
#3903 Split sanitizer and instrumentation checks in to several distinct parts.
#3942 clean up network_constants::network_constants
#3933 Fix test node.rep_remove
#3945 Fix test rep_crawler.local
#3940 Add EXPECT_TIMELY test macro
#3939 Cleanup bootstrap_server
#3938 Introduction of fake channel that acts similar to /dev/null
#3934 Disable systest set_bandwidth_params
#3932 Fix for test election.quorum_minimum_update_weight_before_quorum_checks
#3925 Fix inactive_vote_cache merge error
#3839 Check for representative in wallet more often when running on test net
#3914 Fix unit test active_transactions.fork_replacement_tally
#3924 Improve observer_set class
#3910 Fix unit test node.fork_open_flip
#3922 observer_set: do not call the observer callbacks holding the lock
#3900 Comments for confirmation_height_processor
#3885 Benchmark inactive_vote_cache in slow_tests
#3901 Fixing narrowing conversion warning and updating style.
#3895 Assert no error code when calling system::poll_until_true
#3894 IWYU in signal_manager
#3892 Extract recently_cemented container out of active_transactions
#3891 Fix unit test node.fork_open which intermittently failed
#3890 Move test code into namespace nano::test
#3887 Extract recently_confirmed container out of active_transactions
#3889 Fix vote_processor.producer_consumer test
#3888 Fix rpc.wallet_info test
#3886 Fix fork_bootstrap_flip test
#3874 Replace election::insert_inactive_votes_cache by election::vote
#3880 Move block_arrival class to its own file
#3877 nano::system::add_node reliability improvements
#3878 Store and forward the original peering port in keepalive messages
#3870 Extract election::cooldown_time calculation
#3868 Remove dead code from active_transactions
#3841 Block constructors to builders conversion in unit tests
#152 Crypto++ 5.6.5
#142 RPC receive
#3822 Limit the publishing of public builds and Docker images to only the public repository
#3805 Renaming nano::transport::channel_loopback to nano::transport::inproc::channel.
#3794 Improve public_key::decode_account to not write result on error
#3760 Fixes the missing of qt5-default package on newer Debian/Ubuntu versions
#3620 Fix --rpcconfig cli option
#3662 Use the default peering port for daemon start up
Commit Title
5fa226e5 Set pre release version to .99

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

Below are the sha256 sum hashes for version 24.0 release artifacts
Signature Verification can be run against clemahieu.asc in source repo (etc/gpg/)

b20a3569af82b363d681b2ebd22d9e9f974536e9be1303674b6b4a190bd42761  nano-node-V24.0-Darwin.dmg
41c6a7cf4a1b77e35df4ea538c5847f0688a26907fd48ab1d1194a58bbf2e2aa  nano-node-V24.0-Linux.deb
d5209c92039b73eb9ec6f4cec730f9b3f31ebc2d4096fa524718030708479af7  nano-node-V24.0-Linux.tar.bz2
6bd3300eb5953bf7ac74a2a8c1ed506bdc9ef5f1923bd576ce8e7594b1cb220b  nano-node-V24.0.tar.gz
-----BEGIN PGP MESSAGE-----

owF1kj1oFUEUhTcaCVkwpHogGJiHIorkZXZ+d7QzqUwaCQQCITB35s57i8lusj9G
otgJgiIWloKNKLYWYho7RWKlnVoEUwgBGzubgBslIIjtved85144D44fjeLO9Npt
8m5nKx16vweR27574xKuFBvElkjqAZJqYJlUpGpWycBWA6xIKEpyDcsqK3LCRI+S
ElfQVtha6ixYV1fxfNbPbd20iAUss5A5Wx+onc0JICmbnNi+zfKqJm4FV+0gw6Zn
K0eynFRFU7pWg2sFOYu1m+qv9afOxTEwarlUxoaUAVfcqzQBhuAZ8wZNMFpIrtAA
JpxypQUoEDYxFLxgWiWE5DYvJvPC4+TCwdmTM7bcyPKeX+3HInHKahdaA2iNXPog
0EqeOpkKHahKU8uUoTp4kVpIfJIYYWUKEBgya/+Fz2V5c73nEWIvGTXOMMoNaI5g
0KkgHDrNaTDAA08QHPOCGhWsZEInKeVU0za5/Vb/j13bsgebLFbgOacUQRrJIWjr
tLDMpi5BL2m7dQaDDIlhHLzUymGKWhoBiQPGKPzFH/sT8Bvd34zvNMNRJ44mOt3h
C4+vLH8fibpPxxYnDgtz7EjblltRPDp+OJldivbH/c3zO2dOf3pyamZ5Yru6f3L3
w+Dy1XuDZz9ejU7PfRkeil7C7h5/s9T9dvHz+osTs/vzW7D4/HX34aOP9OfbzteR
Xw==
=5gFv
-----END PGP MESSAGE-----
nano-node - V23.3

Published by thsfs over 2 years ago

CHANGELOG

V23.3

Full Changelog

Fixed Bugs

Pull Request Title
#142 Improves the vote processor class and limits its flush()
#152 Vote hinting reenable

Other

Pull Request Title
#3835 Unchecked memory
#152 Crypto++ 5.6.5
#145 GUI: seed warnings, several tooltips, balance in Account viewer
#142 RPC receive
Commit Title
17250767 Fix use after delete in cleanup_election()
a17157e0 Merging identical code branches for convenience ::put function.
00610099 Adding a memory container for blocks once the initial bootstrap threshold is reached. Blocks are pruned in fifo order.
9b5bae62 Reimplementing nano::unchecked_store::get in terms of unchecked_store::for_each and removing backend-specific variants.
b4ce6c41 Converting functions on unchecked_map that return iterators to instead use for_each with a functor to execute on each result. This prevents iteration details from being exposed externally.
2fd16c79, 57c2210e Removing unchecked.for_each_par as it's effectively unused.
73a631c3 Remove a debug assert that crashes the node on receipt of zero node ID
65c8ae9e Bugfix: correctly check for magic bytes and network in message header

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

Below are the sha256 sum hashes for version 23.3
Signature Verification can be run against thsfs.asc in source repo (etc/gpg/)

20057926a464c25090d69c9ce783d8211d91ed94fa0e3772340f8fb7ba1604f7 nano-node-23.3.0-Darwin.dmg
de91d92b479da5d97c5934302fc88f66c034c9e3b6dcdc251e4665832eb4c628 nano-node-23.3.0-Linux.deb
5873f160cd4da3ba59267e2f8338a265a294669391529d9b00bf1e0b61a8092e nano-node-23.3.0-Linux.tar.bz2
B62EDE96DD7D980B44AAC10840FAF950104D0C133BE66107DAE13D7D153D2453 nano-node-23.3.0-win64.exe
6F4775BFCF6009221A3C4BE9378B3F2BE2CD14F330CA947F4AC7F44E84EDEF43 nano-node-23.3.0-win64.zip
-----BEGIN PGP MESSAGE-----

owF1km1QFWUUxy8KqFsOjDbYaE6LmkHKvbvP8+wbgnn3viilpKhB4JTP7j4La3Iv
3r1XwHgZM3CgqBxSU8fRNMJohHHSuOLoaE5Ok05NEKaJigPamIovJBRxofWDnxy/
nA/nnP/v/M+Z8+nEsTYqaqxr7K1PPKwRdfamYlMaN8XJZK2/mMYBQgcLCG0WYMDx
tBkqpAuwWUBMWvcH6PUkYBp+Hw2gHVLLjXwfDoYswZskYOiGioOPair20QqhAyEf
jfOx4TODFtDUTTs2Vdrw0aY/FFCtOiny00kkqDryi/IdyRQFGIYTJMBjxCMVcIzE
aLykSioRRKiJgGU1iSWahHTMECgIACJGF3VFUDDLM0gXaB/2+VN8fo2kPLJnZ1Lc
OFBs+OxaYT6lEcnSAwUJkoY5TRJUToIIMkBXRVHneZWBSJUIVHhN1azpLEE8z4kQ
EAWpPBCfhC82fKESu0YUihMFqFseVA1pGCqYs5YQCNBFCEUMeA4DyYJJUGI5IGmS
wjCKzhJG4VksMhIgT2MHccCubACUzAOP2yPxbrfglkRGRsjpdLGMiBiv0ytxDMsg
N+NiIZQ9PM8ygtvpYaHVy3LQDRAHn+RbV+GRnZQQivciQcjmZK/LyzOWGcA6oQvJ
HgkKogy9QPYAl5tFXggZl1NCghc5XVZAHhFZnrzoqfANRhFVMwZG26Io2/SExOj7
FRWx/mMb5ahpo1mPXy9mzKO/s1ET4h9n3uLjbbunDbaGMib8HWyd73htS3pp1r6c
6o8Svk1NnTVQWN6tvFyZd+jOEfk/cmn+lfMNrz9/NPG5zfOKt0zak/v9oviV3YC7
PH1ZdFnlveUdM7eFs29Kdfud8KUbuzJ+bVAW3f1xpDmm7u0+adO2P9jbsVfVVBBo
m/XixsxrTfLqg5Gh8L41rs/opvi5Z7IP739o1lbvPFk+eXfm3L6uazHPzKvJfCim
ZZ5wvNDfc2b9lY3vZ8ddZpWWOVkrby5alZP0ywcc//mQ2ZnRnyv06mur7uPbeSt6
imf0U+Gk8ZFjQx0NF5u45tGr/wz3sg1a9/FgyxFj5pTFK/1d4b3Dk/v22DKOT07r
jG6OWv3qQjm9ftKeJUUpZVNbf9qhXuh42F46byBr4PQ7g0fXiB2mY+rZccPfTRyc
4e7c9WfeG6mHumuFhFJP6o1lS8ehBi5knPqSDS/s4NLiIk3XT92dYr+VAu43Lq6v
XLagOoea2JNe3v7g3TmVjWerxz9orx+5TifvPRXeced3o6L5ZFX7uezRSb0lJ5a8
csk7OJTXtsp/uGJ72Q9r69t+RlPT1S6jcOlw73lb0rProtetqTmY0bhp62/chzPK
085Xd2a1nNmdFBepEh1/4dkfX/jqwQqcmLx8dl3/VriA5H7d9U3kIn33QH/xvZ2e
CKoZ1k7/e+/ce18cqE0uGHWOcAtiV2xv71r4Pw==
=dpMI
-----END PGP MESSAGE-----
nano-node - V23.1

Published by zhyatt over 2 years ago

CHANGELOG

V23.1

Full Changelog

Fixed Bugs

Pull Request Title
#3828 V23.1 Cumulative patch

Implemented Enhancements

Pull Request Title
#3816 Node ID persistence

Other commits

Commit Title
fef94e36 Setting CPACK_PACKAGE_VERSION_MINOR value to reflect V23.1.0.0

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

Below are the sha256 sum hashes for version 23.1
Signature Verification can be run against thsfs.asc in source repo (etc/gpg/)

556457314eae3dd6cf1538743b8d15aa23fb19169d6c2c3efebdcf9540eb537f nano-node-23.1.zip
7ae22cdfbd4056053bb9bbd733b79e86c2cce849f9ff750118340af612a257c3 nano-node-23.1.tar.gz
e2affdeb9635f7f35fa90c40b60aefc6429ca67f9c97e2748e49bce62f955edc nanocurrency-23.1-1.el7.src.rpm
946a788782bc2be25994a56a2c93038231619544c9273a998a19070eda497c9a nanocurrency-23.1-1.el7.x86_64.rpm
b386eeb85b0c3d8987dbd6ae450a196602dba962583b432a6c8426a64562c865 nanocurrency-debuginfo-23.1-1.el7.x86_64.rpm
94ae49c4869376787cc161ee324d933584725aa820cfad9fc65c2934db6fb028 nano-node-23.1.0-Linux.deb
aa7c67350bb18a232c3c1d083f7a110ad7f177025b821f4fd1266d49b1b374fb nano-node-23.1.0-Linux.tar.bz2
C1C8F86C36480DC1F5AF0602C4877F655205EFE99DCB69264CB38ED3A075FC25 nano-node-23.1.0-win64.exe
8814DB1F621615832F7FBB4C16AC8CD7BF0A2E377B05E323F8FE3EF0E5B31A4A nano-node-23.1.0-win64.zip
922aa8020a4225cd3c1a961badcb5115d9e06ce06dea9b98e1a1d5b243428793 nano-node-23.1.0-Darwin.dmg
-----BEGIN PGP MESSAGE-----

owF1lGuMjFcYx3ddlh13bbfSrc2Qja7qjvfcz0E1cyWNkC6l2N3uOec97+y4zIyZ
HXY1FutSrBShSIOiLtFSl4YEFaxq0FKVVLQN0hZR10UrFbe+K/GhFV/Oh/fJ+/s/
z///nLOwXfMsT3bzYPOrC8Iglv3dFZWl6o/WBcy4xCSvTBlvVaXxpislJNSbzoz3
Vsp0pUl7nUTKO9Gk0rFE3AuRD3iGxqJxWZVxfxhuUjEnpmVVU03LuFcZbyoT98qo
jMXTVS4w7aR9Mq29sbg3nciktFs3yYS3yFTp3tFktHdPj4cQiglDABtpkG1T7QCC
OMNIcRsQKSFyFBCACrcENTKOUbZ2BMGWUQQxxxuX8URxPGGb4qb2fJNjSQ+TBkJt
O8rGFqEWQUoJpWyGkGLC8CaQNhwLRzgOIxYAHGFLOhRAd3qm0f+ZVTLli072GCgd
xzZKUEQc5riHFJbGlqKWNI6mGAotKXOEFsxAhrnBQmlDodsuMbZ+gtWZVMrEdc0T
cjHwmXHMl05pXyo53iMwlYxzxqHSUBlIhMCSUAm1QBbiEAEK3MmxFpAhKQSXQFjM
MrbEgmkhnytQzen7FD/RUIhTYxQnytLI5oIzW9lUGkwsl0apBW0lBYWEI4URlFRz
DKl0Q6JQc0r+q+G6kYnG4k7iOWpu/64JGnMqEKOMM63dGYxBENsCIcIxg27IHFra
kbZwTSQaCoRtRR1lQf7/JKziQbF4ptrn6nqkZJoyRCylAHf3xN0ODWyLI4dJACxp
MwcwZkGiOAQOdmwAKbXdSIBCDDvqeeymtNVk6AmCII9wGkQUcysUBBHij1iuP0HM
GYtQQqBFwpGwEKFggApIcTCAeDiE/BYjkSAkz/InxeKuL6baeDgHOBQAEQpdO1yr
YYRFAgEcBNQf5MEQC0QsPwwjxgKuBoIowiNhFI5YYRJAwI/9z2M3bb+A0HXUgpbE
EBJtu664gQIlba0IAMQWxqLauDfDNlIowQ2QwCYKYoQhZ+KZ9beKQzLl8n32+Khn
bjPUIivbk9U1r1uLW7W1OYm90wPZ+Y9Lnj4sLZs1vSpZntyOT78cf7nDo6IJox82
LIwkN5TlF/ZttbJ119MbztzdWns/70HSVtWfd1zceP7MRfv+sj+H77xyZED/WScy
a1bPKF1dc/vxrpXV9OGlspFFpeZAuNDsr7na4ofyL14L9595FPTofOLooKLpjeVv
9TpRerX04MFf2n9bUtD9k94t6l4oHJAztmDP3mh939JvNvBVU/U8+3KP2ndOF3+9
Hac7HDt1oE1uw46TpYdVIf/+XEHy1pd9Xu+8tW3Px3Pr+4V/m76jblsvdHtLy5oh
FW+c/TivbtSlfg37pl0eyLqtm7fxpwl/tK3ss97nnz+lsWzmiM0Plm0UK268e+if
KeVbFtwRB7tk17QqLwgl0c8fRpbqwZlwu0M6NOTcEDLGnuNpvyLnxfm5g4pfOjVg
T2Vy4oC2m85fgnnT171dkVlyc32nzQNHLP6sAdeOra3LnZofH1TyQWPjpLWpwYvu
gd0l/u73L83dtS3p3HmPJCcc+st3cuboi78u399p37VhP+b3uHU8u2hXz1ZFVxq6
UVKMIrMrzs8u9/6d/GrY9f35M+blv5k+eTh++drVR5seHavfe2d3dv7IaamWyysu
9K8813gwZ1KzDrW3d24curTwRvdX+pKSa2O2rDzbLX6i5M6YXXfDZbMWD2vTJYdd
6P2Rv09ZclzlqkU0umPJzTnHJodebSgYeC+xyckrPFKx5vdPx3lWhwu2bt4+qnXJ
rdFrlyVOX8/9Fw==
=/ugz
-----END PGP MESSAGE-----
nano-node - V23.0

Published by zhyatt almost 3 years ago

CHANGELOG

Release V23.0

Full Changelog

Node Configuration Updates

Pull Request Title
#3032 Secure Websocket support and certificate config improvements
#3531 Rep crawler weight minimum
#3377 Removing deprecated lmdb_max_dbs config option
#3282 specify ip notation for preconfigured peers

RPC Updates

Pull Request Title
#3412 Implement "accounts_representatives" RPC (#3409)
#3439 Add receivable along with pending to RPC responses (#3411)
#3429 Add "confirmed" field to "account_history" RPC response (#3424)
#3398 Add deprecation output to "history" RPC (#3397)
#3392 Update RPC & QT Wallet to the new units #3386
#3387 wallet_pending and accounts_pending handle empty results differently
#3343 Fix RPC "active_difficulty" returning empty string as "difficulty_trend" (#3323)
#3337 Add "successor" field to RPC "block_info" & "blocks_info"
#3333 Improve delegators rpc by adding "count", "start", and "threshold" parameters (#3330)
#3277 Extend 'wallet_info' RPC command

IPC Updates

Pull Request Title
#3446 Have CMake copy Flatbuffers schema files to output dir to simplify dev

CLI Updates

Pull Request Title
#3475 Node flag to disable calling add_initial_peers function
#3474 Add some flags to the command line options list
#3465 Fix broken cli commands: wallet_create, wallet_list (issue #3447), diagnostics (issue #3452) and other CLI commands
#3410 Network selector

Developer Wallet

Pull Request Title
#3619 Update images for README and QT wallet to be new symbol
#3546 Fix crash in nano_wallet when ran with --config option
#3437 Replace "pending" with "receivable"/"ready to receive" in QT wallet (#3411)

Developer/Debug Options

Pull Request Title
#3582 Include election.confirmed outcome in log
#3438 Replace "pending" with "receivable"/"ready to receive" in node logs (#3411)
#3369 Remove 1 sec socket timeout in dev mode (becomes 2 sec as in normal m…
#3297 Split election drop stats to be either overflow or expired
#3310 Warn if the limit for open FDs is lower than recommended

Fixed Bugs

Pull Request Title
#3623 Modifies the silent connection checker to inspect sever-side incoming messages only
#3593 Adding detail string for request_underflow.
#3590 Check and track request underflows in bootstrap/realtime message processing.
#3591 Specifying macos toolchain explicitly to 10.15 rather than tracking latest.
#3587 Fixes the early drops of not yet timed out connections
#3568 Add wallets::start() function for deferred start.
#3563 Fix a couple issues found with TSAN and add a suppression for Crypto++
#3556 Disable intermittently failing UT node.vote_by_hash_republish
#3558 Disable intermittently failing UT bootstrap_processor.push_diamond
#3560 Disable intermittently failing UT rpc.send_epoch_2
#3550 Fixes/splits vote_processor.no_broadcast_local
#3511 Handle SIGABRT and SIGSEGV on Windows
#3275 Fix for RPC stop command (#3191)
#3500 Endianess fix for vote timestamp field (does not affect x86)
#3502 Fix handling of SIGSEGV and SIGABRT in nano_node
#3459 Fix a crash that would sometimes happen in debug builds at handshakes
#3445 Fix fill_keepalive_self so the low index entries aren't clobbered.
#3442 Remove node_id_handshake_sockets as unneeded.
#3428 Fixing QT ratio selection
#3422 Fix daemon_config active_network.
#3380 Adding 'explicit' specifier to uint256_constructor for strings.
#3379 Removing incorrect TCP assert
#3375 Updated diskhash repo and code version
#3340 Fix counting of voting representatives #3339
#3315 Fix TCP accept handling when max incoming connection limit is reached
#3311 Remove election blocks () debug assert
#3298 UPnP leases issue

Implemented Enhancements

Pull Request Title
#3569 Refine election scheduler lock.
#3567 Turns off sub-network connection limiting for IPv4
#3564 Improve and simplify a number of network limiters
#3548 Adding duration to vote timestamps.
#2921 Deadline timer cleanup
#3544 Vote timestamp encapsulation
#3540 Remove election limiter from call site in confirmation height processor
#3541 Updating miniupnp to v2.2.3
#3507 Brings back broadcasting blocks on process_live
#3388 Refer to empty/null accounts as nano::account{nullptr}
#3443 Remove callbacks passed through start_tcp
#3461 Fix the bootstrap request queue processing
#3420 Remove static instantiation of network_constants
#3414 Removing legacy path from nano::working_path
#3413 Removing static initialization of nano::network_params
#3406 Converting sever static initializations of nano::network_params to references
#3408 Removing static mutex for the random pool
#3403 Changing nano::block_store_partial to hold nano::ledger_constants by reference
#3402 Passing nano::ledger_constants in to nano::ledger
#3394 Moving networking related parameters off of the node config
#3391 Remove nano::genesis class
#3383 Cleaning up genesis_dev constants
#3368 Convert static network id code to instance code
#3324 Depth-first search ledger walking
#3364 Message sink interface
#3358 Fix half principal rep check
#3280 Remove election restart by difficulty
#3304 Increase soft limit for number of open file descriptors
#3308 Increase tcp_incoming_connections_max default value
#3281 Prevent not processed blocks addition to confirmed elections list

Build, Test, Automation, Cleanup & Chores

Pull Request Title
#3670 Update live rep weights file for V23
#3671 Setting version for release.
#3566 Update beta rep weights file for V23.0
#3565 Update live rep weights file for V23
#3547 Removing old (disabled) conflicts.add_two unit test
#3545 Fix conflicts.add_two unit test
#3536 Disable intermittently failing unit test
#3532 Disable intermittently failing unit test
#3525 Include <csignal> for std::signal usage
#3526 Disable intermittently failing unit test
#3512 Disable (intermittently) failing unit tests
#3510 Improvements in const correctness and 'const' positioning
#3509 Fix Windows build (signal handling)
#3506 Formatting rules update -- indentation rules improvements
#3505 Add [[nodiscard]] attribute to node::process method
#3497 Possible race condition fix in ledger_walker.ladder_geometry test
#3488 Cleanup qt_system remnants (#3189)
#3353 Update FlatBuffers to release 2.0.0
#3492 Comment on_connection_requeue_delayed
#3487 Minor improvements to slow_test
#3486 Redesign CI format check/update scripts according to review
#3470 Fix cmake-format-all.sh script + friendlier xargs usage
#3468 Add systests to CI and fix for rocksdb mode (issue #3447) (issue #3452)
#3479 Fix unit test case node.search_pending_pruned
#3477 Fix for unit test rpc.epoch_upgrade #3476
#3469 Fix Windows build
#3467 Fixing OSX formatting issues.
#3462 Improve clang-format detection & enforcement
#3460 Make code formatting compliant with clang-format 12
#3454 Require fixed version of clang-format
#3450 Fix CI clang-format script: tell if clang-format cannot be found
#3441 Removing null checks for nano::bootstrap::socket
#3440 Removing unused variable channel_tcp::response_server
#3435 Convert nano::bootstrap_connection::connections to a reference
#3434 fix failure to build with GCC11
#3433 fix failing build with boost >= 1.76
#3416 Update major version to 23 and add pre release version 99
#3418 Remove qt_system target we dont need it or use it
#3415 test_common not required for qt only for qt_test
#3407 remove errexit ghcr.io has some edgecase rules, and isnt required for…
#3405 Fix typo on CLI online_weight_clear success message
#3395 update clang-format checks for full history
#3396 Remove wezrule from security policy
#3393 Update README.md
#3384 Update CMakeLists.txt
#3055 Weekly Coverage Runs to coveralls.io
#3381 Cleanup of genesis constants within ledger_constants
#3373 Remove load_test from github CI
#3374 Fix ledger_walker.genesis_account_longer unit test on macOS
#3372 Disable compilation/usage of diskhash on Windows
#3370 Remove tautology: send_buffer was called on channel so it must be non-null.
#3371 Fix build after merging PR 3324
#3365 Fix race condition in unit test websocket.bootstrap
#3359 Moving socket type entirely in to nano::socket class.
#3363 Double unit test timeout in github CI
#3361 Fix for unit test active_transactions.vote_replays #3360
#3362 Fix for unit test bulk.offline_send
#3332 System initializer
#3357 Removing unused constants from enumeration.
#3356 Simplify RPC tests response check
#3352 Update GoogleTest to release 1.11.0
#3354 Update Crypto++ to release 8.5
#3347 Simplify RPC tests initialization
#3351 This disallows passing in a nullptr socket in to bootstrap_server.
#3350 Rename socket::type_t
#3345 fix unit test socket.max_connections
#3336 Fix for network.peer_max_tcp_attempt
#3344 Fix unit test node vote republish
#3341 Fix code formatting
#3338 Fix unit test deferred dependent elections
#3328 Fix for active_transactions.pessimistic_elections unit test
#3326 Removing redundant check in telemetry limiter.
#3329 Block store break up
#3334 Don't reference get_available_port from within the node lib.
#3331 Moving the check "using_rocksdb_in_tests" on to rocksdb_config
#3327 Test case for max incoming tcp sockets limit
#3325 Unchecked store break up
#3318 Moves out peer methods from the block store class
#3317 Moves out pruned methods from block store class
#3319 Moves out confirmation height methods from block store class
#3320 Moves out final vote methods from block store class
#3306 Account store break up
#3316 Online weight store break up
#3309 Fix compilation failure on OSX.
#3307 Pending store break up
#3296 Election scheduler predicates
#3303 Fix build issue
#3286 Fix last contacted
#3302 Election cleanup cleanup
#3287 Frontier store break up
#3283 Simplify inactive_votes_cache_election_start test
#3279 Improve confirmation_height.gap_live core test

Other

Pull Request Title
#3595 Update CPACK_PACKAGE_VERSION_PATCH for V23.0RC2
#3378 Enable blank issue with preference noted for using pre-set templates
#3278 Update deploy-docker.sh
Commit Title
0176d6c7 Double max_peers_per_ip and max_peers_per_subnet (5 -> 10 and 20 -> 40)
242e9e38 Updating version for V23.0RC1

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

Below are the sha256 sum hashes for version 23.0 release artifacts
Signature Verification can be run against clemahieu.asc in source repo (etc/gpg/)

3ad1b447af41e5c15f0ab593211fd99c05d290ac99f17452d6e7ab87ffe6a64d  nano-23.0.tar.gz
626d3859104e1a49a8d0246dfb961675570e87a6d829e14d07e7cbaecaac4037  nanocurrency-23.0-26.el7.src.rpm
aac1ced1c6f1edcd640c5a3df2664b3b961f9fcfaf73647d9aff5c2479c779fc  nanocurrency-23.0-26.el7.x86_64.rpm
6c9820e41e8d0dbfdfeda23d1f88ad824138ab5f89e34a51d98edb69b6fde336  nanocurrency-debuginfo-23.0-26.el7.x86_64.rpm
2cd67cfda8b52b445a2173b7b46cbed1d7a60b9fbf46962a80774109b1204e31  nano-node-V23.0-Darwin.dmg
d666f65af1136fe82f126ac5a25900ff680bf1343285566baca0fb1857809c0b  nano-node-V23.0-Linux.deb
1f4ee8bffbfc05a843afdfe1711a014ac9003b67e0bd02038a57cc3018e27eca  nano-node-V23.0-Linux.tar.bz2
31a1272dcdaa1d74966482ca04f775897204a6a13dc90e5e418a89bb6fadfbef  nano-node-V23.0-win64.exe
2d1da2ada3d879dd455a90ff06d13f3c38cef2db6cd27959daeef7a4d66c6b5d  nano-node-V23.0-win64.zip
-----BEGIN PGP MESSAGE-----

owF9lD+IXFUUxkcTkX1gSCFTCIEbENRiJ/f/nwgSNAiCRSQQTGM4995zZh6ZfTO8
N7O72S5FYEtBLaxWLCysxEKw0y5gKyZgYWMjWoqgSPTMmq3C2r537/ed8/s+7vvP
nRk14zeW98T9n76OT333Sx7lcx+++jrOF3sCehSrGYphBtp5Max3xAyGGQ6CFr3Y
xX5oF53QZiJFj3OEAfnKqiUoq6G53k47WK1Z4gb2LbUFVpvTBTqRUfTrTsAU2m5Y
iTLHHZi1uJ7AUETbiWGx7gufweVCvIyrcmm6nF56pWkMVJWtDUBWoSvKkYTsktFK
UU2pSFd1klBSIhWs09VjgBwDEXrwtgrRQbfY3gw8WUE/mR40XvtqoktKWlRgE8Qq
tfWVcvLKB+eCxBjA16gTKltlwFAyYAEoVprwn2RZ9z125c6x9Lb2E5yHydCXSb/c
afikKlhV8aSwluqtLA5MJe29zWZjRIkKAQXjbagJiFzRNqQSAv/4H4v96G95e+zi
S4paIoPhDWqmSlhBm6ooRuDprTKRYVFMaCw4VVPEmn3Knioa409cvk2PfSrm9bTt
aHGao+ZVQqEKMTvNsTjQKpgcsvUl876VscmcKJP1yWuIMgSrZMpKM2yjHqfRLSpu
3zj2uAr9XttN6s60qd578g5IKeMJoyalPTA37ZKURD7KTMpYo6Nz3mcoICmr6EKU
XIT8pPjbbbfen/BWjSKLGDPxZFwZiNbABpcKSoFUlvsjpck+oMxcBsncXCjFSBVR
B07+NO1NpfKBbowCpYPmqAGYgk2cc9Q8oKUQXEyB9wcPylR2QseZRYgpcxLAvUN6
Up+pMHTcx0YzV9BQuT8xpFqtc5CYh/RVGTLFxIKkOdhSdUguVUCkAJZ5Fp9dPU37
oF02h+uzo3EzujC+ePby0Tvv/fbs6OJn525eOHkcnnmaX4a3Rs3W+ZMvH1wZ/YNf
jj/furr15/yjv1776sEPf1x/+Ov3P+89+vGF5z++c+vNbz4ZPXrp0y+uvXj44Ghr
73C2a/++f+3K7d3fx7dH9C4d6bsPz/wL
=r6Vg
-----END PGP MESSAGE-----
nano-node - V22.1

Published by clemahieu over 3 years ago

CHANGELOG

Release V22.1

Full Changelog

Fixed Bugs

Pull Request Title
#3315 Fix TCP accept handling when max incoming connection limit is reached
#3298 Fix UPnP leases not being renewed in case of errors

Implemented Enhancements

Commit Title
ac7a3e26 This change simplifies logic in the election scheduler.
03debef9 Increase soft limit for number of open file descriptors
874f0984 Increase tcp_incoming_connections_max default value

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are the sha256 sum hashes for version 22.1 release artifacts
Signature Verification can be run against argakiig.asc in source repo (etc/gpg/)

aa95c0590f9366043a451720dd5c60e07760ba9a3f075b1ce508c59dcaed33bd *nano-22.1.tar.gz
1de53c226724364ba24285b554b714b2b19ace78f1ac28c176d8c40f86029097 *nanocurrency-22.1-25.el7.src.rpm
9ac81a65f6d13d64c5b73614ceba53a2d94ddd108c251ea4c52ee771a41f988b *nanocurrency-22.1-25.el7.x86_64.rpm
b65d150f6720b0e86f2b97be36c8a4f8c7b6f7f4d3691a73ed941b822fad6189 *nanocurrency-debuginfo-22.1-25.el7.x86_64.rpm
ca62f12563244679521fa9f2fdbba5a07e008faabb6e59ced5961cfca1bb9f04 *nano-node-22.1.0-Darwin.dmg
d106cde7a6dae3a71e2ce1f74ab3b47cba1eb119e9e4e6d98cd13a0e6ef76248 *nano-node-22.1.0-Linux.deb
00fcf256f618e68dfb74f0c74f79815245365eb492a5a1482870bca4b5ad76b3 *nano-node-22.1.0-Linux.tar.bz2
6D9DE27F0E1543E4F1AB82F5DFD08E6F177488D51E4F12F149D2639CD22731C3 nano-node-22.1.0-win64.exe
4543A2FFE0DA19AB73673E718F811C9CD37334AE23B40FAB489883AC2D252739 nano-node-22.1.0-win64.zip
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEiV3g3/hlCzeiBTTjgERoJPn9OloFAmDZ9sUACgkQgERoJPn9
Olq1Jwf/RDWWBpQNoG/ORKc8/Hu/rdchmafvoqKn4xxbpdX0m/2/DTqKWuRCUPI7
+0hVZ4QE9Fp/8d+7uM0DT0CtGwcKgFwgxn81vMHlUnNqj8hXQ57aFQowBtL5deNS
lBLuXupz3jbrZ/l/iRtJ6aXGOeI1W3+JUsL/pxBjNfxxi9qqF4+ONONDV33L5A7/
N74iQcJK6+OVnyiutndx1V+/804XrjL+i532gz1joGa/Hi96lYtrN1foHAdD00iq
ZNUoEE7j45yfba3huUR5HtmZiutw9yTjDgH3/pIx6xEfxzlDEDAelhdZnm9CTMhM
wU1Ul2ujQZkIRLmGLw9ldHqTTovgKg==
=uuH5
-----END PGP SIGNATURE-----
nano-node - V22.0

Published by zhyatt over 3 years ago

CHANGELOG

=========

Release V22.0

Full Changelog


Major Changes

Pull Request Title
#3208 Election scheduler
#3190 Prioritization
#3134 Final votes
#2881 Experimental ledger pruning

Protocol Changes

Pull Request Title
#3152 Optionally send confirmed frontiers

Node Configuration Updates

Pull Request Title
#3282 specify ip notation for preconfigured peers
#3148 This decreases the confirm_req_batches_max from 20 to 2
#3120 Increase default max LMDB size
#3122 Update online_weight_quorum toml comment
#3052 Update online_weight_quorum default to 67
#2998 Rollback messages config
#2947 [Pruning] Pruning configuration settings
#2855 Simplify RocksDB config options
#2832 Set default bootstrap initiator threads to 1

RPC Updates

Pull Request Title
#2843 BREAKING Change node_id from hash to account in telemetry RPC/websocket
#2977 BREAKING [Pruning] Support pruned chains in RPC & QT wallet
#3015 BREAKING Remove payment RPC
#2884 BREAKING Confirm delta
#3060 BREAKING Pending RPC to sort by absolute amounts when returning a subset
#3237 Change return details for "bootstrap_lazy" RPC
#3276 Default include only confirmed data for RPC supporting it
#3267 Deprecate RPC active_difficulty instead of removing it
#3147 Limit frontier request block count by default
#3080 Optional async for process RPC
#3039 Add confirmed_height in account_info RPC to be consistent
#3022 Add include_only_confirmed to account_balance & account_info
#2916 Fix error with work_cancel RPC request
#2874 Fix inconsistent online representatives list from RPC
#2903 Provide network_receive_minimum in RPC/WS active_difficulty
#2852 Stats RPC to print out rocksdb memory stats
#2829 Merge block databases

Websocket Updates

Pull Request Title
#3260 BREAKING Remove elections difficulty sorting
#3016 Add option to include votes in confirmation websocket

CLI Updates

Pull Request Title
#3050 Update CLI commands missing checks for reading config and overrides
#2979 Migrate LMDB database to RocksDB with new CLI command
#2950 Use multiple threads in CLI debug_account_versions and debug_unconfirmed_frontiers
#2915 Don't delete crash dump files with --debug_generate_crash_report
#2889 Modify CLI --debug_account_versions for epoch upgrade tracking
#2845 Display hardcoded and ledger block height in compare_rep_weights
#2861 Fix CLI test --debug_profile_bootstrap
#2835 Allow unescaped quoted strings with --config CLI
#2685 Improve mutex handling when generating stacktraces with NANO_TIMED_LOCKS/txn tracker
#2822 Prevent CPU usage in --debug_opencl

Developer/Debug Options

Pull Request Title
#3144 The build info shows following description: \
#2765 Allow filtering a specific mutex for tracking with NANO_TIMED_LOCKS
#3077 Add debug/release_assert overloads which output error message strings
#3065 Improve message logging for bulk pull requests
#3031 Remove debug_assert which is hit calling block_confirm on already confirmed block.
#2932 Fix nano::timer tick update after stopping
#2777 Add uncemented frontier output CLI command
#2836 RocksDB tests
#2912 Recognize IPv4-mapped loopback addresses
#2909 Add support for defer_lock in nano::unique_lock
#2888 Make logging election tally an optional config
#2880 Logging exception handler and fix for stable_log_filename on windows
#2877 nano_test_network => nano_dev_network, new nano_test_network
#2844 Add time retrieval latency profile to CLI diagnostics
#2681 Add ASIO completion handler tracking
#2840 Different log when the OpenCL library cannot be loaded
#2839 UPnP basic logging messages are more frequent than intended

Fixed Bugs

Pull Request Title
#3273 Fix active transactions pruning regression
#3274 Duplicated foward-reference declaration
#3269 Fixing 3-cycle possible deadlock
#3265 Election flush
#3252 Fix block processor add issue
#3158 Fix FreeBSD build error: "Cannot find source file: plat/plat/default/debugging.cpp"
#3146 clear_send_ids in vacuum/snapshot is using wrong txn object
#3142 Enable write tx for vacuum operation
#3106 TSAN error in confirmation height unbounded
#3051 Wallet create causing crash when confirming blocks
#3084 Fix online reps live votes update
#3085 Wallet store adhoc keys inconsistency with reps container
#3069 Add --rpcconfig option and fix wallet config bug
#3018 Fix qt wallet hitting a debug_assert when creating blocks
#3072 Removing duplicate roots from the same vote
#3035 Renew UPNP port lease
#3019 Enable OpenCL on macOS
#3020 Properly initialize array of atomics in ws server
#2997 Fix repcrawler loopback channel guard
#2983 Wallets search pending deadlock
#2957 Prevent immediate cleanup of new channels
#2966 Check if awaiting collection is empty before waiting on condition in conf height processor
#2956 Don't null out telemetry object
#2940 [RocksDB] assert compare data and not the address on iterator operator==
#2929 socket_server should accept and drop connections during overflow
#2897 Increase confirmation solicitor single-round caps
#2887 Avoid potential deadlock in work watcher
#2862 Don't crash using read-only CLI command with no ledger
#2837 UPnP existing lease and other misc enhancements
#2828 Invoke callbacks even during socket closures
#2833 Unresolved forks during initial bootstrap
#2831 Fix TCP message manager not notifying producers
#2825 Fix requeue pull for lazy bootstrap
#2823 Pre-sample block rate for bootstrap connections

Implemented Enhancements

Pull Request Title
#3281 Prevent not processed blocks addition to confirmed elections list
#3128 Update issue templates
#3257 Sighup reload bandwidth params
#3251 Change default active elections size
#3246 Remove frontiers confirmation start only after reaching cemented > hardcoded
#3211 fixes sha256 sum file generation
#3232 Block builders can only be used once, initialize at top of loop.
#3231 Check bulk push availability
#3188 Modernize unit tests: construct state blocks via builder
#3221 Refactory of block processor thread
#3218 Support pruned block with ledger::dependencies_confirmed function
#3164 Resolve issue with inactive votes cache not triggering elections to start
#3187 Modernize active_transactions::restart
#3185 Election encapsulation
#3186 Add vacancy metric to active transactions container.
#3181 Fix/Update the clang-format version to 10
#3174 Election start encapsulation
#3108 Add gap pending epoch open blocks to unchecked
#3155 Limit bulk pull processing for possible existing blocks
#3100 Reverse store iterator and selector for last record
#3173 Removing broadcasting state
#3149 Remove bootstrap restarting code
#3154 Throttled removal of rep crawler targets
#3107 Check open file descriptor limit, warn if low
#3098 Use frontiers age option for frontier_req client
#3136 Remove recently dropped check to restart elections
#3118 Disable peers banning after frontiers confirmation
#3125 Inactive votes cache timestamp
#3079 Republish difficulty updates to elections
#3103 Bootstrap tests improvements
#3117 Remove lazy destinations check
#2532 Add histogram support to stats
#3116 Move related blockstore functions together
#3110 Replace private_key uses with raw_key
#3101 Add worker task queue count to the stats
#2758 Store whole block in confirmation height processor queue
#3058 Various consistency changes
#3038 Remove epoch2 started code
#3081 Revert coroutine changes for core & rpc_test
#2871 Combine alarm and worker threads into a pool
#3086 Remove boost process code
#3059 Improve inactive votes cache memory allocation
#3029 Modify std::shared_ptr value parameters to const refs
#2763 Vote spacing
#3014 Remove telemetry signature partitions
#3048 Update online weight before checking quorum
#3026 Storing blocks according to tally in elections with forks
#3027 Republish only winners for forked elections
#3068 Limit failures for confirmed lazy bootstrap bulk pull
#3071 Moving voting constants in to their own class
#3064 Remove timestamp count in votes
#3040 Remove unnecessary heap allocations during ed25519 hashing
#2883 Remove conf height put during ledger processing on a newly opened account
#2994 Include block to fork confirm_req response
#2996 Erase dropped forks from the duplicate filter
#2879 Packed timestamp
#2925 Election mutexes to remove heavy active mutex contention
#3013 Add pruned node to maker
#2820 Using post-processing events for all operations
#3001 Constifying shared_ptr parameters to various functions.
#2976 [Pruning] Support pruned blocks in bootstrap actions
#2991 Avoid locking the work_watcher mutex in the request_confirm loop
#2992 [Pruning] Wallet receive action & search pending for pruned blocks
#2974 [Pruning] Accept pruned-related blocks in blocks processing & rollback
#2978 [Pruning] Support pruned blocks in confirmation height processor & active transactions
#2975 [Pruning] Use pruned blocks in rep crawler
#2987 Set thread names in db parallel traversal
#2981 Change usage of latest to accounts for consistency
#2982 Add timing_logging check before conf height timing output
#2938 [RocksDB] Modify some table/column family settings
#2863 Resolve data type conversion warnings
#2968 [Pruning] Ledger pruning functions
#2918 Move channel drop policy off of nano::socket and remove channel concurrency value as redundant
#2961 Election encapsulation
#2960 Removing unused variables.
#2936 Converting nano::socket::note from weak_ptr to node to a plain reference
#2955 Directly use socket shared_ptr in bootstrap_client
#2937 Use node::receive_confirmed synchronously
#2939 Convert nano::network periodic functions to use a steady timer instead of callbacks
#2865 Move all vote generation to the voting thread
#2934 Retrieve copy of wallets in scan_receivable
#2876 Improve ledger cache initialization with multiple threads
#2926 Non-functional change to clean up header inclusions.
#2761 Require explicit conversion from root/link to block hash or account
#2896 Atomic representation weight changes
#2856 [RocksDB] Use different column family options and prefix extraction for unchecked table
#2860 [RocksDB] Manually flush memtables if there are a large number of tombstones
#2914 Removing channel::callback
#2885 Add cemented frontier successor confirmation in request loop
#2907 Renaming ledger::can_vote to ledger::dependents_confirmed
#2788 Use Boost.Coroutine with asio/beast async calls in tests
#2902 Use improved OpenCL kernel
#2901 Relax mutex requirement for retrieving active difficulty
#2904 Increase default bootstrap interval
#2900 Temporarily pause the request loop in extreme situations
#2895 Constrained successor and destination block activation
#2894 Extracting votes cache bootstrap start function
#2891 Remove election fallback behaviors and adjusted multiplier calculations
#2886 Inactive votes election hint
#2890 Election insertion cleanup
#2850 Epoch 1 legacy blocks work validation before processing
#2854 [RocksDB] Use estimated unchecked count
#2795 Write database queue functions should be NoOps with RocksDB
#2872 Remove UDP status/stats dead code
#2873 Add source block epoch to sideband information
#2849 Cleanup nano::process_return
#2827 Local votes history to replace votes cache
#2679 Make std::condition_variable::wait* compatible with NANO_TIMED_LOCKS
#2858 [RocksDB] Do not fill block cache from ranged iterators
#2848 Unnecessary frontier_get when processing state block forks
#2756 Use block cache from unbounded processor when checking if block is processing
#2842 Specify OpenCL clCreateBuffer() flags
#2821 node config spelling errors
#2736 Improve distributed_work_factory item management
#2775 Refactor shared testing code from core_test
#2770 Remove node v18 and earlier upgrade support

Build, Test, Automation, & Chores

Pull Request Title
#2878 BREAKING Enforce Cxx17
#3283 Simplify inactive_votes_cache_election_start test
#3279 Improve confirmation_height.gap_live core test
#3254 New Rep weights live file (#3238)
#3272 Adjust node.aggressive_flooding test
#3270 Adjust active_transactions.pessimistic_elections & network.last_contacted
#3258 Prevent blocks conflict in RPC pruned tests & improve confirmation in RPC pending tests
#3259 Update active_transaction.inactive_votes_cache_fork with election scheduler changes
#3131 Update MiniUPnP to version 2.2.2
#3183 stop deploying live on latest
#3215 Updating unit tests in preparation for election scheduler changes.
#3184 Fixing test issue found with asan.
#3132 Update GoogleTest to release 1.10.0
#3172 Test fix
#3135 Update beta genesis and magic number from V22.0DB10 reset
#3129 Improve elections related tests
#3130 Database final votes support
#3042 Make fuzz_buffer compile again after message_parser changes
#3123 Update missing nano::mutex changes
#2629 Make bootstrap_processor.process_state more robust under tsan
#3102 Fix test rpc.confirmation_active
#3096 Add missing include(msvc2017)
#3093 Process async test should use state block
#3090 Add recent constref change to rpc secure as well
#3088 more changes regarding github actions security hardening
#3082 Increment retry date string
#3062 Fix intermittent node.bootstrap_bulk_push failure
#3061 Deploy "Test" net artifacts correctly
#3057 follow lib naming convention of pre-compiled boost on windows
#3044 Fix intermittent rpc.receive_work_disabled segfaults
#3056 Fix copy pasta error with test network variables
#3054 Allow for manual triggering of artifact runs
#3053 cleanup various scripts
#3037 Customizing Test Network Parameters
#3043 Fix rpc online_reps unit test
#3049 Fixing boost to 1.70 on windows via artifact cache
#3034 github container repo
#3033 Allow [[deprecated]] attribute
#3024 use $GITHUB_ENV instead of set-env
#2972 Translate some tests with UDP functionality to TCP
#3025 Update to correct rocksdb submodule commit
#3010 Update RocksDB version to 6.13.3
#3005 Adding plist files to ignore filter.
#3000 add test network to build artifacts for non DB tags
#3006 Remove Guilherme's pubkey from security policy
#2995 Make entry.sh more portable by removing all bashisms
#2969 Fix link to contributors guide
#2990 correct lib install path for nix
#2988 build bootstrap artifacts to be compatible with rpath linking
#2984 Add coroutine/context boost shared libraries to the artifacts
#2980 Fix intermittent failure of node.local_votes_cache_generate_new_vote
#2973 Beta reset in prep for rocksdb heavy testing
#2964 update LD_LIBRARY_PATH for building
#2971 This fixes a race condition in node.node_receive_quorum.
#2967 [Pruning] Pruned blocks slow test
#2962 Fix rpc.send_fail TSAN failure
#2943 Add RocksDB as a submodule
#2948 Use 1 thread to service I/O operations to allow TSAN runs.
#2941 Avoid duplicate workflows for local pulls
#2933 Fix core_test build with Boost 1.74
#2930 [RocksDB] Set max_write_buffer_size_to_maintain explicitly
#2928 Move forward rocksdb minimum
#2935 Update beta V22 bootstrap weights following reset
#2927 Fix build error when using NANO_TIMED_LOCKS_IGNORE_BLOCKED
#2919 [TSAN] minor race in rpc.send test
#2911 Add Boost.Coroutine to bootstrap_boost.sh script
#2908 Frontier confirmation cleanup
#2905 Lower request loop min_sleep for tests
#2898 Docker base update
#2847 Changelog generator grab pull from commit message
#2868 Increment major version to 22
#2830 Beta reset for V22 development
#2859 extend test retry deadline 12/31/2020 23:59:59 UTC
#2834 update lmdb to 0.9.25
#2838 Fix secure RPC build on msvc
#2780 Use ASSERT_TIMELY in tests where possible

Other

Pull Request Title
#3127 Limit peers per subnetwork
#3209 Project-wide update with clang-format-10 and new formatting options including initializer-list indentation.
#3206 Fixing static initialization order on Window
#3180 Add new GPG public key
#3170 Add new GPG public key
#3124 Change qualified root from previous-root to root-previous
#2970 Transport loopback channel
#2946 [Pruning] Basic pruning blocks storage & database upgrade
#2944 Use empty uint8_t peer data
#2920 [RocksDB] Reduce number of blocks processed in batch by block processor

Other Updates

Commit Title
ef09e55c Merge pull request #3284 from nanocurrency/v22rc2_cherry_pick
2a3afcb1 Correcting version number since we don't use _PATCH numbers.
21097ccf Increasing patch release number to signify V22RC1
2b23fd47 Qt test: disable wallet.status and introduce wallet status with peer
6838a59a Remove x or pruned exists fn (#3216)
f801b615 Bugfix: signal handlers called twice for each signal received
a0f90721 Do not repeat core_test in CI
ebc851b1 Fix tests quorum_minimum_confirm_fail, quorum_minimum_update_weight_before_quorum_checks
7672d4ed Fix core test case election.quorum_minimum_confirm_success (#3242)
9e04e156 Remove printing of log to stderr (file descriptor limit too low)
7b1b51c4 Handle signals with boost asio signal handler
5e1aa73c Merge pull request #3219 from dsiganos/dimitrios_siganos_gpg_pubkey
29e3a1dd GPG public key for Dimitrios Siganos
5f8e4d7d Merge pull request #3063 from cryptocode/unit-fix-work_watcher-confirm-while-generating
c8630c09 Merge pull request #3028 from SergiySW/network/tcp_endpoint_value
f15adfeb Merge pull request #3078 from cryptocode/wallet_republish-rpc-fix
d473d21c Fix wallet_republish crash during bootstrap
ad0a92f7 Fix intermittent work_watcher.confirm_while_generating failure
3839e8cc Persistent TCP channel endpoint value

Hashes and GPG Signature (keys located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are the sha256 sum hashes for version 22.0
Signature Verification can be run against argakiig.asc in source repo (etc/gpg/)


071da96356f76ba60c67305af132ae697792d34e2655701480156456035d2dde  nano-22.0.tar.gz
ad1876c81467aa8331d1d757b281a5a7de6458446fd7d98c15f999825feea78d  nano-node-22.0.0-Darwin.dmg
df12accaba4ceda6eb968a9f5f44e3b57b559253aeac3f0f3136b7470ffc59a5  nano-node-22.0.0-Linux.deb
9e23956746b3b02fc575a2c917ae20b0bc786893c4c679217b1353393af647ce  nano-node-22.0.0-Linux.tar.bz2
9C682A2BD4EEF5BA8B87B8B8A92D210626A0AE96F680D6C570A2AE8DEAFEF63A  nano-node-22.0.0-win64.exe
77B694EB60019C856B9D83C4F19E102EEAEBC110BFE12EF85CD6B2167869DE26  nano-node-22.0.0-win64.zip
7719030a877a5726456da4d295729f16bc6820850a1687298886d9ce90dce636  nanocurrency-22.0-24.el7.src.rpm
47951a776507f6c8dd71a92af4cfd76fb8d459dbc2d716cad585135cc5911aa4  nanocurrency-22.0-24.el7.x86_64.rpm
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEc+pdEgPPsADHbxJjyW2zlQ3kDroFAmCfVwEACgkQyW2zlQ3k
Droy8wgAg1DYOVW55IJpVSBiBLROtRXg7eqWCanne4/1FA0qMscWHbMdMU1NSXCS
TrFoJLPxSf4RIKJMk1RwB6Hyo9hmLqWBYGjYJFOlvQOkv9O0xW3eZIVmtGoYB3Ic
rYlzHP+RbxFGP8v/sR9E3S+MjVxvOe0caOmrAz69b6rsCe+C+7er1F1jxnI6vqDY
RD5GtI/cSgkMlA3gY/7CG28mx2Seyix5GBnDhWD0Hxqc6yzCH+XIhTRPsHiEjb3M
oHt1pTIKTFPVjnCEBvOpN6tsb4KoKHTyr7eMX8FFm8hnIhKrQ5TEU3xYy3Lxo9Ci
hLe0z5fMKIaU3Ul2B4SKQxXDUFJd5g==
=itw8
-----END PGP SIGNATURE-----


nano-node - V21.3

Published by zhyatt over 3 years ago

CHANGELOG

Release V21.3

Full Changelog


Pull Request Title
#3140 Various synchronization fixes (see PR for details)
#3157 Update live bootstrap weights

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are the sha256 sum hashes for version 21.3 release artifacts
Signature Verification can be run against argakiig.asc in source repo (etc/gpg/)

5fd4d10e85deca133851f1be17735a76810ca508ebca413902396123b1604006  nano-node-V21.3-Darwin.dmg
b998f4d3c2d32a2da2f46799312bfb6069b9b28d63e40bb7e8df3bc67541a082  nano-node-V21.3-Linux.deb
185fbe1f355a8cda9e91d9df671aae27e186bf9eb199eb43a38767ae1d591593  nano-node-V21.3-Linux.tar.bz2
ccfdf48266e126a55e2c3a50d8a2eae87b4e1971bdc92eae3ae27e7f25d69225  nano-node-V21.3-win64.exe
835b0516a92c42238c6d1df429a15a3c97d462da2be06cb15de4457113476c06  nano-node-V21.3-win64.zip
2ebf52b682585762294ce92f4b3eae552e51eb97824ec78e71921264b6017780  nanocurrency-21.3-23.el7.x86_64.rpm
d8dfa1ae2dda7c6f4e3456ee701b67c11c7cab452b6c5faf1ee957b107b84197  nano-21.3.tar.gz
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEiV3g3/hlCzeiBTTjgERoJPn9OloFAmBWeO0ACgkQgERoJPn9
OlqakQf/RPV338bOOr/DCscV3B/qFpGHeZyB+Z9Wc2g3V2pSiL/Q8lNRlbXybIlC
73FmMICn9TUbQurpC+uc/jjB1XUWBowuJP4mjN/RZe1YSL+hGT2aah4BDJoXxIjw
wmdg21In3rAvNDebB6nkUNT2y8bIgvboJATa5Rhkya6nUN5FtBu8MGMIZZKWPz4F
0BGYL9dDdr/xcLDbgDN8jKmdiUiKn3t1BTJ0ajaSGyWkfDeUuWKku1B2vH6Y5mfq
Xwm/z2XmiJuC2Z6NR898Vojvj/wAaaqoQHD72QpEntcLh0Ve/BDC98EgT5I8GdAn
t9hM/3vs1xi5xv3qRNmlF08CYlMGMw==
=E9PS
-----END PGP SIGNATURE-----
nano-node - V21.2

Published by argakiig about 4 years ago

CHANGELOG

Release V21.2

Full Changelog


RPC Updates

Pull Request Title
#2903 Provide network_receive_minimum in RPC/WS active_difficulty

IPC Updates

Pull Request Title
#2892 Add random id to RPC send via IPC if not included

CLI Updates

Pull Request Title
#2889 Modify CLI --debug_account_versions for epoch upgrade tracking

Developer/Debug Options

Pull Request Title
#2888 Make logging election tally an optional config

Fixed Bugs

Pull Request Title
#2897 Increase confirmation solicitor single-round caps
#2880 Logging exception handler and fix for stable_log_filename on windows
#2887 Avoid potential deadlock in work watcher

Implemented Enhancements

Pull Request Title
#2885 Add cemented frontier successor confirmation in request loop
#2907 Renaming ledger::can_vote to ledger::dependents_confirmed
#2902 Use improved OpenCL kernel
#2901 Relax mutex requirement for retrieving active difficulty
#2904 Increase default bootstrap interval
#2900 Temporarily pause the request loop in extreme situations
#2895 Constrained successor and destination block activation
#2894 Extracting votes cache bootstrap start function
#2891 Remove election fallback behaviors and adjusted multiplier calculations
#2886 Inactive votes election hint
#2890 Election insertion cleanup

Build, Test, Automation, & Chores

Pull Request Title
#2909 Add support for defer_lock in nano::unique_lock
#2908 Frontier confirmation cleanup
#2905 Lower request loop min_sleep for tests
#2830 Beta reset for V22 development
#2859 extend test retry deadline 12/31/2020 23:59:59 UTC

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are the sha256 sum hashes for version 21.2 Athena
Signature Verification can be run against argakiig.asc in source repo (etc/gpg/)

e1b9841de8c4d41875ccb744df46426137a7046b98846057093f796304633514 *nano-21.2.tar.gz
3715a3b8c1ffb80a57258e7c70be0037a7cbcacb32f6124f445a31df1345773d *nano-21.2.tar.gz.sha256
6ebe730cb155b56583d8bc1991b2f0d66ff2934d024d35c28b5988f3fa219ae0 *nanocurrency-21.2-22.el7.x86_64.rpm
458f67e95382d1de7b7ab251c5a15c9cb05a4e05a47a6312e6ec9f378932b404 *nanocurrency-21.2-22.el7.x86_64.rpm.sha256
a5f6a987b1516495afc64810b41003f0332de49ec4d54b6f1ed652dbba7f5896 *nano-node-V21.2-Darwin.dmg
1077ec1c28f5100ee32b4a385c5c1e35b2ad39ddd0cea8efc2560e7a0e655c83 *nano-node-V21.2-Darwin.dmg.sha256
babd8b76575e7d1407030d658f6c5f0e7f6cd9084fd3fc3e7e8646062268d54e *nano-node-V21.2-Linux.deb
6f5ec08fcc15a174906a90454e8ee293759a6a359bd1080fb6c722a4e2d4f7d9 *nano-node-V21.2-Linux.deb.sha256
b74f478c9c3a453e5c7b9d1d2befd91d9a73a2d7941382a098f78e94ef82fbb7 *nano-node-V21.2-Linux.tar.bz2
14f615dff9e466361a997f3d87f28c283568c83f269c5647b9975189b9a543ea *nano-node-V21.2-Linux.tar.bz2.sha256
616333c271f345b1bad73590e89f5d4a990bd62eacfd9b137212b9ab16a28fd2 *nano-node-V21.2-win64.exe
a38602e9cbebde3d322a894da13d4b28d95a025dd3aae8e3bec951433f5b87d0 *nano-node-V21.2-win64.exe.sha256
887b2901af3a7f240dcc9210f27a7bbf3906a5e3a7e6ef481a8de873185be413 *nano-node-V21.2-win64.zip
a2eec9a67e46a7dd5b5376a018abcb6c1f708399f7700b3015665635bdeef123 *nano-node-V21.2-win64.zip.sha256
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEiV3g3/hlCzeiBTTjgERoJPn9OloFAl/3DDcACgkQgERoJPn9
OloyTQf+PSjNVE64FZEwFINxrRxQ3HV3n00r2h0PwOCUntWhOqtboXnm3u3DRRy8
vanjl2E7FSG5VuOhB/yVewIk828CXu6qYLmYE6/AoPF96WDglIrf6fIhs7HURpWu
cLf9040zQPmz5kpcl/CcF1S9/qBsPjgO0Air6BTmz7MNdEq7MnZCKsIeLp/zqrfE
kyTZHMhIrNS5mZxhhLZjYe+GLjHTORIA/imHDfwt9nRsLhXGfnd2ErO/kOsv1Alq
Gi4WxCHID5jRjK6urZ+sFPbLpnrAFkf0t1Kb82Ij3HjSEQcXg31HQRG3ldTpX8Af
s+dT6Dfh6B5uGXBG69Zm8l+4nvxa2g==
=d9T0
-----END PGP SIGNATURE-----
nano-node - V21.2RC1

Published by argakiig about 4 years ago

CHANGELOG

Release V21.2RC1

Full Changelog


RPC Updates

Pull Request Title
#2903 Provide network_receive_minimum in RPC/WS active_difficulty

IPC Updates

Pull Request Title
#2892 Add random id to RPC send via IPC if not included

CLI Updates

Pull Request Title
#2889 Modify CLI --debug_account_versions for epoch upgrade tracking

Developer/Debug Options

Pull Request Title
#2888 Make logging election tally an optional config

Fixed Bugs

Pull Request Title
#2897 Increase confirmation solicitor single-round caps
#2880 Logging exception handler and fix for stable_log_filename on windows
#2887 Avoid potential deadlock in work watcher

Implemented Enhancements

Pull Request Title
#2885 Add cemented frontier successor confirmation in request loop
#2907 Renaming ledger::can_vote to ledger::dependents_confirmed
#2902 Use improved OpenCL kernel
#2901 Relax mutex requirement for retrieving active difficulty
#2904 Increase default bootstrap interval
#2900 Temporarily pause the request loop in extreme situations
#2895 Constrained successor and destination block activation
#2894 Extracting votes cache bootstrap start function
#2891 Remove election fallback behaviors and adjusted multiplier calculations
#2886 Inactive votes election hint
#2890 Election insertion cleanup

Build, Test, Automation, & Chores

Pull Request Title
#2909 Add support for defer_lock in nano::unique_lock
#2908 Frontier confirmation cleanup
#2905 Lower request loop min_sleep for tests
#2830 Beta reset for V22 development
#2859 extend test retry deadline 12/31/2020 23:59:59 UTC
nano-node - V21.1

Published by zhyatt over 4 years ago

CHANGELOG

Release V21.1

Full Changelog

Node Configuration Updates

Pull Request Title
#2832 Set default bootstrap initiator threads to 1

RPC Updates

Pull Request Title
#2843 BREAKING Change node_id from hash to account in telemetry RPC/websocket

Developer/Debug Options

Pull Request Title
#2839 UPnP basic logging messages are more frequent than intended

Fixed Bugs

Pull Request Title
#2837 UPnP existing lease and other misc enhancements
#2828 Invoke callbacks even during socket closures
#2833 Unresolved forks during initial bootstrap
#2831 Fix TCP message manager not notifying producers
#2825 Fix requeue pull for lazy bootstrap

Build, Test, Automation, & Chores

Pull Request Title
#2838 Fix secure RPC build on msvc

Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Below are the sha256 sum hashes for version 21.1 Athena
Signature Verification can be run against argakiig.asc in source repo (etc/gpg/)

52D67A0E3A1574129A575DA3463699FDFEC06B9ACC5425BA2873303EE7601124 *nano-node-V21.1-win64.zip
B8D12B9C21193B19B0A077290DD5F0CA7B8796EB3B3610D775EBFF8BE0391E3E *nano-node-V21.1-win64.zip.sha256
55A3A5A544E70C0A476B7025C03B06B226441843D7359C84C00F0ABB3056C562 *nano-node-V21.1-win64.exe
156D656D5A4F084036F54049A0679203FB68D8BBB32958EF4FD117F67BB281E1 *nano-node-V21.1-win64.exe.sha256
98f28cd90f9c94f740a223802df15019fde616292b8522229d5c2ce5f0328077 *nano-node-V21.1-Linux.tar.bz2
62561FD61B36D1EBD84A48637293075D19378DF24D4ECDDDA23AAA598C5C7F9C *nano-node-V21.1-Linux.tar.bz2.sha256
845fe8cfc19269b929880842796adbf1ba1a055bec859ce9ca9fe095cb156320 *nano-node-V21.1-Darwin.dmg
F943D71F95B6D86988B7402793A81ADD862F3C5F4F8EA115AE17BF50FC09615E *nano-node-V21.1-Darwin.dmg.sha256
2189a184b92964617e89f9fb24c60b532bcbf6d5dfe631a9cab7d919625752bc *nano-node-V21.1-Linux.deb
6C6029EAF69E73B89055621416747E04F1621C5590956D6C2EEB2C52EBB7F689 *nano-node-V21.1-Linux.deb.sha256
b5365981f8642859c5a4d5113f79e6b5120cae59811b954d5d077c09ba0af5b2  nanocurrency-21.1-21.el7.src.rpm
23d2a7fdc9ca79d2a72ee6e6186d0832acb06d98fa8936a10ffa6ab2f68a6363  nanocurrency-21.1-21.el7.src.rpm.sha256
569e348086de7a4542690c3cd73095bfc4aaa04ea75bd07682cd8aad1491c30b  nanocurrency-21.1-21.el7.x86_64.rpm
3209da9506be6d180b8f35e710cc32c7f46477d1f6aab24430040fc2de3f2acc  nanocurrency-21.1-21.el7.x86_64.rpm.sha256
bb19d1a1ba45ba48ed504189fe03432783a0ada1d1ee8a687f411dfe138b23da  nanocurrency-debuginfo-21.1-21.el7.x86_64.rpm
0c8ae99239bd4101953cc383b85b747b1a69e328a3a0fc42c7430d910fd0dd29  nanocurrency-debuginfo-21.1-21.el7.x86_64.rpm.sha256
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEEiV3g3/hlCzeiBTTjgERoJPn9OloFAl8fjmkACgkQgERoJPn9
Olp9/ggAi5jhmzm0S4anU+o1kGSxDy3/HIE/PZts5vN0PB0JCguXJ7dOLlvU7FK9
a59FTpkkfEGZ/K6O7g8xuUo91yohLHelvOyonlLMFzo0tZLwF1w9DeFlui+9XYEu
KAed9OQI9K41JSEo28KZx4+mJ1AzxU2bX4kn6DO+drtD0lUDOHhwwBIk9Lrz0qoE
J/DtJ7vQdn4OeBDCenC7+Oyn55jr0Bxn8n0MHpq2n6m4mgk8501fVOPaboujHmQb
fEx7lyjUWWqzl08rJDBUWz9oRa43QAZ2spCDnFTW053eMlkgbA+Mpe2Z9XgU2R5+
lWSfidrejtmR8SjdAybKTQnCucFrLw==
=u672
-----END PGP SIGNATURE-----
nano-node - V21.1RC1

Published by argakiig over 4 years ago

CHANGELOG

Release V21.1RC1

Full Changelog


Node Configuration Updates

Pull Request Title
#2832 Set default bootstrap initiator threads to 1

Bug

Pull Request Title
#2825 Fix requeue pull for lazy bootstrap
#2831 Fix TCP message manager not notifying producers
#2833 Unresolved forks during initial bootstrap
#2828 Invoke callbacks even during socket closures
#2837 UPnP existing lease and other misc enhancements

Build, Test, Automation, & Chores

Pull Request Title
#2819 correct rpath for libs in tar.bz2 archive
#2838 Fix secure RPC build on msvc
nano-node - V21.0

Published by argakiig over 4 years ago

CHANGELOG

Release V21.0

Full Changelog

Major Changes

Pull Request Title
#2535 Election state refactor
#2487 IPC 2.0
#2545 Sideband upgrade using epoch byte for is_send/receive/epoch
#2446 Node telemetry

Protocol Changes

Pull Request Title
#2701 Dont peer with v20 and earlier after epoch 2 block is seen
#2683 Increase minimum supported protocol version to 17
#2667 Validate work difficulty during ledger processing

Node Configuration Updates

Pull Request Title
#2787 Double default bandwidth limit config
#2727 Safely read override values when no config file is present
#2724 Clarify nano_pow_server configs are not in use
#2588 LMDB sync options and new config settings

RPC Updates

Pull Request Title
#2499 BREAKING Bootstrap attempts and connections/pulls separation
#2671 BREAKING Handle epoch_2 work thresholds in the wallet and most RPCs
#2689 BREAKING Change response for RPC work_validate with implicit difficulty
#2804 Make RPC name consistent with stats, websocket & protocol naming for telemetry
#2754 Optional "block" given to RPC "work_generate" to infer difficulty
#2753 Flood difficulty updates from RPC process
#2752 Result difficulty in RPC block_create
#2718 Epoch upgrader as an async task
#2704 Asynchronous epoch upgrade RPC
#2703 Difficulty calculation for RPC block_create
#2684 Epoch 2 started flag in ledger cache
#2619 Election refactor follow up
#2569 Work version concept
#2560 Request telemetry data for local node
#2481 Upgrade confirmation height table to include cemented frontier
#2414 Add block and voters count in election information
#2424 Fix RPC secure (TLS)
#2420 Add database vendor string to RPC version

IPC Updates

Pull Request Title
#2644 Add Flatbuffers schema evolution rules to IDL

Websocket Updates

Pull Request Title
#2774 Enable WebSocket server by default in Docker image
#2734 Websocket notification for RPC work_generate without peers
#2729 Websocket new_unconfirmed_block
#2634 Add telemetry response websocket callbacks
#2566 Incremental options for ws confirmation subscription
#2562 Fake websocket client to test the node websocket server
#2471 Websocket bootstrap subscription
#2444 Indeterminate vote status and enhanced websocket vote sub

CLI Updates

Pull Request Title
#2794 CLI commands incorrect ledger cache setup
#2749 Multithreaded --validate_blocks
#2725 CLI command for a frontier confirmation speed test
#2719 CLI compare_rep_weights to compare ledger and hardcoded weights
#2707 Add difficulty and multiplier to CLI work generation commands
#2637 Read config file for CLI commands
#2594 Allow CLI --config values for inactive node tests
#2606 Launch flag --allow_bootstrap_peers_duplicates
#2575 Add flag for vote_processor capacity and tests
#2579 Configurable inactive votes cache size
#2435 Add CLI command for better LMDB compaction

Deprecation/Removal

Pull Request Title
#2555 Disable UDP by default
#2769 Deprecate --batch_size/debug_mass_acitvity CLI options

Developer Wallet

Pull Request Title
#2427 qt dev wallet deserialization fix
#2419 Set wallet representative with RPC receive on unopened accounts

Developer/Debug Options

Pull Request Title
#2802 Clarify election difficulty update log message
#2793 Add logging section to rpc config to optionally disable logging
#2791 Fix insufficient work logging
#2762 Add cemented block log timings
#2746 Fix Xcode warnings
#2731 New stats for elections
#2591 friendly backtraces in actions
#2540 Lower beta network work threshold to 1/64x base
#2515 Additional ledger stats
#2489 Log when voting and warn if voting with more than one account
#2412 Fix work_cache_blocking logging bug

Fixed Bugs

Pull Request Title
#2800 Fix open blocks not getting activated through dependencies
#2799 Slow test fixes
#2796 Retrieve block when activating dependencies
#2782 Stuck uncemented blocks after heavy load
#2781 Union std::hash coverage
#2767 Fix previous balance in active_transaction::insert ()
#2766 Votes from local representatives should not be flooded on processing
#2744 Tally votes on conflicting block with no inactive votes
#2733 Remove invalid uses of epoch_1 work threshold
#2723 Some confirmed block observer callbacks being missed
#2664 Incorrect cemented count during conf height algo transition
#2706 Prevent more rare deadlocks due to races for condition variables
#2651 Using relaxed atomics for counts not involved in control flow in conf height processor
#2696 Remove assert if a delayed work cache request is not found
#2652 Consistently add conflicting block to election
#2674 Modify inactive cache to prevent multiple insertions for confirmed
#2675 Prevent getting stuck in block processor flush
#2659 Signature checker blocking fix
#2650 Telemetry results not correctly utilising cache timeouts
#2648 Fix wrong number of representatives in confirmation solicitor
#2609 [RocksDB] Only delete from unchecked when existence is guaranteed
#2593 Start vote generator for changed winner only if voting is enabled
#2582 Check against op aborted on secure rpc acceptor shutdown
#2563 Fix election calling confirm_if_quorum after destruction
#2553 Inactive votes cache confirmation status
#2546 Restore max block processor signature verification batch size
#2530 Remove representatives with closed channels
#2527 Allow rep crawler targets with ephemeral ports
#2519 Resolving hostnames in distributed_work
#2502 Prevent possible issues with ledger contaning pending records only for burn account
#2488 Unchecked cache not handling duplicate entries or unchecked_clear
#2477 Support multiple work peers in the same host
#2472 Confirmation solicitor revamp
#2462 Process RPC incorrect enable_control checking when using watch_work
#2451 Avoid replying to confirm_req with repeated votes
#2438 Wallet representative counts consistency
#2429 Remove representation table during v15 upgrade
#2413 Fix distributed_work segfault when local work generation fails
#2405 Fix jumping peer stake total

Implemented Enhancements

Pull Request Title
#2801 Sequential elections
#2785 Sequential voting
#2797 Check executable paths in load_test
#2778 Bisected election backtracking
#2784 Confirmation requests and broadcasts if available vote is for a conflicting block
#2565 Push front blocks from unchecked
#2768 Force node exit if ledger inconsistency in the conf height processor is found
#2772 Republishing a vote to principal representatives
#2759 Perform wallet representative action without holding any mutex
#2751 Serialize telemetry as big endian
#2730 Use a multi-index container to allow fifo queue for pending confirmations
#2728 Add active difficulty to node telemetry
#2715 Allow restarting elections with higher work
#2716 Release write_guard lock when no longer required
#2721 Remove confirmation requests for a new representative
#2720 Separate election state for the broadcasting block fallback
#2613 Move TCP messages processing to network threads
#2714 Improve batching of writes in unbounded conf height processor
#2710 Difficulty updates for elections with multiple blocks
#2709 Ensure propagation and removal for the work watcher
#2702 Vote generator session for batch insertions
#2669 Improve telemetry request/response under load
#2705 Ensure max_work_generate_difficulty is updated when changing the default difficulty
#2691 Active difficulty normalization
#2694 Prevent reconnecting to excluded peers with sufficient score
#2645 Rate limiting using token buckets
#2688 Move vote generator calls into election code
#2673 Epoch open blocks should have corresponding pending entries
#2692 Wrapper for RPC worker tasks
#2693 Move excluded_peers to network
#2690 Work version parameter in default_difficulty and use it in more places
#2680 Delay wallet work caching to allow using lower difficulty on demand
#2686 Improve automatic frontiers confirmation
#2627 Optimize vote post-processing operations
#2672 Refactor work thresholds as nano::work_thresholds
#2666 Delay voting for non-priority elections under saturation
#2676 Optimize mutex access when adding blocks to block processor
#2603 Remove peers with different genesis block or invalid telemetry signature
#2505 Directed block broadcasting for long elections
#2610 Remove telemetry message versions
#2662 Move all request aggregator operations out of the mutex hold scope
#2663 Check if a vote is for a recently confirmed block
#2638 Definitions for work thresholds with epoch_2
#2618 Sign telemetry messages
#2665 Output current function in assert diagnostics
#2661 Increase minimum time to log block processing
#2625 Improve confirmation consistency
#2631 Delay inactive/gap cache bootstrap start for 30 seconds
#2570 Parallelize state block signature verification with block processor
#2653 Include requesting telemetry metrics from temporary channels
#2649 Erase representatives with full queues when adding to confirmation solicitor
#2643 Network duplicate filter for publish messages
#2641 Increase active elections capacity with periodic full checks
#2646 Bandwidth considerations following election refactor
#2581 Use attempts list for TCP channels
#2640 Read transaction scope in active
#2604 Update adjusted difficulty in batches
#2626 Improve --debug_profile_bootstrap performance
#2620 Use the sideband when available in ledger.is_send
#2614 Simplify request aggregator mutex lock behavior
#2596 Attach sideband to block
#2616 Update preconfigured_peers comment regarding port
#2598 Simplify telemetry data processing
#2608 Lock before stopping when notifying other threads
#2605 Utility: nano::optional_ptr
#2601 Block difficulty and work validation cleanup
#2549 Aggressive flooding for local blocks
#2602 Don't use active mutex lock during confirmation solicitor.prepare ()
#2600 Reduce active mutex locking with election winner details
#2577 Minimize work validation calls
#2599 Block work version
#2590 Remove dropped_election_cache in preparation for election refactor.
#2589 Reworking confirmation_height.dependent_election test
#2592 [RocksDB] Limit write locks to necessary tables
#2573 Add peer timestamp to telemetry responses
#2585 Remove vote cache & generate new vote if election winner is changed
#2568 Output stacktrace with custom debug assert
#2583 warnings: Remove some unused locals and captures
#2534 Log stable filename
#2574 Add tests for vote_processor
#2544 Use a different confirmation height algorithm when ledger is almost fully cemented
#2572 Move back timer comments to header
#2567 Add GSL-style narrow_cast
#2559 Buffer drop policies
#2571 Use only the necessary protocols in UPnP
#2557 Add launch flag --disable_block_processor_unchecked_deletion
#2542 Separate inactive votes cache from gap cache
#2551 Return created election when adding to active_transactions
#2554 [ASAN] Access node through a weak_ptr on distributed_work dtor
#2552 Encapsulating election::confirmed so its implementation can vary.
#2548 Add wallet-processed block to work watcher via the block processor
#2518 Active_transactions updates blocks when updating difficulty.
#2543 Probabilistic network packet filter
#2521 Poll all nodes, remove outliers, ddos protection & amend RPC response with endpoint
#2541 Handle legacy confirm_req using the aggregator
#2531 Bounded memory and redesign in the confirmation height processor
#2536 Cache hash for multiple block->hash () calls
#2512 Cache genesis block hash in ledger constants
#2528 Improve initial TCP server keepalive
#2524 Extend telemetry data with more node versioning details
#2522 Optionally disable data in responses to telemetry requests with CLI option
#2468 Publish prototype
#2511 Cache account count
#2513 Avoid long read transactions for bootstrap
#2459 Publish cleanup
#2507 Adjust request aggregator stats
#2497 Vote replay in crawler
#2506 Clear peers and online weight after 1 week of inactivity
#2509 Refresh mutex lock after some consecutive requests without generation
#2504 Reinstate election request limit on the confirmation solicitor
#2501 Bounded request aggregator
#2464 Don't bind to UDP socket with --disable_udp flag
#2498 Emplacing wherever possible and other misc enhancements
#2482 Rep crawler cleanup
#2485 Request aggregator
#2437 Change processed blocks factor for requeued pulls
#2475 Remove unnecessary lock requirement in active_transactions::lock.
#2432 Generated votes cache size increase and upper bound
#2470 Use node reference instead of system.nodes[n] in unit tests more often
#2474 Use a strand in distributed_work
#2463 Adding forked votes to inactive vote cache.
#2452 Confirmation solicitor
#2449 Some code cleanup
#2458 Cache unchecked count
#2399 Add HOST header to distributed work request
#2448 Erase inactive votes cache after election stop / finish
#2447 Remove rolled back blocks list
#2455 New CLI command to generate a crash report
#2454 Global bandwidth limiter
#2453 Remove unused function
#2436 Socket buffer size error code
#2430 Improve uses of boost multi_index_container
#2428 Remove raw new operator used with smart pointers
#2425 Improve build times
#2388 Allow simultaneous test runs
#2398 Improve block deletion and RocksDB deletion in general

Build, Test, Automation, & Chores

Pull Request Title
#2803 add label "logging" to Developer/Debug Options Sections
#2789 Epoch2 signer
#2792 update bundled FindBoost.cmake
#2790 use full cache for PR's requesting modules not currently specified in…
#2786 [TSAN] Fix off-by-one in socket.drop_policy test
#2783 enable shared boost for tests
#2779 Set boost min to 1.69
#2760 Fix intermittent failure in test wallet.work_cache_delayed
#2757 [TSAN] race for system in test websocket.bootstrap_exited
#2750 Fix network.tcp_no_connect_excluded_peers test failure
#2748 Fix minor test-specific intermittent failures
#2743 Fix node.fork_invalid_block_signature intermittent failures, re-enable on windows CI
#2745 Fix intermittently failing conflicts.adjusted_multiplier test
#2742 Fix system.generate_send_new intermittent failures
#2739 Fix rpc.wallet_history failures
#2738 Fix intermittent node_telemetry.remove_peer_different_genesis test
#2737 Fix intermittently failing rpc.confirmation_height_currently_processing test
#2735 Allow starting more that max_peers_per_ip test nodes
#2732 record_rep_weights to py3
#2722 changelog_generator refactored as changelog.py
#2717 Fix logic in active_transactions.prioritize_chains test
#2611 Preparation for building with shared boost
#2698 [TSAN] start_time data race in bootstrap_client
#2700 Add Security Policy file
#2708 Fix failure in ledger.work_validation due to random work being above threshold
#2712 Add node sequence for tests
#2711 [TSAN] lock order inversion in active transactions / wallet
#2699 Fix qt tests failing to click radio buttons
#2697 updates for fuzzer
#2695 Fix qt test wallet.seed_work_generation
#2687 set timeout to 1hr to catch tests that hang
#2682 Fix intermittent failure in active_transactions.confirmation_consistency
#2677 Fix intermittent wallet.work_watcher_update failure
#2670 clang included now
#2660 typo on windows sha256 Out-File
#2656 Fix node.aggressive_flooding
#2655 Update tick count in timer::update
#2647 gather sha256 hashes of artifacts and upload to s3 with artifacts
#2632 Fix request_aggregator unit tests
#2636 split docker artifacts to separate job
#2633 Add ASSERT_TIMELY
#2630 Make network.replace_port more robust under tsan
#2628 Make confirmation_solicitor.batches more robust under tsan
#2615 tsan fix: rpc.wallet_destroy
#2624 confirmation_height.modified_chain test fails on a non-debug build
#2621 Fix confirmation_height.gap_live intermittent test failure
#2623 [RocksDB] Tests not reading account count from store correctly
#2622 Host qt assets on s3
#2617 update url for sourceforge
#2612 Fix intermittent send_node_id_handshake unit test failures
#2607 CMakeLists backwards compatibility
#2597 Use C++17 locally, C++14 on CI
#2595 Fix rpc telemetry test timestamps
#2580 Improve confirmation_solicitor.batches test
#2587 [TSAN] vote_processor.flush test
#2586 [TSAN] confirmation_height.cemented_gap_below_receive test
#2584 tsan: race in telemetry::ongoing_single_request_cleanup
#2576 Fix intermittent node telemetry tests with tsan/valgrind
#2556 Update --debug_profile_bootstrap CLI test
#2564 Update --debug_profile_process CLI test
#2561 Disable node.fork_open_flip test on Windows actions
#2550 guard policy setting by version checks
#2547 BOOST_1.69
#2538 ASAN error with database transaction tracker json serialization
#2537 Update beta network bootstrap weights for v21, cutoff 7M
#2525 Define GCC sanitizers builds
#2523 Fuzz account, hex, dec and endpoint parsing
#2520 update fuzz_buffer
#2496 Buffer parser fuzzing
#2517 unstable tests on actions for windows
#2510 Fix bootstrap_exited segfault on macos
#2508 Update bootstrap tests to disable frontiers confirmation
#2503 update vc_redist url
#2500 Extend distributed_work.peer_malicious test to fix intermittent failure
#2492 remove clang-format guards as not needed on 8 or prior
#2495 A couple of clang static analysis fixes
#2491 Formatting fix so clang-format v8 applies cleanly
#2490 use clang-format-8
#2403 The start of CLI tests
#2486 use v1.1 for actions-aws-cli
#2476 Beta network reset #2
#2478 Add clang-format test back in
#2480 Fix some formatting issues on develop
#2479 Fix thread worker unit test so it handles repeat runs
#2465 Fixing some intermittent failures in unit tests, and some cleanup
#2457 Allow core_test retries until 7-1-2020 00:00(gmt)
#2450 use commit hash instead of tag for security
#2445 TRAVIS_TAG set for deploy-docker.sh
#2443 updates to README badging to reflect changes to actions
#2442 Migrate Travis and Appveyor into actions
#2433 Fix qt wallet build on Windows
#2426 Fix rpc_test build
#2411 Fix active_transactions not doing any confirmation request in tests


Additional binary releases:


Hashes and GPG Signature (keys located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are the sha256 sum hashes for version 21.0 Athena
Signature Verification can be run against argakiig.asc in source repo (etc/gpg/)

0d3c1a53d6fd893a4b2197d6e4507b9eb5f830cb9bc42e940762cc875c629067 *nano-21.0.tar.gz
7612211b6685e8f46e4d764f8e48bb346d4bd386ef5f6748bee7e1980f87a954 *nano-21.0.tar.gz.sha256
bb4b627996546063104d9ff6c7892c214ae3a124943c426ae008c1fd0371ee9f *nanocurrency-21.0-20.el7.src.rpm
854aa2a542e031c56b5cb4baf05eb7c27d81caee69390892fb37601952285375 *nanocurrency-21.0-20.el7.src.rpm.sha256
e63cbca8f4e4a5b22e277ba0c782d95aa3fca496501bde7b1df6206cc3303759 *nanocurrency-21.0-20.el7.x86_64.rpm
181b02c047f943d4fa575232034c42d54d1d86370686666dabc48c5e182eddef *nanocurrency-21.0-20.el7.x86_64.rpm.sha256
111e80245122e86cac9b1d2bf45ba9cf4725deee444c254b66ef08f3a6bff5ce *nano-node-V21.0.1-Linux.deb
d9a8244c2940fc7f6617bb49b1b03b94f440c6a9165626d344733190e03e1833 *nano-node-V21.0.1-Linux.deb.sha256
7dcdb17b2dbd7459e3a616d9f6aa9ee42e02decc93bc2c1cf89cb8284f1ee055 *nano-node-V21.0.1-Linux.tar.bz2
8d0b4221279ba7cdba913637ead9f36bd1a5cdd8e2dfaafd1fe1ae66ba8b92fa *nano-node-V21.0.1-Linux.tar.bz2.sha256
d837baf8a960db6a0ee3d44263f0cd8e5a8df21cbcacd7a05c4e9c673ff766b8 *nano-node-V21.0-Darwin.dmg
0c4344cc805535d82e86f2ac1dc81afbb5604dc613fcef8cb028e7e8846509c4 *nano-node-V21.0-Darwin.dmg.sha256
b27d1be9709672d12f170646122951bbfb73ef53a98bc3b0d71794a1dac50929 *nano-node-V21.0-win64.exe
e3a3988947c2006d133ee8192e1831b9242f00658f4547e75b4c50d133c6c69b *nano-node-V21.0-win64.exe.sha256
2cfecfe3266b8aea96452fb90c7a280a8909253729c419ed0cd283d7e4afa104 *nano-node-V21.0-win64.zip
3a2fa206a2edb9920b9431055fae2fa746a00fcf7735d253cbc501f7e354fadf *nano-node-V21.0-win64.zip.sha256
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEc+pdEgPPsADHbxJjyW2zlQ3kDroFAl7pDsYACgkQyW2zlQ3k
DrqiBQgArUy+LiFIvu4b4ut6cbEyoELCuh4MdKJAFwl6k2wnH0aFUwBcXPe/phcw
N4woEND9f1e+I2U9Df9s8U6rQZpb8NXGrptVd+NPsc2Gs4OcjUx8iKd7TeiIoONa
hGe23tVDW18YszrOxtl2+AJH9La02lxDunJ0htYmPemLqsVV24QO43elfyEi6asg
xKsvWt3ihghQCgisMemFjc7IBTGReIAODoos/fVDD/nqlhRPQMuwE7G8u5R/7Pr/
SxJMxlmesE40HhEcu2WfM8fXoH8ecnykb0qKpHrSB5bvieIodzoZUe1YxrXTcMs+
jdeM1M2ViMSucGgABfTLJ9NXgPV4Ew==
=wqQH
-----END PGP SIGNATURE-----
nano-node - V21.0RC1

Published by argakiig over 4 years ago

CHANGELOG

Release V21.0RC1

Full Changelog

Major Changes

Pull Request Title
#2545 Sideband upgrade using epoch byte for is_send/receive/epoch
#2487 IPC 2.0
#2535 Election state refactor
#2446 Node telemetry

Protocol Changes

Pull Request Title
#2667 Validate work difficulty during ledger processing
#2683 Increase minimum supported protocol version to 17
#2701 Dont peer with v20 and earlier after epoch 2 block is seen

Node Configuration Updates

Pull Request Title
#2588 LMDB sync options and new config settings
#2724 Clarify nano_pow_server configs are not in use
#2727 Safely read override values when no config file is present
#2787 Double default bandwidth limit config

RPC Updates

Pull Request Title
#2689 BREAKING Change response for RPC work_validate with implicit difficulty
#2671 BREAKING Handle epoch_2 work thresholds in the wallet and most RPCs
#2499 BREAKING Bootstrap attempts and connections/pulls separation
#2560 Request telemetry data for local node
#2569 Work version concept
#2619 Election refactor follow up
#2684 Epoch 2 started flag in ledger cache
#2703 Difficulty calculation for RPC block_create
#2704 Asynchronous epoch upgrade RPC
#2718 Epoch upgrader as an async task
#2752 Result difficulty in RPC block_create
#2753 Flood difficulty updates from RPC process
#2754 Optional "block" given to RPC "work_generate" to infer difficulty
#2804 Make RPC name consistent with stats, websocket & protocol naming for telemetry

IPC Updates

Pull Request Title
#2644 Add Flatbuffers schema evolution rules to IDL

Websocket Updates

Pull Request Title
#2562 Fake websocket client to test the node websocket server
#2566 Incremental options for ws confirmation subscription
#2634 Add telemetry response websocket callbacks
#2729 Websocket new_unconfirmed_block
#2734 Websocket notification for RPC work_generate without peers
#2774 Enable WebSocket server by default in Docker image

CLI Updates

Pull Request Title
#2579 Configurable inactive votes cache size
#2575 Add flag for vote_processor capacity and tests
#2606 Launch flag --allow_bootstrap_peers_duplicates
#2594 Allow CLI --config values for inactive node tests
#2637 Read config file for CLI commands
#2707 Add difficulty and multiplier to CLI work generation commands
#2719 CLI compare_rep_weights to compare ledger and hardcoded weights
#2725 CLI command for a frontier confirmation speed test
#2749 Multithreaded --validate_blocks
#2769 Deprecate --batch_size/debug_mass_acitvity CLI options
#2794 CLI commands incorrect ledger cache setup

Deprecation/Removal

Pull Request Title
#2555 Disable UDP by default

Developer/Debug Options

Pull Request Title
#2540 Lower beta network work threshold to 1/64x base
#2591 friendly backtraces in actions
#2731 New stats for elections
#2746 Fix Xcode warnings
#2762 Add cemented block log timings
#2791 Fix insufficient work logging
#2793 Add logging section to rpc config to optionally disable logging
#2802 Clarify election difficulty update log message

Fixed Bugs

Pull Request Title
#2527 Allow rep crawler targets with ephemeral ports
#2530 Remove representatives with closed channels
#2546 Restore max block processor signature verification batch size
#2553 Inactive votes cache confirmation status
#2563 Fix election calling confirm_if_quorum after destruction
#2582 Check against op aborted on secure rpc acceptor shutdown
#2593 Start vote generator for changed winner only if voting is enabled
#2609 [RocksDB] Only delete from unchecked when existence is guaranteed
#2648 Fix wrong number of representatives in confirmation solicitor
#2650 Telemetry results not correctly utilising cache timeouts
#2659 Signature checker blocking fix
#2675 Prevent getting stuck in block processor flush
#2674 Modify inactive cache to prevent multiple insertions for confirmed
#2652 Consistently add conflicting block to election
#2696 Remove assert if a delayed work cache request is not found
#2651 Using relaxed atomics for counts not involved in control flow in conf height processor
#2706 Prevent more rare deadlocks due to races for condition variables
#2664 Incorrect cemented count during conf height algo transition
#2723 Some confirmed block observer callbacks being missed
#2733 Remove invalid uses of epoch_1 work threshold
#2744 Tally votes on conflicting block with no inactive votes
#2766 Votes from local representatives should not be flooded on processing
#2767 Fix previous balance in active_transaction::insert ()
#2781 Union std::hash coverage
#2782 Stuck uncemented blocks after heavy load
#2796 Retrieve block when activating dependencies
#2799 Slow test fixes
#2800 Fix open blocks not getting activated through dependencies

Implemented Enhancements

Pull Request Title
#2522 Optionally disable data in responses to telemetry requests with CLI option
#2518 Active_transactions updates blocks when updating difficulty.
#2524 Extend telemetry data with more node versioning details
#2528 Improve initial TCP server keepalive
#2512 Cache genesis block hash in ledger constants
#2536 Cache hash for multiple block->hash () calls
#2531 Bounded memory and redesign in the confirmation height processor
#2541 Handle legacy confirm_req using the aggregator
#2521 Poll all nodes, remove outliers, ddos protection & amend RPC response with endpoint
#2543 Probabilistic network packet filter
#2552 Encapsulating election::confirmed so its implementation can vary.
#2548 Add wallet-processed block to work watcher via the block processor
#2554 [ASAN] Access node through a weak_ptr on distributed_work dtor
#2551 Return created election when adding to active_transactions
#2542 Separate inactive votes cache from gap cache
#2557 Add launch flag --disable_block_processor_unchecked_deletion
#2571 Use only the necessary protocols in UPnP
#2559 Buffer drop policies
#2567 Add GSL-style narrow_cast
#2572 Move back timer comments to header
#2544 Use a different confirmation height algorithm when ledger is almost fully cemented
#2574 Add tests for vote_processor
#2534 Log stable filename
#2583 warnings: Remove some unused locals and captures
#2568 Output stacktrace with custom debug assert
#2585 Remove vote cache & generate new vote if election winner is changed
#2573 Add peer timestamp to telemetry responses
#2592 [RocksDB] Limit write locks to necessary tables
#2589 Reworking confirmation_height.dependent_election test
#2590 Remove dropped_election_cache in preparation for election refactor.
#2599 Block work version
#2577 Minimize work validation calls
#2600 Reduce active mutex locking with election winner details
#2602 Don't use active mutex lock during confirmation solicitor.prepare ()
#2549 Aggressive flooding for local blocks
#2601 Block difficulty and work validation cleanup
#2605 Utility: nano::optional_ptr
#2608 Lock before stopping when notifying other threads
#2598 Simplify telemetry data processing
#2616 Update preconfigured_peers comment regarding port
#2596 Attach sideband to block
#2614 Simplify request aggregator mutex lock behavior
#2620 Use the sideband when available in ledger.is_send
#2626 Improve --debug_profile_bootstrap performance
#2604 Update adjusted difficulty in batches
#2640 Read transaction scope in active
#2581 Use attempts list for TCP channels
#2646 Bandwidth considerations following election refactor
#2641 Increase active elections capacity with periodic full checks
#2643 Network duplicate filter for publish messages
#2649 Erase representatives with full queues when adding to confirmation solicitor
#2653 Include requesting telemetry metrics from temporary channels
#2570 Parallelize state block signature verification with block processor
#2631 Delay inactive/gap cache bootstrap start for 30 seconds
#2625 Improve confirmation consistency
#2661 Increase minimum time to log block processing
#2665 Output current function in assert diagnostics
#2618 Sign telemetry messages
#2638 Definitions for work thresholds with epoch_2
#2663 Check if a vote is for a recently confirmed block
#2662 Move all request aggregator operations out of the mutex hold scope
#2610 Remove telemetry message versions
#2505 Directed block broadcasting for long elections
#2603 Remove peers with different genesis block or invalid telemetry signature
#2676 Optimize mutex access when adding blocks to block processor
#2666 Delay voting for non-priority elections under saturation
#2672 Refactor work thresholds as nano::work_thresholds
#2627 Optimize vote post-processing operations
#2686 Improve automatic frontiers confirmation
#2680 Delay wallet work caching to allow using lower difficulty on demand
#2690 Work version parameter in default_difficulty and use it in more places
#2693 Move excluded_peers to network
#2692 Wrapper for RPC worker tasks
#2673 Epoch open blocks should have corresponding pending entries
#2688 Move vote generator calls into election code
#2645 Rate limiting using token buckets
#2694 Prevent reconnecting to excluded peers with sufficient score
#2691 Active difficulty normalization
#2705 Ensure max_work_generate_difficulty is updated when changing the default difficulty
#2669 Improve telemetry request/response under load
#2702 Vote generator session for batch insertions
#2709 Ensure propagation and removal for the work watcher
#2710 Difficulty updates for elections with multiple blocks
#2714 Improve batching of writes in unbounded conf height processor
#2613 Move TCP messages processing to network threads
#2720 Separate election state for the broadcasting block fallback
#2721 Remove confirmation requests for a new representative
#2716 Release write_guard lock when no longer required
#2715 Allow restarting elections with higher work
#2728 Add active difficulty to node telemetry
#2730 Use a multi-index container to allow fifo queue for pending confirmations
#2751 Serialize telemetry as big endian
#2759 Perform wallet representative action without holding any mutex
#2772 Republishing a vote to principal representatives
#2768 Force node exit if ledger inconsistency in the conf height processor is found
#2565 Push front blocks from unchecked
#2784 Confirmation requests and broadcasts if available vote is for a conflicting block
#2778 Bisected election backtracking
#2797 Check executable paths in load_test
#2785 Sequential voting
#2801 Sequential elections

Build, Test, Automation, & Chores

Pull Request Title
#2525 Define GCC sanitizers builds
#2537 Update beta network bootstrap weights for v21, cutoff 7M
#2538 ASAN error with database transaction tracker json serialization
#2547 BOOST_1.69
#2550 guard policy setting by version checks
#2561 Disable node.fork_open_flip test on Windows actions
#2564 Update --debug_profile_process CLI test
#2556 Update --debug_profile_bootstrap CLI test
#2576 Fix intermittent node telemetry tests with tsan/valgrind
#2584 tsan: race in telemetry::ongoing_single_request_cleanup
#2586 [TSAN] confirmation_height.cemented_gap_below_receive test
#2587 [TSAN] vote_processor.flush test
#2580 Improve confirmation_solicitor.batches test
#2595 Fix rpc telemetry test timestamps
#2597 Use C++17 locally, C++14 on CI
#2607 CMakeLists backwards compatibility
#2612 Fix intermittent send_node_id_handshake unit test failures
#2617 update url for sourceforge
#2622 Host qt assets on s3
#2623 [RocksDB] Tests not reading account count from store correctly
#2621 Fix confirmation_height.gap_live intermittent test failure
#2624 confirmation_height.modified_chain test fails on a non-debug build
#2615 tsan fix: rpc.wallet_destroy
#2628 Make confirmation_solicitor.batches more robust under tsan
#2630 Make network.replace_port more robust under tsan
#2633 Add ASSERT_TIMELY
#2636 split docker artifacts to separate job
#2632 Fix request_aggregator unit tests
#2647 gather sha256 hashes of artifacts and upload to s3 with artifacts
#2655 Update tick count in timer::update
#2656 Fix node.aggressive_flooding
#2660 typo on windows sha256 Out-File
#2670 clang included now
#2677 Fix intermittent wallet.work_watcher_update failure
#2682 Fix intermittent failure in active_transactions.confirmation_consistency
#2687 set timeout to 1hr to catch tests that hang
#2695 Fix qt test wallet.seed_work_generation
#2697 updates for fuzzer
#2699 Fix qt tests failing to click radio buttons
#2711 [TSAN] lock order inversion in active transactions / wallet
#2712 Add node sequence for tests
#2708 Fix failure in ledger.work_validation due to random work being above threshold
#2700 Add Security Policy file
#2698 [TSAN] start_time data race in bootstrap_client
#2611 Preparation for building with shared boost
#2717 Fix logic in active_transactions.prioritize_chains test
#2722 changelog_generator refactored as changelog.py
#2732 record_rep_weights to py3
#2735 Allow starting more that max_peers_per_ip test nodes
#2737 Fix intermittently failing rpc.confirmation_height_currently_processing test
#2738 Fix intermittent node_telemetry.remove_peer_different_genesis test
#2739 Fix rpc.wallet_history failures
#2742 Fix system.generate_send_new intermittent failures
#2745 Fix intermittently failing conflicts.adjusted_multiplier test
#2743 Fix node.fork_invalid_block_signature intermittent failures, re-enable on windows CI
#2748 Fix minor test-specific intermittent failures
#2750 Fix network.tcp_no_connect_excluded_peers test failure
#2757 [TSAN] race for system in test websocket.bootstrap_exited
#2760 Fix intermittent failure in test wallet.work_cache_delayed
#2779 Set boost min to 1.69
#2783 enable shared boost for tests
#2786 [TSAN] Fix off-by-one in socket.drop_policy test
#2790 use full cache for PR's requesting modules not currently specified in…
#2792 update bundled FindBoost.cmake
#2789 Epoch2 signer
#2803 add label "logging" to Developer/Debug Options Sections
nano-node - V20.0

Published by argakiig almost 5 years ago

Change Log

Release V20.0 (2019-11-12)

Full Changelog

Major Changes:

  • Add ability to start pow server as child process [#2331]
  • Support epoch 2 [#2310]
  • Active elections loop tuning [#2306]
  • TOML config file support and migration [#2221]
  • Adds RocksDB support [#2197]
  • RPC publish optional work_watch flag to add to work_watcher [#2168]

Semantic Changes:

  • Classify traffic stats correctly [#2309]
  • Verify pubkey against special keys in wallet [#2299]
  • Fixes account_history RPC to include receive blocks when filtering accounts. [#2244]
  • Use node_ prefix for node ID [#2191]
  • Assert for disabled bootstrap modes [#2163]
  • Remove querying pending confirmation height in various operations [#2156]
  • Accept multiplier in work_generate and work_validate [#2151]

Implemented enhancements:

  • Improve bootstrap for accounts with public key = existing block hash [#2400]
  • Improve bootstrap frontiers confirmation [#2394]
  • Lazy bootstrap memory usage improvements [#2385]
  • Vacuum after upgrade [#2370]
  • Use std::condition_variable_any with timed locking [#2365]
  • Lazy bootstrap retry limit [#2362]
  • Confirm frontiers for bootstrap with multiple failures [#2349]
  • Non-blocking UPnP discovery [#2346]
  • Attempt to fetch account from block hash in RPC work_generate [#2339]
  • Unchecked cleanup tuning [#2336]
  • Restart dropped elections for unconfirmed blocks with higher PoW [#2335]
  • Add ability to start pow server as child process [#2331]
  • Basic confirmation request loop enhancements [#2327]
  • CLI command to output the total number of (un)opened account versions [#2323]
  • Periodic rep crawler weights update [#2319]
  • Add lazy bootstrap possible links and accounts [#2315]
  • Allow node to work without work generation [#2312]
  • RPC epoch_upgrade [#2304]
  • Update broadcast_confirm_req_batch to handle PoW priority [#2303]
  • Strong types for the various bit unions [#2300]
  • Stacktrace with backtrace to display files and lines [#2298]
  • Lazy bootstrap cleanup & basic improvements [#2292]
  • Some minor cleanup [#2291]
  • Add block count cache [#2290]
  • Fixing some unused variable warnings. [#2285]
  • Replace account_info::rep_block with representative account [#2283]
  • Enhance block processor filter [#2282]
  • Handle work generation failure and cancel [#2281]
  • Split bootstrap source files [#2274]
  • Disable unchecked cleanup if node is not synchronized [#2272]
  • Add log when a block difficulty is updated in active transactions [#2270]
  • CLI --debug_validate_blocks enhancement [#2269]
  • Refactoring epochs [#2268]
  • Track length of time mutexes are held for [#2267]
  • Add config option to conditionally enable RocksDB backend [#2266]
  • Prevent possible from_multiplier () function overflow [#2265]
  • Prevent adjusted difficulty overflow for extremly high or low difficulty [#2260]
  • Prevent dropping of unchecked on restart if node is not synchronized [#2257]
  • Distributed work refactor [#2255]
  • Enhancements to OpenCL work handling [#2247]
  • Wrap boost::asio::async_write to ensure lifetime of buffers [#2240]
  • Start frontiers confirmation after initial bootstrap [#2236]
  • Enforce upper case for hashes/signatures string output [#2235]
  • Fire callback & add to history after confirmation height is set [#2233]
  • Allow Cmake AVX2 builds for Windows [#2232]
  • Reduce time holding read transaction in vote processor [#2231]
  • Distibuted work fixes [#2230]
  • Watch blocks separately in work watcher [#2228]
  • Configurable work watcher period [#2222]
  • Improve throttled received block for bootstrap [#2220]
  • Use max config difficulty internally [#2218]
  • Throttled received block for bootstrap [#2216]
  • Add counter in stats for number of incoming blocks dropped [#2215]
  • Config option for single line logging records [#2214]
  • Beta reset with new genesis and lower work threshold [#2207]
  • Travis/artifacts to s3 [#2204]
  • Provide optional automatic ledger/wallet backups before an upgrade [#2198]
  • Adds RocksDB support [#2197]
  • Process wallet blocks outside of block processor queue [#2196]
  • In http callback, don't log any http responses indicating success as errors [#2193]
  • Callback response misleading [#2192]
  • Add frontiers confirmation modes [#2175]
  • RPC publish optional work_watch flag to add to work_watcher [#2168]
  • Use confirm_req by hash + root for upgraded peers [#2164]
  • Assert for disabled bootstrap modes [#2163]
  • Cache recently arrived votes [#2159]
  • Improve votes caching for same account & increase max cache size [#2155]
  • Prioritize node wallet frontiers during background confirmations [#2154]
  • Accept multiplier in work_generate and work_validate [#2151]
  • Improve docker build speed on multi-core machines [#2148]
  • Improve stacktrace output during release_assert [#2142]
  • Static type safety for the union types [#2117]
  • Provide optional automatic ledger/wallet backups before an upgrade [#1690]
  • No write transactions on I/O threads [#1264]
  • Logging output can spread multiple lines, which makes it difficult to export [#806]
  • Node crashes with no error message if the database can't be opened [#761]

Fixed bugs:

  • Update live bootstrap_weights [#2404]
  • Node id handshake container not protected during push [#2402]
  • Warn if control is enabled with non-local bind address [#2401]
  • [ASAN] UPNP url memory leak [#2397]
  • Updates to TOML generated docs [#2396]
  • update dockerfile to use cached rocksdb [#2395]
  • [TSAN] Data race in active_difficulty.recalculate_work test [#2393]
  • Fix occasional failures for core_test.distributed_work* tests [#2392]
  • use cached build artifacts [#2391]
  • Incorrect total memtable size used with RocksDB [#2390]
  • [Valgrind] Various uninitialized data accesses [#2389]
  • Fix early return preventing mutex lock in attempt_restart_check [#2387]
  • Prevent concurrent bootstrap populate_connections () [#2386]
  • [Valgrind] Uninitialized memory in distributed_work.no_peers test [#2384]
  • Add mutex lock to RPC bootstrap_status [#2383]
  • Fix lazy mutex unlock via mutex [#2382]
  • Target osx 10.12 deployment [#2381]
  • RPC block_create fixes [#2380]
  • [ASAN] memory leak between tcp channels and sockets [#2378]
  • Add error handling to RPC process without json_block [#2377]
  • Stop work generation before stopping threads waiting for work [#2375]
  • regex check for beginning of string -v allowing --vacuum to fall through [#2374]
  • Fix link ordering issue in core_test (ubuntu/boost 1.71) [#2373]
  • allow for updated TARGET usage by updating cmake in nano-env:base [#2372]
  • Adjust single-hash confirm requests [#2371]
  • Improve distributed_work stopping with ongoing worker tasks [#2369]
  • Fix non-restarting timer in vote processor log [#2368]
  • Badge URLs [#2367]
  • Do not increase pull attempts counter after network errors [#2366]
  • Latest release, latest tag and discord badges [#2364]
  • move min bootstrap and traffic to v16 [#2363]
  • Docker USER support [#2361]
  • ASAN leak when exiting node [#2360]
  • Improve sample configuration file [#2359]
  • Update travis beta-osx job with cached qt [#2358]
  • Update Argon2 to release 20190702 [#2357]
  • ASAN error in vote_by_hash test [#2356]
  • Distributed work test failures under ASAN [#2355]
  • Add upnp port mapping description [#2354]
  • TSAN error in node.peers test [#2353]
  • Add support for launch flags passed to nano_wallet [#2352]
  • TSAN error with block work [#2351]
  • Update beta network bootstrap weights for v20, cutoff 14M [#2350]
  • Fix link ordering issues [#2348]
  • Fix bootstrap attempt not stopping [#2347]
  • Suppress RocksDB TSAN warnings with Clang [#2345]
  • create build cache for mac qt in external repo and pull in for testing and artifacts. [#2344]
  • Fix disabled ongoing unchecked cleanup [#2342]
  • RPC unchecked json_block option [#2341]
  • Output error message with qt wallet if RocksDB is enabled in config but is unsupported [#2340]
  • Fix active difficulty calculation [#2338]
  • Update from_multiplier () overflow checks [#2337]
  • tsan: fix race in inactive_votes_cache_multiple_votes [#2334]
  • include nano_pow_server as a submodule and build into ci framework for tagged releases [#2333]
  • Fix work_pool.opencl test hanging [#2332]
  • Secondary list of peers for generating work [#2330]
  • Fix UPnP [#2329]
  • Object stats for work watcher container [#2328]
  • Profile work validation [#2322]
  • generate sample node and rpc toml after building nano_node target [#2321]
  • Add confirmation request count to election_status [#2320]
  • Account creation refresh in qt wallet [#2318]
  • Fix init order warning [#2317]
  • Add some RocksDB TOML config options to tune memory usage [#2316]
  • Don't comment toml tables in generate_config [#2314]
  • Set NANO_ROCKSDB define even when set to OFF [#2313]
  • Snapshot/Vacuum should use the rocksdb config option [#2311]
  • Classify traffic stats correctly [#2309]
  • Quality of life updates for distributed work [#2308]
  • ws keepalive [#2307]
  • Active elections loop tuning [#2306]
  • Make generate_config produce commented-out entries by default [#2305]
  • Checking for frontiers only if necessary [#2302]
  • Verify pubkey against special keys in wallet [#2299]
  • Fix a bug in the rep_block -> representative conversion [#2297]
  • Support --config option in Qt wallet [#2295]
  • Fix rpc.work_peer_bad [#2294]
  • Websocket subscription for work notifications [#2289]
  • Build RocksDB library as portable in docker [#2288]
  • Add --config option to rpc process [#2287]
  • Improve bootstrap attempt locking [#2286]
  • docker --cache-from set as single string argument with = [#2284]
  • Fix off by one in broadcast_confirm_req_batch [#2280]
  • Fix active transactions difficulty update for state blocks [#2279]
  • Fixing test to use unique_path each time. [#2278]
  • Use distributed work in work watcher [#2277]
  • add master tag for beta and caching for subsequent artifacts_beta builds [#2276]
  • add rocksdb to build artifacts lacking it [#2275]
  • Fix possible issue in active_transactions.adjusted_difficulty_overflow_min test [#2273]
  • Fix delay in stopping the node [#2271]
  • Non-blocking work watcher loop [#2264]
  • Prevent supurious wakeup in active transactions request loop [#2263]
  • Set USE_RTTI before building RocksDB in docker [#2261]
  • Cache cemented count [#2259]
  • No longer need enable_control when getting the cemented count [#2258]
  • Post to worker thread in qt wallet when doing write tx's on io threads [#2256]
  • Remove preferred TPC response channels [#2254]
  • Extend toml default-configs test [#2252]
  • Fix some time-related configs being overriden with 0 [#2251]
  • Lambda formatting that works across clang-format versions [#2250]
  • Update weights following beta refresh distribution [#2249]
  • Use defaults for amounts in toml [#2248]
  • Move protocol versions to network_params [#2246]
  • No required options in TOML parsing [#2245]
  • Fixes account_history RPC to include receive blocks when filtering accounts. [#2244]
  • update beta network header_magic_number to finalize beta network reset [#2243]
  • Docker changes for new TOML config [#2241]
  • Fix TSAN error in adjusted difficulty test [#2234]
  • Simplify process_loop log timing by using nano::timer [#2229]
  • Set application/json as header content type for work peer requests [#2227]
  • Header 'Content-Type': 'application/json' not set in work peer requests [#2224]
  • Remove landing store [#2223]
  • TOML config file support and migration [#2221]
  • Fix failing slow_tests [#2219]
  • Cache rep weights [#2217]
  • Make some changes suggested from cppcheck [#2213]
  • Add mdb database test from v14 to v15 [#2212]
  • Increase lifetime of temporary rep variable [#2209]
  • Simplify vote generator logic with a dual sleep [#2203]
  • Deprecate nano- and xrb- address support [#2201]
  • Fix rpc.node_id test [#2200]
  • Only use -Werror by default with ci [#2199]
  • Add support for election info in websocket confirmations [#2195]
  • Wallet actions can take a long time due to flush() being called [#2194]
  • Use node_ prefix for node ID [#2191]
  • Fix building error caused by #2151 [#2189]
  • boost 1.70 requires log_setup component specifically updated CMAKE 1.… [#2185]
  • RPC version network label and identifier [#2184]
  • Fix lazy bootstrap balances insert [#2183]
  • Principal representative factor as a network constant [#2182]
  • Update node ID to use node_ instead of nano_ prefix [#2181]
  • escaping regex for deployment on master or releases/v* branches [#2180]
  • fix boost downloads [#2178]
  • More preparation for new database backends [#2177]
  • Extract confirmation height to its own database [#2174]
  • Move alarm/operation out of node [#2173]
  • add git commit hash and compiler info to logging and version calls [#2170]
  • Travis/streamline [#2169]
  • Allow the RPC server to be run on a different system [#2162]
  • Update entry script [#2160]
  • Fix compile errors in release mode after warning->error change [#2158]
  • Add RocksDB to the build system [#2157]
  • Remove querying pending confirmation height in various operations [#2156]
  • Fix node_id assign for bootstrap_server [#2152]
  • Remove extra core utilised during docker deployment build [#2150]
  • Fix unused variable error in deployments [#2147]
  • [Valgrind] Check if running under valgrind before doing death tests [#2145]
  • Refactor ledger database code for reuse with different backends [#2136]
  • Suggestion: allow docker container to die when broken [#2123]
  • Remove compiler warnings (incl from third party headers) [#2072]
  • Fix slow_tests [#1923]
  • Show active network in RPC version [#1884]
  • Migrate config.json to reference and override files in TOML format [#1878]
  • Do not rewrite config.json on node boot [#1781]
  • Docker Image - Redirect logs output to Docker logs [#1612]

Additional binary releases:


Hashes and GPG Signature (kesy located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are sha256sum hashes for version 20.0
Signature verification can be done against the signature for argakiig in the source
code repository (etc/gpg/)
f762b74b209aae4d0e8b41b87cb39224c58600bfe693d8c4b417a70ed32e8a7b *nano-20.0.tar.gz
c4bd90aba5ce18f69f2335a6e268e8f0708b83cd1ec1ce1ad1ecb0846518ec95 *nanocurrency-20.0-19.el7.src.rpm
111b3540e6508267d77e3a042e6195057c02c00928ebf985fd6bd9bb74f22db2 *nanocurrency-20.0-19.el7.x86_64.rpm
977e07268f9da89debfa4dba0ff6575ac6d8379d5d9cf9d6e29adc00d607e176 *nanocurrency-debuginfo-20.0-19.el7.x86_64.rpm
b770c78e7bbce29604b9d83edf36498319b3d568f1d1a9132acdb004f3e20ce4 *nano-node-V20.0-Darwin.dmg
ab03b67acf7114fce73a8ff0582bf375f959311b4b8b85938164149e21dce5a4 *nano-node-V20.0-Linux.tar
353010b60631ee7af898792f5d8ef6d19330284497985effc7985fa3bec308e3 *nano-node-V20.0-win64.exe
92f730c20e11ee7d12c6c9c6f5b68b2d25c8c491a797a74bf6aea3500db54325 *nano-node-V20.0-win64.zip
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEiV3g3/hlCzeiBTTjgERoJPn9OloFAl3LWKcACgkQgERoJPn9
OlqJ7wgAjrSm5/I1lhriFkPsetigaoZnF3SWf/nNE+9neiXoSzMl1J0z5b1eA8cT
XolvkiBoYsBuRKbC3JuKSoFlv84OePKCJZvuhxgApCNdKw7C6g1KQ/TQnOoopAY6
Q+fzUSMKmX5u7wcRD/0f4Y1vgdqoopj6eILpzw3zvOoNGeX0oMwpOPkJp9xkRVxL
AcUUkpy6uz64SdjCMuLxMBSjmZaNr2M7nsOPQvonR7trjjd833qLhCyr808PfLuW
88R3XgMc+/wICVSPOVkV2BNZ+Q03juTK4vi93si82rPm/+MnYAtRRDth5O6OtkBL
lq5zoRIjGvUtPpHvn/Q47ck27KZR9g==
=dCo6
-----END PGP SIGNATURE-----
nano-node - V20.0RC3

Published by argakiig almost 5 years ago

Change Log

Release V20.0RC3 (2019-11-08)

Full Changelog

Implemented enhancements:

  • Improve bootstrap frontiers confirmation [#2394]
  • Lazy bootstrap memory usage improvements [#2385]

Fixed bugs:

  • Update dockerfile to use cached rocksdb [#2395]
  • [TSAN] Data race in active_difficulty.recalculate_work test [#2393]
  • Fix occasional failures for core_test.distributed_work* tests [#2392]
  • use cached build artifacts [#2391]
  • Incorrect total memtable size used with RocksDB [#2390]
  • [Valgrind] Various uninitialized data accesses [#2389]
  • Fix early return preventing mutex lock in attempt_restart_check [#2387]
  • Prevent concurrent bootstrap populate_connections () [#2386]
  • [Valgrind] Uninitialized memory in distributed_work.no_peers test [#2384]
  • Add mutex lock to RPC bootstrap_status [#2383]
  • Fix lazy mutex unlock via mutex [#2382]
  • Target osx 10.12 deployment [#2381]
  • RPC block_create fixes [#2380]
  • [ASAN] memory leak between tcp channels and sockets [#2378]

Additional binary releases:


Hashes and GPG Signature (kesy located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are sha256sum hashes for version 20.0RC3
Signature verification can be done against the signature for argakiig in the source
code repository (etc/gpg/)

9f9d050e126889d3315423102517878f7a9c32c68eb7396b1451ecc9c1b00f42 *nano-20.0RC3.tar.gz
e8878f70be68badec571491a0071647885f5718bb356d57ebca59d14c7c5a946 *nanocurrency-beta-20.0RC3-18.el7.src.rpm
854b42d35efe525ee5e5dc9841d4c8a38919da69aefb1b0df87fa43006c059dc *nanocurrency-beta-20.0RC3-18.el7.x86_64.rpm
426c3409022f6dd721e4db1d7b63012038b418ea7991522f9babdde8ed443a5c *nanocurrency-beta-debuginfo-20.0RC3-18.el7.x86_64.rpm
dc8a1d6b483f40d7da4383f2919c80c81f2e1581bd85f84e7246ba67e7ee1a69 *nano-node-V20.0RC3-Darwin.dmg
14622f4c94cc68640e3cc60d2dedc85ab40f7ead990b777247a3b73b6a0892e7 *nano-node-V20.0RC3-Linux.tar.bz2
7de725e5299345e07e444dc2e17b28ad0c9bd2992615a3361d7871f1b67a1428 *nano-node-V20.0RC3-win64.exe
936f9f500def703b34b2386f4b50a79e905e973cd2b20e2b2945b3cb4106de64 *nano-node-V20.0RC3-win64.zip
-----BEGIN PGP SIGNATURE-----

iQEyBAEBCAAdFiEEiV3g3/hlCzeiBTTjgERoJPn9OloFAl3F4jIACgkQgERoJPn9
Olp/0Qf4jeshaWLlNpZ97Oyct1hQwzBzOZxczKdDtBLh2Pe49Qw6Edyw+01140T2
XUM+ZUjLGaJiz9m/4srY9CO6TahYSDITl9Kk/KJ1N0rwGaqFTW7pFnisgcfkASJ7
yO2LomBuZ+S6XDsUqThwjdVxayg6qxUSzCQ7X1MNwOrKlGB5wcUTdhHR9eqgYPwQ
UqRK+nJTDYta/ccFuqHnZRr/x5gm9WHtijF/76pkSpuj+dGDOFz9lL5CJUSMxPxV
dKDcxcM9hgLIs/13rmev/L29FGSp1dpi3caQbpwZwLwxqL2SX9Sbkjtt7LZHqbIi
jKEefNk92N6SnykmiHJUjl4dkBGE
=3QFc
-----END PGP SIGNATURE-----
nano-node - V20.0RC2

Published by argakiig almost 5 years ago

Change Log

Release V20.0RC2 (2019-11-01)

Full Changelog

Implemented enhancements:

  • Vacuum after upgrade [#2370]
  • Use std::condition_variable_any with timed locking [#2365]
  • Lazy bootstrap retry limit [#2362]

Fixed bugs:

  • Add error handling to RPC process without json_block [#2377]
  • Stop work generation before stopping threads waiting for work [#2375]
  • regex check for beginning of string -v allowing --vacuum to fall through [#2374]
  • Fix link ordering issue in core_test (ubuntu/boost 1.71) [#2373]
  • allow for updated TARGET usage by updating cmake in nano-env:base [#2372]
  • Adjust single-hash confirm requests [#2371]
  • Improve distributed_work stopping with ongoing worker tasks [#2369]
  • Fix non-restarting timer in vote processor log [#2368]
  • Badge URLs [#2367]
  • Do not increase pull attempts counter after network errors [#2366]
  • Latest release, latest tag and discord badges [#2364]

Additional binary releases:


Hashes and GPG Signature (kesy located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are sha256sum hashes for version 20.0RC2
Signature verification can be done against the signature for argakiig in the source
code repository (etc/gpg/)

fa5b647b585959ac17ef278e2860732c7fa7114f49de5ed2eff34f8c3ddefd9b *nano-20.0RC2.tar.gz
21b7dca5079c6f85c318c99e598bfadada6ca9156e30de435117338b0db447be *nanocurrency-beta-20.0RC2-17.el7.src.rpm
9d4dde900f84ad88895ee35a31aa560f73995aa5299c49ef672ed8a4be29031f *nanocurrency-beta-20.0RC2-17.el7.x86_64.rpm
40c3fc31f474923f5975ee24f8b470466e0f59216763f750eed06509fe76c3af *nano-node-V20.0RC2-Darwin.dmg
867d472fc85933b880746002a958dc9d5d04acce083fa728ef46243d223aa12b *nano-node-V20.0RC2-Linux.tar
ea1bfe84e4512c4aeef68ef787f49e652d4bb954485189fcb398189ed217a1f7 *nano-node-V20.0RC2-win64.exe
01c4ac1b67209ddf35d1487fa9717328bdf498206f2f91a7b253a265aa15f1fe *nano-node-V20.0RC2-win64.zip
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEiV3g3/hlCzeiBTTjgERoJPn9OloFAl28f1UACgkQgERoJPn9
Olr1UAf/duEm8bRHsBGFcpMJUX3tWw26MVz99vflr5yZy38TomHe9OMg6UDY6b/w
KNHVUbUkkV5ZioaTlpedKaTUVYq/olnP6zlgiSVyrph9DBUjS3mrtsKNdt/QjwXU
03+AmePGWXHrB/4vc3n1kt+NHaUA9hJdLr45jbkkIztN2xJX6eilst45/gsVeoR5
LBZ3vQjTgFfaTDeMoq2mrGvrr8kJHlrrvJ5H2NcbfVLmZe8ORirf465gR8Y6OUak
2Ydoxcxl7cd470dHm+WE0ovKK7+v6Mr4+1nCq3yqDhOTBRZeZMO0oExXc3PKNZ4X
TilwM5P01P9PhU9K09ieKffXPzHpeg==
=ENlY
-----END PGP SIGNATURE-----
nano-node - V20.0RC1

Published by argakiig almost 5 years ago

Change Log

Release V20.0RC1 (2019-10-24)

Full Changelog

Major Changes:

  • RPC publish optional work_watch flag to add to work_watcher [#2168]
  • Adds RocksDB support [#2197]
  • TOML config file support and migration [#2221]
  • Support epoch 2 [#2310]
  • Add ability to start pow server as child process [#2331]
  • Active elections loop tuning [#2306]

Semantic Changes:

  • Classify traffic stats correctly [#2309]
  • Verify pubkey against special keys in wallet [#2299]
  • Fixes account_history RPC to include receive blocks when filtering accounts. [#2244]
  • Use node_ prefix for node ID [#2191]
  • Assert for disabled bootstrap modes [#2163]
  • Remove querying pending confirmation height in various operations [#2156]
  • Accept multiplier in work_generate and work_validate [#2151]

Implemented enhancements:

  • Confirm frontiers for bootstrap with multiple failures [#2349]
  • Non-blocking UPnP discovery [#2346]
  • Attempt to fetch account from block hash in RPC work_generate [#2339]
  • Unchecked cleanup tuning [#2336]
  • Restart dropped elections for unconfirmed blocks with higher PoW [#2335]
  • Basic confirmation request loop enhancements [#2327]
  • CLI command to output the total number of (un)opened account versions [#2323]
  • Periodic rep crawler weights update [#2319]
  • Add lazy bootstrap possible links and accounts [#2315]
  • Allow node to work without work generation [#2312]
  • RPC epoch_upgrade [#2304]
  • Update broadcast_confirm_req_batch to handle PoW priority [#2303]
  • Strong types for the various bit unions [#2300]
  • Stacktrace with backtrace to display files and lines [#2298]
  • Lazy bootstrap cleanup & basic improvements [#2292]
  • Some minor cleanup [#2291]
  • Add block count cache [#2290]
  • Replace account_info::rep_block with representative account [#2283]
  • Enhance block processor filter [#2282]
  • Handle work generation failure and cancel [#2281]
  • Split bootstrap source files [#2274]
  • Disable unchecked cleanup if node is not synchronized [#2272]
  • Add log when a block difficulty is updated in active transactions [#2270]
  • CLI --debug_validate_blocks enhancement [#2269]
  • Refactoring epochs [#2268]
  • Track length of time mutexes are held for [#2267]
  • Add config option to conditionally enable RocksDB backend [#2266]
  • Prevent possible from_multiplier () function overflow [#2265]
  • Prevent adjusted difficulty overflow for extremly high or low difficulty [#2260]
  • Prevent dropping of unchecked on restart if node is not synchronized [#2257]
  • Distributed work refactor [#2255]
  • Enhancements to OpenCL work handling [#2247]
  • Wrap boost::asio::async_write to ensure lifetime of buffers [#2240]
  • Start frontiers confirmation after initial bootstrap [#2236]
  • Enforce upper case for hashes/signatures string output [#2235]
  • Fire callback & add to history after confirmation height is set [#2233]
  • Allow Cmake AVX2 builds for Windows [#2232]
  • Reduce time holding read transaction in vote processor [#2231]
  • Distibuted work fixes [#2230]
  • Watch blocks separately in work watcher [#2228]
  • Configurable work watcher period [#2222]
  • Improve throttled received block for bootstrap [#2220]
  • Use max config difficulty internally [#2218]
  • Throttled received block for bootstrap [#2216]
  • Add counter in stats for number of incoming blocks dropped [#2215]
  • Config option for single line logging records [#2214]
  • Beta reset with new genesis and lower work threshold [#2207]
  • Travis/artifacts to s3 [#2204]
  • Provide optional automatic ledger/wallet backups before an upgrade [#2198]
  • Process wallet blocks outside of block processor queue [#2196]
  • In http callback, don't log any http responses indicating success as errors [#2193]
  • Callback response misleading [#2192]
  • Add frontiers confirmation modes [#2175]
  • Use confirm_req by hash + root for upgraded peers [#2164]
  • Assert for disabled bootstrap modes [#2163]
  • Cache recently arrived votes [#2159]
  • Improve votes caching for same account & increase max cache size [#2155]
  • Prioritize node wallet frontiers during background confirmations [#2154]
  • Accept multiplier in work_generate and work_validate [#2151]
  • Improve docker build speed on multi-core machines [#2148]
  • Improve stacktrace output during release_assert [#2142]
  • Static type safety for the union types [#2117]
  • Provide optional automatic ledger/wallet backups before an upgrade [#1690]
  • No write transactions on I/O threads [#1264]
  • Logging output can spread multiple lines, which makes it difficult to export [#806]
  • Node crashes with no error message if the database can't be opened [#761]
  • Lazy bootstrap retry limit [#2362]

Fixed bugs:

  • move min bootstrap and traffic to v16 [#2363]
  • Docker USER support [#2361]
  • ASAN leak when exiting node [#2360]
  • Improve sample configuration file [#2359]
  • Update travis beta-osx job with cached qt [#2358]
  • Update Argon2 to release 20190702 [#2357]
  • ASAN error in vote_by_hash test [#2356]
  • Distributed work test failures under ASAN [#2355]
  • Add upnp port mapping description [#2354]
  • TSAN error in node.peers test [#2353]
  • Add support for launch flags passed to nano_wallet [#2352]
  • TSAN error with block work [#2351]
  • Update beta network bootstrap weights for v20, cutoff 14M [#2350]
  • Fix link ordering issues [#2348]
  • Fix bootstrap attempt not stopping [#2347]
  • Suppress RocksDB TSAN warnings with Clang [#2345]
  • create build cache for mac qt in external repo and pull in for testing and artifacts. [#2344]
  • Fix disabled ongoing unchecked cleanup [#2342]
  • RPC unchecked json_block option [#2341]
  • Output error message with qt wallet if RocksDB is enabled in config but is unsupported [#2340]
  • Fix active difficulty calculation [#2338]
  • Update from_multiplier () overflow checks [#2337]
  • tsan: fix race in inactive_votes_cache_multiple_votes [#2334]
  • include nano_pow_server as a submodule and build into ci framework for tagged releases [#2333]
  • Fix work_pool.opencl test hanging [#2332]
  • Fix UPnP [#2329]
  • Object stats for work watcher container [#2328]
  • Profile work validation [#2322]
  • generate sample node and rpc toml after building nano_node target [#2321]
  • Add confirmation request count to election_status [#2320]
  • Account creation refresh in qt wallet [#2318]
  • Fix init order warning [#2317]
  • Add some RocksDB TOML config options to tune memory usage [#2316]
  • Don't comment toml tables in generate_config [#2314]
  • Set NANO_ROCKSDB define even when set to OFF [#2313]
  • Snapshot/Vacuum should use the rocksdb config option [#2311]
  • Classify traffic stats correctly [#2309]
  • Make generate_config produce commented-out entries by default [#2305]
  • Checking for frontiers only if necessary [#2302]
  • Verify pubkey against special keys in wallet [#2299]
  • Fix a bug in the rep_block -> representative conversion [#2297]
  • Support --config option in Qt wallet [#2295]
  • Fix rpc.work_peer_bad [#2294]
  • Websocket subscription for work notifications [#2289]
  • Build RocksDB library as portable in docker [#2288]
  • Add --config option to rpc process [#2287]
  • Improve bootstrap attempt locking [#2286]
  • docker --cache-from set as single string argument with = [#2284]
  • Fix off by one in broadcast_confirm_req_batch [#2280]
  • Fix active transactions difficulty update for state blocks [#2279]
  • Fixing test to use unique_path each time. [#2278]
  • Use distributed work in work watcher [#2277]
  • add master tag for beta and caching for subsequent artifacts_beta builds [#2276]
  • add rocksdb to build artifacts lacking it [#2275]
  • Fix possible issue in active_transactions.adjusted_difficulty_overflow_min test [#2273]
  • Fix delay in stopping the node [#2271]
  • Non-blocking work watcher loop [#2264]
  • Prevent supurious wakeup in active transactions request loop [#2263]
  • Set USE_RTTI before building RocksDB in docker [#2261]
  • Cache cemented count [#2259]
  • No longer need enable_control when getting the cemented count [#2258]
  • Post to worker thread in qt wallet when doing write tx's on io threads [#2256]
  • Remove preferred TPC response channels [#2254]
  • Extend toml default-configs test [#2252]
  • Fix some time-related configs being overriden with 0 [#2251]
  • Lambda formatting that works across clang-format versions [#2250]
  • Update weights following beta refresh distribution [#2249]
  • Use defaults for amounts in toml [#2248]
  • Move protocol versions to network_params [#2246]
  • No required options in TOML parsing [#2245]
  • Fixes account_history RPC to include receive blocks when filtering accounts. [#2244]
  • update beta network header_magic_number to finalize beta network reset [#2243]
  • Docker changes for new TOML config [#2241]
  • Fix TSAN error in adjusted difficulty test [#2234]
  • Simplify process_loop log timing by using nano::timer [#2229]
  • Set application/json as header content type for work peer requests [#2227]
  • Header 'Content-Type': 'application/json' not set in work peer requests [#2224]
  • Remove landing store [#2223]
  • Fix failing slow_tests [#2219]
  • Cache rep weights [#2217]
  • Make some changes suggested from cppcheck [#2213]
  • Add mdb database test from v14 to v15 [#2212]
  • Increase lifetime of temporary rep variable [#2209]
  • Simplify vote generator logic with a dual sleep [#2203]
  • Deprecate nano- and xrb- address support [#2201]
  • Fix rpc.node_id test [#2200]
  • Only use -Werror by default with ci [#2199]
  • Add support for election info in websocket confirmations [#2195]
  • Wallet actions can take a long time due to flush() being called [#2194]
  • Use node_ prefix for node ID [#2191]
  • Fix building error caused by #2151 [#2189]
  • boost 1.70 requires log_setup component specifically updated CMAKE 1.… [#2185]
  • RPC version network label and identifier [#2184]
  • Fix lazy bootstrap balances insert [#2183]
  • Principal representative factor as a network constant [#2182]
  • escaping regex for deployment on master or releases/v* branches [#2180]
  • fix boost downloads [#2178]
  • More preparation for new database backends [#2177]
  • Extract confirmation height to its own database [#2174]
  • Move alarm/operation out of node [#2173]
  • add git commit hash and compiler info to logging and version calls [#2170]
  • Travis/streamline [#2169]
  • RPC publish optional work_watch flag to add to work_watcher [#2168]
  • Allow the RPC server to be run on a different system [#2162]
  • Update entry script [#2160]
  • Fix compile errors in release mode after warning->error change [#2158]
  • Add RocksDB to the build system [#2157]
  • Remove querying pending confirmation height in various operations [#2156]
  • Fix node_id assign for bootstrap_server [#2152]
  • Remove extra core utilised during docker deployment build [#2150]
  • Fix unused variable error in deployments [#2147]
  • [Valgrind] Check if running under valgrind before doing death tests [#2145]
  • Refactor ledger database code for reuse with different backends [#2136]
  • Suggestion: allow docker container to die when broken [#2123]
  • Remove compiler warnings (incl from third party headers) [#2072]
  • Fix slow_tests [#1923]
  • Show active network in RPC version [#1884]
  • Migrate config.json to reference and override files in TOML format [#1878]
  • Do not rewrite config.json on node boot [#1781]
  • Docker Image - Redirect logs output to Docker logs [#1612]
  • Update node ID to use node_ instead of nano_ prefix [#2181]

Additional binary releases:


Hashes and GPG Signature (kesy located in source etc/gpg/).

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Below are sha256sum hashes for version 20.0RC1
Signature verification can be done against the signature for argakiig in the source
code repository (etc/gpg/)

0547cc61d811f3794ccdcc7c52b280c3f47ddd4e1f5a2f948cfc76fdac16f621 *nano-20.0RC1.tar.gz
6cb7f579d11dfc4d789dbea0fb1a1dfde90199f9c55fdc1f8c49287f0d6aa133 *nanocurrency-beta-20.0RC1-16.el7.src.rpm
3c7730edc6cc60a0765430d92dff5995279561176e05980f07cd03b5cef0cff6 *nanocurrency-beta-20.0RC1-16.el7.x86_64.rpm
8ca1da34047d4b67b82cbb528a53c38b5f8be04424955edb6ebecef727e43a62 *nanocurrency-beta-debuginfo-20.0RC1-16.el7.x86_64.rpm
9de481414f3d7ba38888fd95339c335c606509faa98940065fc5d3f401684a9a *nano-node-V20.0RC1-Darwin.dmg
2dcd000180069f6b93597554e15b76743954a7ea93b5a54dd3f35a7a7067ae5f *nano-node-V20.0RC1-Linux.tar.bz2
3eb4c27541199c0b9c1bbde95b61de28173bb3fd9908778c92098ec20bd5bbcf *nano-node-V20.0RC1-win64.exe
75e0270b6a8129bc5f4edc966eadae2743b6f122a8164d1c7242120d0f004ffc *nano-node-V20.0RC1-win64.zip
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEc+pdEgPPsADHbxJjyW2zlQ3kDroFAl2ycrcACgkQyW2zlQ3k
DroE1wgAq0vc9+bhZdR+ix5qHxZl+OpE4htTcDiiMtMlpdBlCTX7HLWisYVHa88m
EuBu5DhlQX5uJE96FfRPVnfNy/t7WoO8hJ0+2xYaVnCvfAfijEU4Pj8WwpOVViX8
79kuVw/MC5Ye+8X/ikL9+iqn4zsaQtY0jTfzWPC1AEaFUCnGB8QbhFCIPuXxePnV
eYhz0rpX5r9ABdtVc3SZm13IWzT74xO27ZbfqDiyb3VACDCRyLJgWYsB7A0GwNg9
c+Keu6VswYoKTEqe3qkNNzySRghaE3lOzWNMId+JCRn5h73NgUnFezR+ZMDNLji1
i1W8+pBXlCFlznLjjjoLQ5FUzy2BSg==
=iK9n
-----END PGP SIGNATURE-----