edge version

This commit is contained in:
Peter D. Gray 2023-05-09 09:45:07 -04:00
parent 0a506ecec6
commit 79e820fea1
No known key found for this signature in database
GPG Key ID: F0E6CC6AFC16CF7B

View File

@ -66,6 +66,16 @@ so at the top level, do this command:
pip install -r requirements.txt
```
## Long-Lived Branches
We are now maintaining two branches: `master` and `edge`.
"Edge" will contain features that may not be ready for prime time,
such as Taproot or Miniscript. Our standards for releasing new Edge
versions are lower, so we can iterate faster and get these advancements
out to other developers.
### macOS
[Python 3.5 or higher](https://www.python.org) and [Homebrew](https://brew.sh) is required.