Alexander Kolotov
Alexander Kolotov
Besides the improper logging described in #446, the oracle serving the erc20-to-native bridge must not send the transaction at all if the amount of tokens is larger than the max...
Consider to address the issue with the current behavior of the xDai bridge oracle for the following situation: 1. There are four independent oracles for the bridge 2. The amount...
If the amount of transfers through the xDai bridge from the Ethereum Mainnet to the xDai chain is larger the max per tx limit, the oracle does not recognize this...
It has been discovered that the following code returns `false` if a RPC endpoint used by the burner wallet core return errors (e.g. quota limit for the infura endpoint): https://github.com/poanetwork/tokenbridge/blob/48dd53622c5b13cef5d9ae923cc148eb77b61d0a/burner-wallet-plugin/tokenbridge-bw-exchange/src/burner-wallet/assets/BridgeableERC20Asset.ts#L33-L43...
Consider to add new fields in the `getBalances.json` file produced by the monitor. One field (e.g. `"home": {. . ., "executedLimit"}`) should report about the current amount of the transfers...
If the amount of transfers through the xDai bridge from the Ethereum Mainnet to the xDai chain hits the daily limit, the oracle does not recognize this situation properly and...
Currently we have limited amount of test bridges (in fact, we have AMB only) due to needs to pay for hosting for the oracles for every bridge instance. But growing...
Consider to change the GitHub actions configuration as so: * for any commit to the `develop` branch the docker image for oracle and monitor must be built and pushed as...
Consider to develop a way how the oracle, monitor and ALM should be changed as so the end user could transfer the tokens through the OmniBridge (former multi-token extensions) from...
This issue is to address the work required on the oracle, monitor and ALM components to support the feature when an AMB extensions could send requests to the bridge oracles...