Kirill Fedoseev
Kirill Fedoseev
Also, I would like to clarify one more moment. You mentioned that the maximum rounding error is `1 wei` of `DAI`, however, seems to me that this is not true....
For example, let's consider our case. We are making a crosschain bridge. - There exists a TSS MultiSig binance account for processing token transfers. - At some time, we may...
Yes, it is possible to keep the same address. But our main goal is also to change the set of parties, so that previously generated tss partial keys won't work...
It is also possible to make `relative_limit` parameter in the proposed solution computable. Let's take a parabola function as a dependency of relative limit on current bridge balance. Also let's...
Hi, @maxaleks, @varasev Let's consider a concrete example: We have a `relative_limit_threshold = 20 ether`, which is indeed, as @akolotov mentioned, can equal to `minPerTx()`. Now we have `max_balance =...
> Could you share ideas why previously the lint does not require such changes for the contracts? I think some linting rules were changed or added to the new version...
1. I did not get this error previously, while using other versions, and I didn't get it when using the `0.2.8` for a long time as well. 2. I am...
Sure, I can.
If I am not mistaken, also we need to `_truncateToN` msg, so that line should be `var e = this._truncateToN(new BN(msg, 16));`
## What happens at the oracle? When user performs a simple call to the `transfer`/`transferFrom` method on any ERC20 compatible token, interaction with the AMB bridge is omitted. However, the...