File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 0.0.8 ] - 2024-08-28
9
9
10
10
### Added
11
11
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
- Tests print logs
15
15
- 2 new RPC functions
16
16
- 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
17
26
18
27
## [ 0.0.7] - 2024-08-15
19
28
@@ -113,7 +122,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113
122
- ` generate_to_address `
114
123
- ` get_balance `
115
124
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
117
126
[ 0.0.7 ] : https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.6...v0.0.7
118
127
[ 0.0.6 ] : https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.5...v0.0.6
119
128
[ 0.0.5 ] : https://github.com/chainwayxyz/bitcoin-mock-rpc/compare/v0.0.4...v0.0.5
You can’t perform that action at this time.
0 commit comments