Skip to content

Commit

Permalink
changelog: Add initial.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Jul 4, 2024
1 parent a7a1677 commit 45fce83
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Added

- Initial Bitcoin ledger that supports basic transaction management
- Input output check
- Address based UTXO management
- Initial RpcApi trait implementation
- send_raw_transaction
- get_raw_transaction
- get_raw_transaction_info
- get_transaction
- send_to_address: Sends the amount to address, regardless of the balance
- get_new_address
- generate_to_address
- get_balance

[unreleased]: https://github.com/chainwayxyz/bitcoin-mock-rpc

0 comments on commit 45fce83

Please sign in to comment.