keep-ecdsa
keep-ecdsa copied to clipboard
The smart contracts and client behind the Keep ECDSA client
Application-specific actions extension for tBTC currently supports all actions but provide redemption proof. This one is quite complex as it requires having ECDSA client understand and see BTC transactions. This...
Application-specific actions monitoring does not currently handle client restarts assuming the probability of all three signers restarting during the monitoring is small. This issue aims at improving it and handling...
The attacker, hereby referred to as "abandoner" will exploit the system to increase his own rewards. His attack will be targeted against innocent node operators, hereby referred to as "victims"....
When the operator account is used outside of the client, the client may lose track of pending transactions. For example: - client submits a public key to the chain, -...
Once the client completes key generation for a new keep it is a member of, it starts watching signing events from that keep. It often happens that the client logs:...
Assume the following situation happens: - Client generated keep public key successfully. - Client submitted public key to the chain. - Transaction was heavily underpriced and the client got restarted...
I want to start a discussion around different ways to ease the onboarding of new nodes as well as making it easier to maintain a node after it has started...
I am running an ECDSA testnet node with the ``keepnetwork/keep-ecdsa-client:v1.0.0`` docker image. I used the following bootstrap peers made available by community member @afmsavage : ``/dns4/testnet.keep-client.hashd.dev/tcp/3920/ipfs/16Uiu2HAmJsBiNVFNxsJ27NSQEByv39B1M7AKx5FrAc1htqYhHGhU","/ip4/3.23.88.229/tcp/3919/ipfs/16Uiu2HAmEZpkf1Td8rSBMmgPoa66si2kJLb83Rd2eztJ6f5oLvhp`` My node starts up...
[securego/gosec](https://github.com/securego/gosec) inspects source code for security problems by scanning the Go AST. Consider fixing relevant issues and including this as part of the build process. 11 issues reported, full paste:...
Add integration test execution to the CI process. -- _Implementer_: @liamzebedee _Feature buddy_: @nkuba