Alexander Kolotov

Results 82 comments of Alexander Kolotov

The same is applicable for the transaction: https://etherscan.io/tx/0x3cf2c78ebcec110092422a7b2333f5ba962a0959d27a3edd0057e616e5219054 So, with these two transactions the balance leaks for `0.000000000000000002` Dai.

thanks @livnev for explanation! In general, this approach is OK since it is assumed that DSR>0 and `(pie * chi) - invested dai` will always be more than zero bearing...

> As far as I know, the regeneration of TSS key will not change the address. Could you provide more details how exactly this work? From my perspective, as Kirill...

The feature to block incoming transactions could be also useful for the following scenario: There is an application that listen BNC transactions sent to an address and do something (e.g....

> So, I believe we should take into account the contract's size and choose the approach which would let us keep the size as small as possible (but also consider...

> > Can you check the merge one more time? For example, I have found that `_relayTokens` was removed from the `ForeignBridgeErcToNative.sol` by some reason. > > I removed `_relayTokens`...

Initial implementation of suggested changes has been started in https://github.com/poanetwork/tokenbridge-contracts/tree/existing-implementations

Use case is the following: An application would like to use it own version of token on Home (probably a modification of our token). Most probably they will use their...

As it was mentioned in https://github.com/poanetwork/poa-bridge-contracts/pull/71#discussion_r211768506 it makes sense to consider the following enhancement: we add the following configuration parameters in `.env`-file: ``` HOME_ERC677_TOKEN_ADDRESS HOME_ERC677_TOKEN_NAME HOME_ERC677_TOKEN_SYMBOL HOME_ERC677_TOKEN_DECIMALS ``` and ```...

Thanks for analysis. First of all, we can simply stop all bridge operation by setting the daily limit in 0 on both side and waiting some amount of time. It...