ChainSafe / chainbridge-celo

GNU Lesser General Public License v3.0
3 stars 2 forks source link

Remove G1 param from calling ExecuteProposal #85

Closed P1sar closed 3 years ago

P1sar commented 3 years ago

Remove G1 param from calling ExecuteProposal

Implementation details

Currently Bridge implementation requires g1 []byte param to call ExecuteProposal. Remove it once it removed from contracts implementation by solidity team. Af

Testing details

Fix all unit tests

Acceptance Criteria

Tests are passed