Closed jacque006 closed 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.json
s, etc.)
@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
What is this PR doing?
SPDX-License-Identifier
contract license metadata fromUnlicense
toMIT
for consistency with rest of repo.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
resolve conversation
button is for reviewers, not authors