ChainSafe / chainbridge-celo

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

Add RLP Header to Sig Verif struct + merge changes from main #122

Closed waymobetta closed 3 years ago

waymobetta commented 3 years ago

Description

This encodes the entire block header which will then be used within the proof verification process

Note: I could probably have gotten away with not creating a new function for this but it seemed like a good idea for testing purposes.

Related Issue Or Context

Closes: #118

How Has This Been Tested? Testing details.

Made test as well as modified existing

Types of changes

Checklist:

github-actions[bot] commented 3 years ago

Go Test coverage is 40.9 %\ :sparkles: :sparkles: :sparkles:

github-actions[bot] commented 3 years ago

Go Test coverage is 40.9 %\ :sparkles: :sparkles: :sparkles:

P1sar commented 3 years ago

why draft?