-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
32 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Changelog | ||
|
||
## Unreleased | ||
## 0.1.5 - 2020-10-05 | ||
|
||
- Reproducible builds using Docker (#51) | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "bwt" | ||
version = "0.1.4" | ||
version = "0.1.5" | ||
description = "a lightweight hd wallet tracker and query engine for Bitcoin" | ||
authors = ["Nadav Ivgi <[email protected]>"] | ||
license = "MIT" | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Bitcoin Wallet Tracker | ||
|
||
[](https://travis-ci.org/shesek/bwt) | ||
[](https://github.com/shesek/bwt/releases/tag/v0.1.4) | ||
[](https://github.com/shesek/bwt/releases/tag/v0.1.5) | ||
[](https://github.com/shesek/bwt/releases) | ||
[](https://hub.docker.com/r/shesek/bwt) | ||
[](https://crates.io/crates/bwt) | ||
|
@@ -78,18 +78,18 @@ The public key can be verified on [keybase](https://keybase.io/nadav), | |
[HN](https://news.ycombinator.com/user?id=nadaviv). | ||
|
||
```bash | ||
$ wget https://github.com/shesek/bwt/releases/download/v0.1.4/bwt-0.1.4-x86_64-linux.tar.gz | ||
$ wget https://github.com/shesek/bwt/releases/download/v0.1.5/bwt-0.1.5-x86_64-linux.tar.gz | ||
|
||
# Verify signature | ||
$ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F6104CD0F150FC | ||
$ wget -qO - https://github.com/shesek/bwt/releases/download/v0.1.4/SHA256SUMS.asc \ | ||
| gpg --decrypt - | grep ' bwt-0.1.4-x86_64-linux.tar.gz$' | sha256sum -c - | ||
$ wget -qO - https://github.com/shesek/bwt/releases/download/v0.1.5/SHA256SUMS.asc \ | ||
| gpg --decrypt - | grep ' bwt-0.1.5-x86_64-linux.tar.gz$' | sha256sum -c - | ||
|
||
$ tar zxvf bwt-0.1.4-x86_64-linux.tar.gz | ||
$ ./bwt-0.1.4-x86_64-linux/bwt --xpub <xpub> ... | ||
$ tar zxvf bwt-0.1.5-x86_64-linux.tar.gz | ||
$ ./bwt-0.1.5-x86_64-linux/bwt --xpub <xpub> ... | ||
``` | ||
|
||
The signature verification should show `Good signature from "Nadav Ivgi <[email protected]>" ... Primary key fingerprint: FCF1 9B67 ...` and `bwt-0.1.4-x86_64-linux.tar.gz: OK`. | ||
The signature verification should show `Good signature from "Nadav Ivgi <[email protected]>" ... Primary key fingerprint: FCF1 9B67 ...` and `bwt-0.1.5-x86_64-linux.tar.gz: OK`. | ||
|
||
The builds are reproducible and can be verified against Travis CI. See [more details here](#reproducible-builds). | ||
|
||
|
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 |
---|---|---|
@@ -1,20 +1,29 @@ | ||
-----BEGIN PGP SIGNED MESSAGE----- | ||
Hash: SHA256 | ||
|
||
89630e0288a9f27089109c9d70fe27ac9f61841a8a6719ee4f25f9d421123461 bwt-0.1.4-electrum_only-x86_64-linux.tar.gz | ||
ab633708f00913b5d4156c8e797a0453532a9ad9722575ea497e24bf7baf8b56 bwt-0.1.4-electrum_only-x86_64-win.zip | ||
c6a1839502fee57b9de8a0ca3d146c545373f6fc9aab52917ef924e06333c33e bwt-0.1.4-electrum_plugin-x86_64-linux.tar.gz | ||
e654b607647457aabf2e122dac2152cf4c0ae23dcb4b69296b10b79d201724e0 bwt-0.1.4-electrum_plugin-x86_64-win.zip | ||
cb9ce8d2c3d95918493ac7a14d803a522c69c8fe0e885bc27a6e0a9f405eb024 bwt-0.1.4-x86_64-linux.tar.gz | ||
215ed4bd88a718efc1d150cf32f68814a486b4486fdfbd72b19fc0fee6977ff6 bwt-0.1.4-x86_64-win.zip | ||
02ae56221a426161c82b628d6000abe784da0e078b0f67f308febf973a92e88f bwt-0.1.5-electrum_only-x86_64-win.zip | ||
2cff587cc7f28d8c6d66e83f5b8056bbb65bf9e82c254bf6967101c6fc77936e bwt-0.1.5-arm32v7.tar.gz | ||
308c9ea4d8cd7174372493dc7964ced2f417cfb63273a023e36960334d94c597 bwt-0.1.5-electrum_plugin-x86_64-linux.tar.gz | ||
45c02942f4139b8100098ea7811ddcae116fafc624b151ba4bafb74b92d6f540 bwt-0.1.5-electrum_plugin-x86_64-win.zip | ||
5c02cf22997838e853a8f05c0ba24ca58bac1b43d4b608dfeae21547167ab460 bwt-0.1.5-electrum_only-x86_64-linux.tar.gz | ||
6831366dd3c243fa52e6bcfa179487988a206e4ad1af79df61ae57493f09d73c bwt-0.1.5-electrum_only-x86_64-osx.zip | ||
70dd0b214525db7ac7e4c30b37d9aa544820ece85446c495f77b81212cbe5b6e bwt-0.1.5-x86_64-linux.tar.gz | ||
847bd986a228066d07fd79cea212ed769051b98c6cc3f7cd0a636bb4386ec16b bwt-0.1.5-electrum_plugin-arm64v8.tar.gz | ||
8c3d230578e144aca203f804e2363eaa84220868b49c381d025c4f9d998160da bwt-0.1.5-electrum_plugin-arm32v7.tar.gz | ||
acff3fd467cf9f510b22b9f67c9dc2c180bfea7e2d879518136ad5f8dc4f641c bwt-0.1.5-arm64v8.tar.gz | ||
daaf549c1b79cee8bf8566163ec24de698caef3abcb648e533e3f37ce1577044 bwt-0.1.5-x86_64-osx.zip | ||
dbdedfe47276458882e926364fe148fca41439b0b379936d96483fee66da5113 bwt-0.1.5-x86_64-win.zip | ||
deed8706b46b77d00762fd299a3a5905aa0e51585e4b46ba740eb2eb793e7a76 bwt-0.1.5-electrum_plugin-x86_64-osx.zip | ||
e15c0efa46090ef99474797d190f60d89dd1b511255fbfae464f46c0724c78f7 bwt-0.1.5-electrum_only-arm32v7.tar.gz | ||
ffb1675c00c53cd95c9da4a33b2f420cd36a87390329fb1e836843e11a3ff16a bwt-0.1.5-electrum_only-arm64v8.tar.gz | ||
-----BEGIN PGP SIGNATURE----- | ||
Version: GnuPG v1 | ||
|
||
iQEcBAEBCAAGBQJe8JbsAAoJEIH2EEzQ8VD8iX4H/1TkG+VOe8IXWvgxEs3ph30V | ||
IVBOAaasawgab0Es2ytirzUqRQ1iPaDltcrWxgTdfRIEphXka8LYCEBf3EPpJDmQ | ||
VueSev7d38iBhqX31roN7f/WrdkWCXpfE3tRHkbFGZUZsenOb6BEx1dg/fUWBVlZ | ||
EF3eugBlVEYMY4SJ5IWmfP4rOgdY6LgRnvgCvWB5D+DnvpuE+CYyTEgE6BBjygli | ||
8fevudhEH89tCi07Iom6D4Wt57WqqjJXPMAw95rmOaIKu7Oem/oiph5Ed33Kba5t | ||
EFss5yRpUqzjKZypkeYJYIXDTrWWXLXCr4B3dm0cMTg+HuITNjaWlQ7VlXe32lw= | ||
=x3a9 | ||
iQEcBAEBCAAGBQJfeyKVAAoJEIH2EEzQ8VD8eFUH/1maLG6jRCpu7iNOBVjwFBZH | ||
KO2kXKPkCYGBaLBdmiYejgZjTI2HLsTGUPFXfvtFIT+f+psLzhZ97kp5INKw8IiG | ||
Mv0QkfTgzl3O0OIWvub9oey9cGIcHNFhgQgbCY8b9f5+QxYrn0KfddBQdZ+2aB31 | ||
/zNDsHf0JzQCdd6OdHPKxsE144yzrws061qWSzH61oPOsWHjAIQ8DETrpRxS/vj8 | ||
sugSNV6snk0fm4IbYoZKDqxxANV09I+XfbGl5XCKNacC2bDrQq8YUGQNJ1pSB1hi | ||
exGLTB8bHslMWAPG4LL4age1VBDKqEFP/VHiPiAmERCOhZm5dX+6Dz5yhIWfW5s= | ||
=R1p3 | ||
-----END PGP SIGNATURE----- |