You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2023. It is now read-only.
Merge remote-tracking branch 'origin/master' into ethereum-master
* origin/master: (23 commits)
(#1919) Migrate to AddWatchedAddresses (#1920)
Do not mark wallet address as watched + fix earlier txn errors
Refactor zcash buildtx
Import latest zcash changes
Update make openbazaard command to not include tag
Point Dockfiles at public Docker Hub repo; Add make help
Bump version to 0.13.7
Update zcash branchID
Remove unused imports
Fix linter issues
Update transports
Update Bitcoin Cash rates dialer
Refactor Dockerfile.dev to derive from latest Dockerfile.qa
Refactor Dockerfile.qa
Add openbazaard and qa targets to Makefile; Fix docker build targets
Add QA docker commands to Makefile
QA dockerfile
Add qa.sh script
Fix transports for message retriever and images
Fix formatted logging messages
...
Conflicts:
Makefile
net/service/handlers.go
qa/runtests.sh
vendor/github.com/OpenBazaar/multiwallet/bitcoin/wallet.go
vendor/github.com/OpenBazaar/multiwallet/bitcoincash/exchange_rates.go
vendor/github.com/OpenBazaar/multiwallet/bitcoincash/wallet.go
vendor/github.com/OpenBazaar/multiwallet/litecoin/wallet.go
vendor/github.com/OpenBazaar/multiwallet/zcash/exchange_rates.go
vendor/github.com/OpenBazaar/multiwallet/zcash/wallet.go
Copy file name to clipboardExpand all lines: docs/install-linux.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
54
54
55
55
Checkout a release version:
56
56
```
57
-
git checkout v0.13.6
57
+
git checkout v0.13.7
58
58
```
59
59
60
60
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.
Copy file name to clipboardExpand all lines: docs/install-osx.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ It will use git to checkout the source code into `$GOPATH/src/github.com/OpenBaz
56
56
57
57
Checkout a release version:
58
58
```
59
-
git checkout v0.13.6
59
+
git checkout v0.13.7
60
60
```
61
61
62
62
Note: `go get` leaves the repo pointing at `master` which is a branch used for active development. Running OpenBazaar from `master` is NOT recommended. Check the [release versions](https://github.com/OpenBazaar/openbazaar-go/releases) for the available versions that you use in checkout.
0 commit comments