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

POA <-> Ethereum bridge for self transfers of POA native token to POA20 (ERC20 representation). Not supported. Use TokenBridge instead

Results 32 poa-bridge issues
Sort by recently updated
recently updated
newest added

minor minor typo error

Hello POA team, I just wanted to air an idea I had in mind while talking with Marek from ethworks. To my knowledge, current validator sets for cross-chain bridges are...

Compiling ethstore v0.2.0 (http://github.com/paritytech/parity?rev=991f0ca#991f0cac) error[E0034]: multiple applicable items in scope --> /Users/sandeepkumar/.cargo/git/checkouts/parity-dc9825eb65b3adf1/991f0ca/ethstore/src/accounts_dir/memory.rs:33:45 | 33 | Ok(self.accounts.read().values().cloned().flatten().collect()) | ^^^^^^^ multiple flatten found | = note: candidate #1 is defined in an...

After changes made under https://github.com/poanetwork/poa-bridge/pull/80 gas price for bridge transactions is fetched from the oracle so there is no need to specify it in `transactions` section. But this parameter still...

After changes made under https://github.com/poanetwork/poa-bridge/pull/82 the section `authorities` does not contain any parameters any more but still required to be specified in the configuration file.

## Changes * Remove the `rpc_host` and `rpc_port` fields from the configuration file format and add `primary_rpc_host`, `primary_rpc_port`, `failover_rpc_host`, and `failover_rpc_port`. * Add the `RpcUrl` and `RpcUrlKind` types. * `RpcUrl`...

## Changes * Remove contract addresses from `Database` and add to `Node`. * Rename the `config::load` module to `parse`. * Update tests and README. ### Side Comments and Suggestions *...

in progress

Currently, the contract addresses are being configured in the database TOML file. This file also contains already inspected blocks which are updated as soon as new block appeared and confirmed...

in progress

**Problem**: poa-bridge is not compatible with v2 bridge-contracts **Solution**: update deposit-relay, withdraw-relay, and message-to-mainnet to be compatible with v2 contracts, remove withdraw-confirm, create deposit-confirm. Closes #5

in progress