dash/src/evo
Odysseas Gabrielides 73cf7ff978
fix!: incorrect CalcCbTxMerkleRootQuorums with rotation (#4833)
* Fix for CalcCbTxMerkleRootQuorums with rotation

* Added check for merkleRootQuorums in feature_llmq_rotation

* Correct logging

* Update test/functional/feature_llmq_rotation.py

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>

* Update test/functional/feature_llmq_rotation.py

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>

* lint: fix python linter

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
Co-authored-by: pasta <pasta@dashboost.org>
2022-05-18 12:45:15 -05:00
..
cbtx.cpp fix!: incorrect CalcCbTxMerkleRootQuorums with rotation (#4833) 2022-05-18 12:45:15 -05:00
cbtx.h tests: (in)valid unit test vectors against IsTriviallyValid() evo calls (#4660) 2022-03-06 00:54:26 -06:00
deterministicmns.cpp Pass CConnman to function in place for global pointer access 2022-04-20 00:21:04 +05:30
deterministicmns.h trivial/lint: tweak lint-spelling.sh and fix typos (#4802) 2022-04-25 22:13:24 +03:00
dmnstate.cpp tests: (in)valid unit test vectors against IsTriviallyValid() evo calls (#4660) 2022-03-06 00:54:26 -06:00
dmnstate.h refactor: use explicit std::shared_ptr instead of type alias (#4720) 2022-03-11 22:40:31 +03:00
evodb.cpp Update copyright (#4115) 2021-04-20 22:33:02 +03:00
evodb.h refactor: replace instances of typedef with using in dash code (#4488) 2021-10-06 00:26:29 +03:00
mnauth.cpp Replace CConnman global pointer with local member 2022-04-20 00:21:04 +05:30
mnauth.h Pass CConnman to function in place for global pointer access 2022-04-20 00:21:04 +05:30
mnhftx.cpp refactor: use a vector instead of map for llmqs (#4658) 2022-01-10 21:36:18 +03:00
mnhftx.h tests: (in)valid unit test vectors against IsTriviallyValid() evo calls (#4660) 2022-03-06 00:54:26 -06:00
providertx.cpp refactor(evo): introduce IsTriviallyValid() to CheckPro*Tx objects (#4696) 2022-02-26 12:50:35 -06:00
providertx.h tests: (in)valid unit test vectors against IsTriviallyValid() evo calls (#4660) 2022-03-06 00:54:26 -06:00
simplifiedmns.cpp refactor: break circular dependencies(-16, +2) (#4670) 2022-01-24 17:20:50 +03:00
simplifiedmns.h chore: bump MIN_PEER_PROTO_VERSION to 70215 (#4764) 2022-04-12 21:03:12 +03:00
specialtx.cpp refactor: break circular dependencies(-16, +2) (#4670) 2022-01-24 17:20:50 +03:00
specialtx.h evo: allow debug-only serialization type assertion bypass for unit test (#4727) 2022-03-30 02:56:30 +03:00
specialtxman.cpp feat: implement quorum rotation and updated LLMQ parameters (#4752) 2022-04-16 17:46:04 +03:00
specialtxman.h refactor: optimizations for processing specialtransaction, specifcally IDB / reindex (#4743) 2022-03-30 04:13:33 +03:00