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

feat: add ledger, stronghold and keychain into cli #2655

Merged
merged 42 commits into from
Feb 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5c1e394
Update keychain implementation
lmoe Jun 23, 2023
2009f7b
Update go.mod
lmoe Jul 2, 2023
60d7841
tidy go mod
lmoe Jul 2, 2023
934f2bf
Implement Ledger, Stronghold, InMemory seed in Keychain
lmoe Jul 2, 2023
5fb61fb
Update tests
lmoe Jul 3, 2023
1068ebb
Move keychain to config, put JWT token into keychain, establish based…
lmoe Jul 3, 2023
15c49ee
Apply linter fixes
lmoe Jul 3, 2023
c7794bc
Fix stronghold db path
lmoe Jul 3, 2023
bc24649
Add scheme configuration
lmoe Jul 3, 2023
9248733
Refactoring
lmoe Jul 17, 2023
baa3ab0
Fix rebase
lmoe Jul 17, 2023
6635e3a
Refactoring, add loglevel
lmoe Jul 18, 2023
45d73e1
Refactoring
lmoe Jul 18, 2023
e014cbb
Refactoring
lmoe Jul 18, 2023
7f1a616
Update keychain implementations
lmoe Jul 26, 2023
8989971
Update wasp-cli dependencies
lmoe Jul 26, 2023
0db4b00
Tidy modules
lmoe Jul 26, 2023
2c309f3
Update keychain
lmoe Aug 1, 2023
497957c
rebase with develop
lmoe Sep 14, 2023
5b46a44
Change lib search path
lmoe Sep 14, 2023
1a165f4
Update cli wallet implementation
lmoe Oct 25, 2023
8762c0a
Apply lint
lmoe Oct 25, 2023
91fe68f
Update modules
lmoe Oct 26, 2023
f9ab9b4
Update modules
lmoe Nov 7, 2023
7353164
Update iota-sdk bindings library name
lmoe Nov 7, 2023
43eb8c6
Migrate BIP44 additions to the keychain funcs
lmoe Nov 10, 2023
06172e8
Fix return value
lmoe Nov 10, 2023
b90b0ed
Update wallet sdk
lmoe Dec 11, 2023
df88c87
Update wasp wallet sdk
lmoe Feb 6, 2024
2c668bc
Update dependencies
lmoe Feb 6, 2024
27bf1a6
Fix address index uint type conversion
lmoe Feb 6, 2024
342483f
Change cli release workflow to include the iota-sdk bindings into eac…
lmoe Feb 6, 2024
0524311
Add sdk folder to gitignore
lmoe Feb 6, 2024
f641ab0
Move bindings pull in workflow
lmoe Feb 6, 2024
d38a20a
Use latest iota bindings
lmoe Feb 6, 2024
1d356c2
Merge develop dependencies
lmoe Feb 12, 2024
cf86957
Update wasp-cli dependencies
lmoe Feb 12, 2024
3e262c0
Refactor wallet cli features
lmoe Feb 12, 2024
6f1d6bb
Update dependencies
lmoe Feb 12, 2024
8200200
Create boilerplate config on init
lmoe Feb 12, 2024
976d724
Lint fixes
lmoe Feb 12, 2024
654ced0
Remove comment
lmoe Feb 12, 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
2 changes: 1 addition & 1 deletion tools/wasp-cli/cli/wallet/wallet.go
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ func Load() wallets.Wallet {
}
}

return nil
return loadedWallet
}

func InitWallet() {