-
We have a few versions already in this project.
1. Native to ERC based on v2 branch contracts
2. Native to ERC based on refactor_v1 branch
3. ERC to ERC based on v2 branch contracts
4. ERC to ERC …
-
I'd like to try to nail down the question of transfer: does it exist? if so, how is it modeled?
Use cases and issues to consider, from a survey of open issues:
* Transfer of rights vs change of l…
-
## Environment :
- OS ubuntu with [this bootstrap](https://github.com/branciard/blockchain-dev-env/blob/master/bootstrap-ubuntu-aws.sh)
- Parity docker image version: parity/parity:stable
- Par…
-
**Problem**: Current implementation of Block Reward contracts (`RewardByBlock.sol` and `RewardByTime.sol`) does not allow to get total amount of coins minted.
For example, this is the implementat…
-
**Problem**: The current implementation in `RewardByBlock.sol` assumes that the same account could receive new coin only once per block:
https://github.com/poanetwork/poa-network-consensus-contract…
-
As part of revisiting bridge contracts and adding support of `erc20-to-erc20` bridge mode (https://github.com/poanetwork/poa-bridge-contracts/tree/refactor_v1) it is necessary to investigate what set …
-
While Configuring Bridge it is configuring without any issue.but Foreign Bridge(on the left side) account balance it always showing 0(zero) despite it has ether (already verified from meta mask).
…
-
Depends on #37
Watchers implemented:
- [x] signature-requests (#71)
- [x] collected-signatures
- [x] affirmation-request
Currently the bridge uses `estimateGas()` JSON-RPC API to check if th…
-
Currently `bridge-nodejs` calculating required length of the message which is needed to be signed by a validator.
https://github.com/poanetwork/bridge-nodejs/blob/afa4b358476713aac2b90bbd1240c3d5f…
-
Since we added optional call if the recepient is contract etherscan will mark it as an error if contract doesn't have a fallback
```solidity
function transfer(address _to, uint256 _value) public r…