This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
Releases: paritytech/parity-bridge
Releases · paritytech/parity-bridge
Tumski
Tarr
Bay
- fix #127 and add test to prevent regression
- dump data (source, bytecode, abi, commit hash, version, ...) on deployment to help with https://etherscan.io/verifyContract and general deployment troubleshooting
- refactored and stricter integration test
- improve recommended config options
Solidarity
- close attack vector (#112)
- optional limits to amount of home/mainnet ether that can be lost when bridge is faulty or compromised (#119)
- use ethereum-types everywhere (ethabi, web3) which removes lots of type conversions
- refactor tests so they are much quicker to modify (#79)
- improve documentation. especially of config options
- add deployment guide
- introduce quickcheck property tests
- extract code dealing with messages and signatures
- various smaller improvements
Oberbaum
- close attack vector #54
- fix bug #87
- fix bug #61
- introduce contract code coverage reporting with codecov
- additional tests to reach 100% contract code coverage
ForeignBridge
now implements ERC20 (#85)- introduce solium linting and make it pass with 0 errors/warnings
- single authority integration test
- heavy refactoring of contracts
- lots of additional documentation
- various smaller improvements
Golden Gate
First parity-bridge release