From 56f99f41de5644ce066492c537a4d30f403b7963 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Tue, 9 May 2023 09:45:07 -0400 Subject: [PATCH] edge version --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6a298cff..ff7e1314 100644 --- a/README.md +++ b/README.md @@ -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.