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

Stronghold migration #456

Merged
Merged
Show file tree
Hide file tree
Changes from 54 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
5bd6746
Add stronghold v3 migration
thibault-martinez Mar 31, 2023
4b3a869
Add wallet part
thibault-martinez Mar 31, 2023
8a43e32
Update sdk/src/client/stronghold/migration.rs
thibault-martinez Mar 31, 2023
3cacd1a
Add migration to cli
Thoralf-M Apr 3, 2023
bd58cc7
Undo change
Thoralf-M Apr 3, 2023
5eec5b5
Update example
Thoralf-M Apr 3, 2023
1533d69
Address review comments, add more zeroize to password
Thoralf-M Apr 3, 2023
76ffece
Merge pull request #2 from thibault-martinez/stronghold-fix-cli
thibault-martinez Apr 5, 2023
0d57c26
Return StrongholdInvalidPassword
thibault-martinez Apr 14, 2023
1a4724a
Merge branch 'develop' into stronghold-fix
thibault-martinez Apr 26, 2023
d9ed6be
Merge conflicts
thibault-martinez Apr 26, 2023
91aa7e4
Fix test
thibault-martinez Apr 26, 2023
814bcc2
Merge branch 'develop' into stronghold-fix
thibault-martinez May 4, 2023
731c2d7
Fixes
thibault-martinez May 4, 2023
ba83fb1
Use re-exported engine
thibault-martinez May 4, 2023
924c8e1
Fix migration with data test
thibault-martinez May 4, 2023
5317a49
Avoid potential migration filename clash
thibault-martinez May 4, 2023
9f2f70c
Merge branch 'develop' into stronghold-fix
thibault-martinez May 8, 2023
5ebef99
Clean tests
thibault-martinez May 8, 2023
b03ffea
Expose salt and rounds
thibault-martinez May 9, 2023
96db11c
Merge branch 'develop' into stronghold-fix
thibault-martinez May 16, 2023
957303c
Merge branch 'develop' into stronghold-migration
thibault-martinez May 17, 2023
ab108a9
Merge branch 'develop' into stronghold-migration
thibault-martinez May 24, 2023
99ae7de
Fix Python example
thibault-martinez May 24, 2023
693ae21
Merge branch 'develop' into stronghold-migration
thibault-martinez May 25, 2023
27652c0
Cleanup python example
thibault-martinez May 25, 2023
129dffb
Nit
thibault-martinez May 25, 2023
4e2f6c2
Rename
thibault-martinez May 25, 2023
e893b8f
Nit
thibault-martinez May 25, 2023
11c114e
Remove from message interface
thibault-martinez May 25, 2023
9cadcf8
Nit
thibault-martinez May 25, 2023
7d5382e
Clean up nodejs example
thibault-martinez May 25, 2023
f142470
gitignore nit
thibault-martinez May 25, 2023
fc48cab
Nit
thibault-martinez May 25, 2023
4320ecc
CLI nits
thibault-martinez May 25, 2023
c453d10
Revert some changes
thibault-martinez May 25, 2023
724a638
CLI nits
thibault-martinez May 25, 2023
2ce1ea5
Cleanup java example
thibault-martinez May 25, 2023
267f620
Clippy
thibault-martinez May 25, 2023
b3d13d7
Rust example cleanup
thibault-martinez May 25, 2023
1017356
Migrate old snapshot in check_existing_db
thibault-martinez May 25, 2023
0694ced
Changelog
thibault-martinez May 25, 2023
604d8d9
nit
thibault-martinez May 25, 2023
2c012eb
nit
thibault-martinez May 25, 2023
7f85b1c
Bump crypto to 0.20
thibault-martinez May 25, 2023
0145808
Return error for invalid rounds
thibault-martinez May 25, 2023
e0928a4
Use lowercase error
thibault-martinez May 26, 2023
8282cb2
Merge branch 'develop' into stronghold-migration
thibault-martinez May 26, 2023
c73cfae
Migrate chain
thibault-martinez May 26, 2023
1b2271f
Merge branch 'develop' into stronghold-migration
thibault-martinez May 26, 2023
6320616
Changelog nit
thibault-martinez May 26, 2023
04b73ac
Check that tmp doesn't already exist
thibault-martinez May 26, 2023
a9bb888
Remove unwrap
thibault-martinez May 26, 2023
13c9557
Some fixes
thibault-martinez May 26, 2023
7eff754
Bump
thibault-martinez May 26, 2023
d80e9f9
Nits
thibault-martinez May 26, 2023
fb042c8
ffs
thibault-martinez May 26, 2023
8ac86c5
Fix
thibault-martinez May 26, 2023
e20558a
Fix java
thibault-martinez May 26, 2023
ed07ba7
Typo
thibault-martinez May 27, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9
with:
version: "0.2.84"
version: "0.2.86"

- name: Set up Node.js
uses: actions/setup-node@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/wasm-bindgen-action@24ba6f9fff570246106ac3f80f35185600c3f6c9
with:
version: "0.2.84"
version: "0.2.86"

- name: Set Up Node.js ${{ matrix.node }} and Yarn Cache
uses: actions/setup-node@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ signed_transaction.json
*.log
.env
*.stronghold
!**/tests/**/**.stronghold
.DS_Store
book

Expand Down
Loading