-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'merge-master-staging-ln' into staging-ln
- Loading branch information
Showing
207 changed files
with
3,986 additions
and
3,067 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ catch: | |
@echo "Choose a make target." | ||
envinit: | ||
# Keep golangci-lint version in sync with what's in .github/workflows/ci.yml. | ||
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(GOPATH)/bin v1.59.0 | ||
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(GOPATH)/bin v1.61.0 | ||
go install github.com/vektra/mockery/v2@latest | ||
go install github.com/matryer/moq@latest | ||
go install golang.org/x/tools/cmd/goimports@latest | ||
|
@@ -30,13 +30,6 @@ gomobileinit: | |
# TODO: replace with go install golang.org/x/mobile/cmd/gomobile@latest once https://github.com/golang/mobile/pull/105 is merged. | ||
git clone https://github.com/BitBoxSwiss/mobile.git /tmp/mobile && cd /tmp/mobile/cmd/gomobile && go install . | ||
gomobile init | ||
# Initializiation on MacOS | ||
# - run make from $GOPATH/src/github.com/BitBoxSwiss/bitbox-wallet-app | ||
# - additional dependencies: Qt 5.15 & Xcode command line tools | ||
# - add to $PATH: /usr/local/opt/[email protected]/bin | ||
osx-init: | ||
./scripts/osx-brew.sh | ||
$(MAKE) envinit | ||
servewallet: | ||
go run -mod=vendor ./cmd/servewallet | ||
servewallet-mainnet: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.