mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 20:54:20 +01:00
Support macaroons and TLS && Add arkd wallet cmds (#232)
* Update protos * Update handlers * Support macaroons and TLS * Add arkd cli * Minor fixes * Update deps * Fixes * Update makefile * Fixes * Fix * Fix * Fix * Remove trusted onboarding from client * Completely remove trusted onboarding * Fix compose files and add --no-macaroon flag to arkd cli * Lint * Remove e2e for trusted onboarding * Add sleep time
This commit is contained in:
committed by
GitHub
parent
059e837794
commit
57ce08f239
@@ -1,6 +1,6 @@
|
||||
module ark/pkg/client-sdk/example
|
||||
|
||||
go 1.22.2
|
||||
go 1.22.4
|
||||
|
||||
replace github.com/ark-network/ark => ./../../../../../server
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module ark/pkg/client-sdk/example
|
||||
|
||||
go 1.22.2
|
||||
go 1.22.4
|
||||
|
||||
replace github.com/ark-network/ark => ./../../../../../server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user