Tomasz Słaboń
Tomasz Słaboń
This PR is the follow-up PR to https://github.com/keep-network/keep-core/pull/3120. Missing unit tests for `signingMember.VerifyDKGResultSignatures` were added. Additionally, made the function not return an error since it never fails and always returns...
This PR adds a fix for the problem of parameter generating goroutines not being stopped on procedure start. The problem occurs when the parameter pool is full - the parameter...
Work in progress This PR replaces usage of Electrum with Electrs. Work done so far: - removed unused functions
Depends on https://github.com/keep-network/keep-core/pull/3427. This PR adds the wallet maintainer.
One of wallets Bitcoin transactions ([tx](https://blockstream.info/testnet/tx/66d1d97644866f43abbd44808acf582450b630d4a8cd5dced9d5b3b87006f1dd)) cannot be proven in the Bridge in Ethereum Sepolia testnet. Proving transactions in the Bridge requires calling functions like [submitRedemptionProof](https://github.com/threshold-network/tbtc-v2/blob/b7fd00c086ae00dafef72d7501fc1df160ad16aa/solidity/contracts/bridge/Bridge.sol#L638). One of the checks...