Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[connector] Refactor snap instance & add interaction with state contracts #47

Merged
merged 11 commits into from
Apr 11, 2024
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use latest MetaMask snap libraries
- Use `workspace` version inside packages
- Extended snap RPC timeouts to 3 minutes
- `@rarimo/rarime-connector`:
- Move interaction with state contracts to connector package
ihordiachenko marked this conversation as resolved.
Show resolved Hide resolved
- Extract `RarimeSnapBase` as a base snap instance and `ZkpSnap` as an instance for ZKP interactions
ihordiachenko marked this conversation as resolved.
Show resolved Hide resolved
- Define global reusable types & helpers

### Removed
- `packages/site` package
Expand Down
Loading
Loading