File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
+ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
+
8
+ ## [Unreleased]
9
+
10
+ ### Added
11
+
12
+ - Initial Bitcoin ledger that supports basic transaction management
13
+ - Input output check
14
+ - Address based UTXO management
15
+ - Initial RpcApi trait implementation
16
+ - send_raw_transaction
17
+ - get_raw_transaction
18
+ - get_raw_transaction_info
19
+ - get_transaction
20
+ - send_to_address: Sends the amount to address, regardless of the balance
21
+ - get_new_address
22
+ - generate_to_address
23
+ - get_balance
24
+
25
+ [unreleased]: https://github.com/chainwayxyz/bitcoin-mock-rpc
You can’t perform that action at this time.
0 commit comments