-
An ERC20 token contract is required to put stakes on observers. It is currently disabled in [`make_spec.js`](https://github.com/poanetwork/pos-contracts/blob/bea1810b675ab2d53a727bbb8723c339b7abeede/s…
-
At the moment it is cumbersome for the user to do so, with TBML we can make it native and easy for the user.
Dependent on #963
-
Currently the token bridge instances uses the gas price oracle to get the gas price for transactions directed to the ETH Mainnet. If the oracle will be hacked or the connection to the oracle will be s…
-
I'm trying to run `node deploy.js` in the `develop` branch with the `.env` provided below. Whatever I do, there are always invalid addresses `0x` in the output. What am I doing wrong?
```
$ node dep…
-
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 equals the estimated ga…
-
The current implementation of the bridge contracts in `native-to-erc` mode allows to an user to operates within specified limits (daily limit and limits per transaction). But it still allows to operat…
-
# OmiseGO AMA 14
**[OmiseGO AMA 14 - February 3, 2019](https://www.reddit.com/r/omise_go/comments/aki87n/omisego_ama_14_february_3_2019/)**
***
**Can L1 and L2 Interaction be made seamless or i…
-
Hi,
I try to update to latest bridges version :
[poa-bridge-contracts 2.2.0](https://github.com/poanetwork/poa-bridge-contracts/releases/tag/2.2.0)
[token-bridge 1.1.0]( https://github.com/poanetw…
-
The current security model assumes existence of three roles:
- an account with permissions to upgrade the bridge contract
- an account with permissions to upgrade the bridge validator contract
- an…
-
In order to implement a new bridge mode described in https://hackmd.io/s/Bk9icHBd7 the changes on bridge contracts and bridge process side were requested:
* https://github.com/poanetwork/poa-bridge…