File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,30 @@ All notable changes to this project will be documented in this file. The format
55## Table of Contents
66
77- [ Unreleased] ( #unreleased )
8- - [ 1.0.0 - YYYY-MM-DD] ( #100---yyyy-mm-dd )
8+ - [ 1.1.2 - 2024-09-02] ( #111---2024-09-02 )
9+ - [ 1.1.1 - 2024-mm-dd] ( #111---2024-08-28 )
10+ - [ 1.1.0 - 2024-mm-dd] ( #110---2024-08-19 )
11+ - [ 1.0.0 - 2024-06-06] ( #100---2024-06-06 )
912
10- ## [ Unreleased]
13+ ## [ 1.1.2] - 2024-09-02
14+ - Fix OP_BIN2NUM to copy bytes and prevent stack corruption & add corresponding test
15+
16+ ### Changed
17+ - ` opcodeNum2bin ` now copies value before minimally encoding
18+
19+ ## [ 1.1.1] - 2024-08-28
20+ - Fix OP_RETURN data & add corresponding test
21+ - update release instructions
22+
23+ ### Added
24+ - add additional test transaction
25+ - add additional script tests, fix test code
26+
27+ ### Changed
28+ - ` opcodeReturn ` now includes any ` parsedOp.Data ` present after ` OP_RETURN `
29+ - Changed RELEASE.md instructions
30+
31+ ## [ 1.1.0] - 2024-08-19
1132- porting in all optimizations by Teranode team to their active go-bt fork
1233- introducing chainhash to remove type coercion on tx hashes through the project
1334- remove ByteStringLE (replaced by chainhash)
@@ -41,7 +62,7 @@ All notable changes to this project will be documented in this file. The format
4162
4263---
4364
44- ## [ 1.0.0] - YYYY-MM-DD
65+ ## [ 1.0.0] - 2024-06-06
4566
4667### Added
4768- Initial release
You can’t perform that action at this time.
0 commit comments