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

Draft: [snap] Update project structure #49

Merged
merged 26 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
afe53f1
Restructurize connector
ardier16 Mar 20, 2024
a57228d
Update changelog
ardier16 Mar 20, 2024
cd8b285
Merge branch 'main' of github.com:rarimo/rarime into feature/connecto…
ardier16 Mar 20, 2024
9dcc652
Add zkp-iden3 package
ardier16 Mar 20, 2024
3131785
Update changelog
ardier16 Mar 20, 2024
ba3745c
Update snap structure
ardier16 Mar 20, 2024
712dd02
upd connector readme
lukachi Mar 21, 2024
1680fea
Merge branch 'feature/connector-restructurization' into feature/zkp-i…
lukachi Mar 21, 2024
84fffe7
Merge branch 'main' of github.com:rarimo/rarime into feature/connecto…
ardier16 Mar 21, 2024
51c78f1
Merge branch 'main' of github.com:rarimo/rarime into feature/zkp-iden3
ardier16 Mar 21, 2024
3c056d4
remove unnecessary commented code from README
lukachi Mar 21, 2024
1e2dbd0
Merge branch 'main' into feature/connector-restructurization
lukachi Apr 2, 2024
0954a95
bump v
lukachi Apr 2, 2024
572bda0
Merge branch 'feature/connector-restructurization' into feature/zkp-i…
lukachi Apr 2, 2024
b8d381f
bump zkp-iden3 v, rebuild snap
lukachi Apr 2, 2024
4fac86f
Merge branch 'feature/zkp-iden3' into feature/update-snap-structure
lukachi Apr 2, 2024
e317f01
reinstal deps, rebuild snap
lukachi Apr 2, 2024
0aac2f1
Merge branch 'main' into feature/update-snap-structure
lukachi Apr 11, 2024
f89c0da
fix after review
lukachi Apr 18, 2024
ca84dd8
reorganize snap, to remove chains from config wip
lukachi Apr 22, 2024
ab408c3
add evm rpc url for core chain details
lukachi Apr 22, 2024
6e268bf
hotfix
lukachi Apr 22, 2024
b13a914
upd readme, renamed chains consts to be more apropriate
lukachi Apr 22, 2024
3854af9
upd connector readme
lukachi Apr 22, 2024
d2b345e
rename CORE_CHAINS const
lukachi Apr 23, 2024
bd84190
hotfix
lukachi Apr 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update Jest config for testing
- 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
- Extract `RarimeSnapBase` as a base snap instance and `ZkpSnap` as an instance for ZKP interactions
Expand Down
Loading