-
Under this issue it is required to perform a research and prepare a process to upgrade the POA bridge to use 2.x contracts.
-
### Title
Title: Deployment tool for POA-bridges
Layer: Bridges
### Abstract
POA team needs unifed tool in order to deploy
https://github.com/poanetwork/poa-parity-bridge-contr…
-
As part of https://github.com/poanetwork/poa-bridge-contracts/issues/175 it was introduced an ability to work with ERC677 token deployed on the Foreign side of the bridge working in the `erc20-to-erc2…
-
It is obvious that for further AMB adoption it could be a situation when one chain concentrates several AMB contracts of the same nature. Even for now there are two bridges ETH-xDai and ETH-POA as so …
-
I had tried to test token bridge between Ropsten and Parity POA network. I had managed to deloy the contracts to both networks. The .env file for token bridge part is
```
BRIDGE_MODE=ERC_TO_ERC
…
-
I am porting the [POA Networks Bridge Contracts](/poanetwork/poa-bridge-contracts) from Solidity to Rust. However, the Solidity code makes use of fallback functions in several places, perhaps most no…
-
Since bridge contracts are in separate project just now and deployed separately, 'solc' is not needed as dependency for the bridge.
-
There are EVM opcodes that have no corresponding externs. This is causing problems in porting [the POA Networks Bridge Contracts][1] to Rust/WASM.
So far, I have run into the following limitations…
-
So, having a single Lithium node which condenses the block chain into the merkle tree is insecure because if the single node gets compromised then any leaf can be added into the tree and all security …
-
Hi,
Here spec proposal to implement a consortium bridge as described here : https://forum.poa.network/t/consortium-bridge/1739.
1. A consortium Bridge will introduce a whiteListing of ethereum add…