Skip to content

Commit 45fce83

Browse files
committed
changelog: Add initial.
1 parent a7a1677 commit 45fce83

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)