bridge-ui icon indicating copy to clipboard operation
bridge-ui copied to clipboard

UI for TokenBridge, an interoperability solution between Ethereum networks for native and ERC tokens

Results 17 bridge-ui issues
Sort by recently updated
recently updated
newest added

As per work under https://github.com/poanetwork/bridge-ui/issues/151 new startup alarm and error windows were introduced. It is necessary to port these changes back to v1.0 version of the Bridge UI.

1.x

In some configurations of the token bridge, the bridge validators will have no ability to call `executeSignatures` on the Foreign side (e.g. they have zero balance on the Foreign network...

in progress

Loaded through trustwallet used dapp bridge ui to transfer poa to poa20 shows success yet no tokens deposited to actual wallet pls advise ![Screenshot_20210730-025006](https://user-images.githubusercontent.com/58034267/127613650-88131786-63b0-47f6-9b6b-745ea63473ed.jpg) ![Uploading Screenshot_20210730-024819.jpg…]()

**Link to design:** [https://app.zeplin.io/project/5ada3ed8a22bd68b01144c63/screen/5bd91923075b100a2cff2e68](https://app.zeplin.io/project/5ada3ed8a22bd68b01144c63/screen/5bd91923075b100a2cff2e68) **Preview:** ![image](https://user-images.githubusercontent.com/1939415/47998679-f1ddb300-e0de-11e8-91ca-7fbbe1155b00.png)

Use case: I send a tx, the tx is in pending state, I hit refresh Expected result: I should still have loading windows showing pending state and waiting for tx...

enhancement
medium priority

The recent modification in INFURA API could produce the error like the following: ```json {"jsonrpc":"2.0","id":1,"error":{"code":-32005,"message":"query returned more than 1000 results"}} ``` if `eth_getLogs` requests deal with a wide block frame....

errors.js:29 Uncaught (in promise) Error: Returned error: VM execution error. at Object.ErrorResponse (http://localhost:3000/static/js/bundle.js:89731:16) at http://localhost:3000/static/js/bundle.js:96956:36 at XMLHttpRequest.request.onreadystatechange (http://localhost:3000/static/js/bundle.js:112036:13) From previous event: at PromiEvent (http://localhost:3000/static/js/bundle.js:96582:24) at send (http://localhost:3000/static/js/bundle.js:90698:21) at Object._executeMethod (http://localhost:3000/static/js/bundle.js:110780:24)...

As part of https://github.com/poanetwork/poa-bridge-contracts/pull/117 the new functionality was introduced. It does not allow accepting the tokens relays if the amount of tokens is above the limits. Test case for the...

Steps: Use trust wallet to transfer from POA20 to POA ![image 2018-12-19 22 36 46](https://user-images.githubusercontent.com/9360827/50237376-917ca980-03de-11e9-8304-31d8d95829bb.jpg) Even though everything worked, I have received this error message

1.x

This issue is derived from #156. We need to add support for networks that don't support `eth_getLogs`. See https://github.com/poanetwork/bridge-ui/issues/156#issuecomment-446371360 for further details.