Alexander Kolotov
Alexander Kolotov
The current token-bridge e2e testing assumes that networks the bridge is tested for are after the Byzantium fork at least. But starting from https://github.com/poanetwork/poa-bridge-contracts/pull/161 we support deployment bridge contracts on...
The analysis of https://github.com/poanetwork/token-bridge/issues/126 exposes that calls of different methods requires different gas amount to be added extra to the amount provided by `gasEstimate`: e.g. the consumption of the `executeAffirmation`...
The current version of the code deployed as the xDai bridge estimates gas usage before sending every transaction in order to sets gas limit in the transaction. Actual gas limit...
As per changes delivered under https://github.com/poanetwork/bridge-nodejs/pull/67 it was introduced that the bridge contracts data are used to get required length of the message. The implemented logic assumes that the length...
At this moment there are two ways in the code to call JSON-RPC methods on the Ethereum node (web3 provider) side. The first way is to call web3 functionality through...
Consider to introduce a mechanism to discover transactions that should be executed automatically. The mechanism must operates through reading a json file which is provided on the ALM deployments phase....
Statuses Success and Fail in ALM initially used to get status of the transactions sent by the bridge oracles. The intent was to help with issues troubleshooting. At the same...
With the new AMB contracts and oracles it is possible interact with the AMB contract on the Home chain to originate requests for information from the Foreigh chain. It makes...
As soon as https://github.com/poanetwork/tokenbridge-contracts/issues/604 is implemented it is required to modify the monitor to track appearance of `ReconfirmationRequested` event for the corresponding `UserRequestedForSignature` events. It will allow to build statistics...
As soon as https://github.com/poanetwork/tokenbridge-contracts/issues/604 is implemented it is required to modify the oracle to add a new worker to listen `ReconfirmationRequested` events. As soon as the event received the oracle...