Skip to content

Commit de66137

Browse files
committed
changelog: Add 0.0.8.
1 parent 6233449 commit de66137

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.0.8] - 2024-08-28
99

1010
### Added
1111

@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Tests print logs
1515
- 2 new RPC functions
1616
- fund_raw_transaction and sign_raw_transaction_with_wallet
17+
- Coinbase transaction
18+
- RPC log middleware
19+
- Encode/decode utilities
20+
21+
### Changed
22+
23+
- Fixed wrong encode/decode operations in RPC functions
24+
- Fixed RPC server not responding when spawned in same process
25+
- RPC server ports are assigned by OS
1726

1827
## [0.0.7] - 2024-08-15
1928

@@ -113,7 +122,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113122
- `generate_to_address`
114123
- `get_balance`
115124

116-
[Unreleased]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.7...HEAD
125+
[0.0.8]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.7...v0.0.8
117126
[0.0.7]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.6...v0.0.7
118127
[0.0.6]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.5...v0.0.6
119128
[0.0.5]: https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.4...v0.0.5

0 commit comments

Comments
 (0)