Skip to content

Commit 73c3b9d

Browse files
committed
Merge branch 'master' into feat/utxo-locking
2 parents 242d4da + 32e6115 commit 73c3b9d

33 files changed

Lines changed: 4744 additions & 1828 deletions

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Changelog info is also documented on the [GitHub releases](https://github.com/bi
44
page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
55

66
## [Unreleased]
7+
- Fixed `create_tx --send_all` to reject multiple recipients instead of silently using only the first one
78

89
## [3.0.0]
910

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,8 @@ Every new feature should be covered by functional tests where possible.
4646
When refactoring, structure your PR to make it easy to review and don't
4747
hesitate to split it into multiple small, focused PRs.
4848

49-
The Minimal Supported Rust Version is 1.45 (enforced by our CI).
50-
5149
Commits should cover both the issue fixed and the solution's rationale.
52-
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind.
50+
These [guidelines](https://chris.beams.io/posts/git-commit/) should be kept in mind. Commit messages follow the ["Conventional Commits 1.0.0"](https://www.conventionalcommits.org/en/v1.0.0/) to make commit histories easier to read by humans and automated tools. All commits must be [GPG signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
5351

5452
To facilitate communication with other contributors, the project is making use
5553
of GitHub's "assignee" field. First check that no one is assigned and then

0 commit comments

Comments
 (0)