AntelopeIO / reference-contracts

Other
10 stars 14 forks source link

IF: Update BIOS finality tests to use base64url encoded BLS keys and signatures #56

Closed linh2931 closed 8 months ago

linh2931 commented 8 months ago

Change Description

Leap PR https://github.com/AntelopeIO/leap/pull/2255 changes BLS keys and signatures to base64 url format. Existing tests in BIOS finality use regular base64 format. Update the tests to use base64 URL format.

Deployment Changes

API Changes

Documentation Additions

ericpassmore commented 7 months ago

Note:start group: IF category: INTERNALS summary: Easier to use BLS key format. Matches leap implementation. Note:end