omni / poa-bridge

POA <-> Ethereum bridge for self transfers of POA native token to POA20 (ERC20 representation). Not supported. Use TokenBridge instead
https://github.com/poanetwork/token-bridge
GNU General Public License v3.0
79 stars 38 forks source link

Fork of parity-bridge? #111

Closed pkieltyka closed 5 years ago

pkieltyka commented 6 years ago

Hello,

I was just wondering whats the difference between this repo/project and https://github.com/paritytech/parity-bridge

thanks. nice work btw!

akolotov commented 6 years ago

There is a bunch of changes in Rust side, e.g. gas price oracle support, usage RPC instead of IPC, transaction sending performance enhancement, contract deployment is done as part of separate project. Solidity part is completely re-worked: brige contracts are upgradable, the token code was separated from the bridge contracts, set of validators could be changed on the fly.

pkieltyka commented 6 years ago

Nice. Those would be very useful things in a list for new users looking at both parity-bridge and POA to know the differences.

On Mon, Jul 9, 2018 at 7:09 AM, Alexander Kolotov notifications@github.com wrote:

There is a bunch of changes in Rust side, e.g. gas price oracle support, usage RPC instead of IPC, transaction sending performance enhancement, contract deployment is done as part of separate project. Solidity part is completely re-worked: brige contracts are upgradable, the token code was separated from the bridge contracts, set of validators could be changed on the fly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/poanetwork/poa-bridge/issues/111#issuecomment-403443183, or mute the thread https://github.com/notifications/unsubscribe-auth/AABJj5csyvCZWUbIPaBPTZRLr4f89dN-ks5uEznpgaJpZM4VG23F .

igorbarinov commented 6 years ago

@akolotov could you please update README and add the diff?

igorbarinov commented 5 years ago

@akolotov up