v0.3.0
There are a few breaking changes in this release. These are not functional features, but merely naming conventions:
Specifically,
MultichainContract
class has been renamed toMpcContract
adapter.handleSessionRequest
is nowadapter.beta.handleSessionRequest
Most of this Release just adds more documentation and shuffles around the location of some code.
What's Changed
- [Breaking] Fix Config & Rename Multichain Contract by @bh2smith in #90
- Docs Strings & Cleanup by @bh2smith in #91
- Deduplicate Array.from(toBytes...) and more cosmetic improvements by @bh2smith in #92
- [Wallet Connect] Implement
respondSessionRequest
by @bh2smith in #89 - [Breaking] Wallet Connect: Beta Feature Field by @bh2smith in #93
Full Changelog: v0.2.6...v0.3.0