Kirill Fedoseev

Results 48 issues of Kirill Fedoseev

Hi. I am using `0.2.8` version of `multi-party-ecdsa`. In particular, I have used `{1,3}` party scheme. I have recently faced with the following error during signature generation process: ``` DEBUG:...

**Changes** Transactions can send money to addresses, which are not inspected by some person/service. This script can provide a way of temporary blocking all incoming transactions for the particular address.

Adds functionality requested under #604 . This PR only makes changes relevant to the AMB contracts. Changes for erc-to-native bridge will be implemented later, in a distinct PR. For AMB,...

In the bridge modes where fee collection is supported at the destination side, it can be impossible to withdraw all the tokens back to the originating side of the bridge....

bug

I noticed that `yarn` package manager works much faster than the default `npm`. Also, `yarn` is used in the monorepo, so I propose to use it in this repo as...

This PR combines several changes: - Refactored oracle source files, separating binance-related code into shared module. - Updated dependencies. - Switched to tss `v0.2.9`, in which several minor bugs were...

Some parts of the code were splitted into several files. Dependencies for docker containers were optimised. File/directory structure was improved.

In case when oracle starts generating signature for an already sent transaction, current transaction nonce should be skipped. Previous version handled this case incorrectly.

bug