gabriel-bjg
b4d001a602
instantsend: deterministic lock using the same msg hash as islock ( #4381 )
...
When receiving an islock, propagate it as islock.
When creating/receiving and isdlock, propagate it as isdlock to peers which support it and as islock to peers which don't.
Functional tests to cover both islock and isdlock scenarios.
2021-10-05 20:42:34 +03:00
Kittywhiskers Van Gogh
0b13db2ac5
merge #14954 : Require python 3.5
2021-08-31 11:16:12 +05:30
PastaPastaPasta
c5b919d084
Update copyright ( #4115 )
...
* run: `python3 contrib/devtools/copyright_header.py update .`
* bump copyright year
2021-04-20 22:33:02 +03:00
PastaPastaPasta
cc8880ec27
llmq/rpc: Adjust verify islock, don't err when transaction isn't known locally ( #4106 )
...
* llmq/rpc: Adjust verify islock, don't err when transaction isn't known locally
* combine two ifs
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
* tests: Verify islocks for unknown txes
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
2021-04-16 17:03:41 +02:00
dustinface
df0bf93cb7
llmq|rpc|test: Fix previous active set checks in RPC commands ( #4048 )
...
* llmq: Introduce signOffset in CSigningManager::VerifyRecoveredSig
* rpc|test: Fix `signHeight + dkgInterval` check in verifyislock
* rpc|test: Fix `signHeight + dkgInterval` check in `quorum verify`
* test: Test `signHeight + dkgInterval` checks
In `quorum verify` and `verifyislock` RPC commands
2021-03-25 12:30:00 -04:00
dustinface
fecdbefe5b
test: Make some tests executable ( #4044 )
2021-03-17 19:43:54 -04:00
dustinface
bbf8eac53f
test: Wait for recovered sig in rpc_verifyislock.py ( #3975 )
...
Should fix failures like https://gitlab.com/dashpay/dash/-/jobs/997361410 .
Looks like the reason for the failures is queuing recovered sigs here for processing 2493d851a7/src/llmq/quorums_instantsend.cpp (L876)
.
2021-02-03 11:09:08 -05:00
UdjinM6
f3e8401da5
rpc: Introduce verifyislock
( #3906 )
...
* Introduce `verifyislock` rpc
* Update test/functional/rpc_verifyislock.py
Co-authored-by: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com>
Co-authored-by: PastaPastaPasta <6443210+PastaPastaPasta@users.noreply.github.com>
2021-01-11 11:13:50 -06:00