getwax / bls-wallet

Core components to use layer 2 smart contract wallets with the BLS signature scheme
MIT License
178 stars 47 forks source link

Update contract licenses to MIT #608

Closed jacque006 closed 1 year ago

jacque006 commented 1 year ago

What is this PR doing?

How can these changes be manually tested?

:eyes: , :judge:

Does this PR resolve or contribute to any issues?

Resolves https://github.com/getwax/bls-wallet/issues/607

Checklist

~I have manually tested these changes~ No testing needed

Guidelines

jacque006 commented 1 year ago

Updating the SPDX-License-Identifier appears to have changed the contract bytecode. This will have conflicts with https://github.com/getwax/bls-wallet/pull/606/ depending on which goes in first (deps.ts, package.jsons, etc.)

jacque006 commented 1 year ago

@JohnGuilding ~That clients version was pinned to an experimental release in main when I started this work. It doesn't seem to be causing any harm so I rolled with it.~

~When we pin v1, we can set it back to a non-experimental semver.~ Set it back in this PR