Skip to content

Commit

Permalink
move master to v1 (decred#2874)
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Jul 22, 2024
1 parent 8f64c87 commit fa356ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![ISC License](https://img.shields.io/badge/license-Blue_Oak-007788.svg)](https://blueoakcouncil.org/license/1.0.0)
[![GoDoc](https://img.shields.io/badge/go.dev-reference-blue.svg?logo=go&logoColor=lightblue)](https://pkg.go.dev/decred.org/dcrdex)

### Bison Wallet and DCRDEX development
## Bison Wallet and DCRDEX development

This is the repository for development of Bison Wallet, DCRDEX, and Tatanka
Mesh.
Expand Down Expand Up @@ -46,7 +46,7 @@ Our goal is to find a balance of convenience and privacy that works for you,
while giving you access to advanced features most wallets ignore. For many
assets, we can cut out the middleman altogether and allow you to interact
directly with the blockchain network. This type of wallet is highly-resilient to
data collection and censorship.
data collection and censorship.

We also focus on bringing advanced, asset-specific features for out wallets.
With Decred, you can use CoinShuffle++ to further anonymize your funds, or stake
Expand Down
2 changes: 1 addition & 1 deletion client/app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
// and build metadata portions MUST only contain characters from
// semanticAlphabet.
// NOTE: The Version string is overridden on init.
Version = "0.7.0-pre"
Version = "1.0.1-pre"
)

func init() {
Expand Down
13 changes: 7 additions & 6 deletions docs/wiki/Client-Installation-and-Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ checkmark in the "native" column, no external software is required.

| Coin | native | full node | Electrum | notes |
|--------------|--------|-----------|----------|------------------------------|
| Bitcoin || [v0.21-v24](https://bitcoincore.org/en/download/) | [v4.2.x](https://electrum.org/) | |
| Decred || [v1.7-1.8](https://github.com/decred/decred-release/releases) | x | |
| Bitcoin || [v27.0](https://bitcoincore.org/en/download/) | [v4.5.5](https://electrum.org/) | |
| Decred || [v2.0.3](https://github.com/decred/decred-release/releases) | x | |
| Ethereum || geth IPC/http/ws | N/A | see <https://github.com/decred/dcrdex/wiki/Ethereum> |
| Litecoin || [v0.21.2.2](https://litecoin.org/) | [v4.2.x](https://electrum-ltc.org/) | may require a [bootstrap peer](https://gist.github.com/chappjc/d0f26b12258f8531bb78b37f38d080a0) |
| Bitcoin Cash || [v24+](https://bitcoincashnode.org/) | x | use only Bitcoin Cash Node for full node |
| Dogecoin | x | [v1.14.5+](https://dogecoin.com/) | x | |
| Litecoin || [v0.21.2.1](https://litecoin.org/) | [v4.2.2](https://electrum-ltc.org/) | |
| Bitcoin Cash || [v27.0.0](https://bitcoincashnode.org/) | x | use only Bitcoin Cash Node for full node |
| Dogecoin | x | [v1.14.7.0](https://dogecoin.com/) | x | |
| Zcash | x | [v5.4.2](https://z.cash/download/) | x | |

NOTE: The Electrum option is less mature and provides less privacy than the
Expand All @@ -76,7 +76,8 @@ several blocks.

### Initial Setup

1. Start the client. For standalone Bison Wallet (**bisonw**), open a command prompt
1. Start the client. For installed versions, open through your system applications menu.
For standalone Bison Wallet (**bisonw**), open a command prompt
in the folder containing the bisonw application and run it. e.g. `./bisonw` on
Mac and Linux, or `bisonw.exe` on Windows. To avoid the command prompt on
Windows, `bisonw-tray.exe` may be run instead. If using Decrediton instead of
Expand Down
2 changes: 1 addition & 1 deletion pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# For release, remove pre-release info, and set metadata to "release".
VER="0.7.0-pre" # pre, beta, rc1, etc.
VER="1.0.1-pre" # pre, beta, rc1, etc.
META= # "release"

export CGO_ENABLED=0
Expand Down

0 comments on commit fa356ff

Please sign in to comment.