Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Table of Contents

- [Unreleased](#unreleased)
- [1.0.4- 2025-04-28](#104---2025-04-28)
- [1.0.3 - 2025-03-26](#103---2025-03-26)
- [1.0.2 - 2025-02-28](#102---2025-02-28)
- [1.0.1 - 2025-01-09](#101---2025-01-09)
- [1.0.1 - 2025-01-09](#101---2025-01-09)
Expand Down Expand Up @@ -36,6 +38,28 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Security
- (Notify of any improvements related to security vulnerabilities or potential risks.)

---
## [1.0.4] - 2025-04-28

### Fixed
Remove debug print statement from MerklePath.trim() method and unnecessary import statement

### Added
add step-by-step guide for sending BSV & minting NFTs

Adds a beginner-friendly tutorial that covers:
* environment setup and dependency installation
* key / address generation
* sending BSV transactions
* creating & broadcasting 1Sat Ordinals NFTs
* explanation of inputs, outputs and key terms

### Changed
Enable regular hex format broadcasting when source transactions are unavailable
Enhance the ARC broadcaster to dynamically select between EF and regular hex formats based on the availability of source transactions. This update addresses scenarios such as receiving raw hex via P2P payment destination Paymail capabilities.
Additionally, unit tests have been added to cover this feature.


---
## [1.0.3] - 2025-03-26

Expand Down
Loading