@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format
4
4
5
5
## Table of Contents
6
6
7
- - [ 1.1.10 - 2024-10-18 ] ( #119---2024-10-18 )
7
+ - [ 1.1.10 - 2024-10-19 ] ( #119---2024-10-19 )
8
8
- [ 1.1.9 - 2024-10-01] ( #118---2024-10-01 )
9
9
- [ 1.1.8 - 2024-09-17] ( #118---2024-09-17 )
10
10
- [ 1.1.7 - 2024-09-10] ( #117---2024-09-10 )
@@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file. The format
17
17
- [ 1.1.0 - 2024-08-19] ( #110---2024-08-19 )
18
18
- [ 1.0.0 - 2024-06-06] ( #100---2024-06-06 )
19
19
20
- ## [ 1.1.10] - 2024-10-18
20
+ ## [ 1.1.10] - 2024-10-19
21
21
Big thanks for contributions from @wregulski and @siggi
22
22
23
23
### Changed
@@ -29,16 +29,16 @@ All notable changes to this project will be documented in this file. The format
29
29
- updated ` merklepath.go ` to use new helper functions from ` transaction.merkletreeparent.go `
30
30
31
31
### Added
32
- - ` transaction .Verify` which uses ` merklepath.Verify ` and ``
32
+ - ` spv .Verify() ` ensures transaction scripts, merkle paths and fees are valid
33
33
- ` publickey.ToDERHex() ` returns a hex encoded public key
34
- - ` script.Chunks ` helper method for ` DecodeScript(scriptBytes) `
34
+ - ` script.Chunks() ` helper method for ` DecodeScript(scriptBytes) `
35
35
- ` script.PubKey() ` returns a ` *ec.PublicKey `
36
36
- ` script.PubKeyHex() ` returns a hex string
37
37
- ` script.Address() ` and ` script.Addresses() ` helpers
38
38
- file ` transaction.merkletreeparent.go ` which contains helper functions
39
- - ` transaction.MerkleTreeParentStr `
40
- - ` transaction.MerkleTreeParentBytes `
41
- - ` transaction.MerkleTreeParents `
39
+ - ` transaction.MerkleTreeParentStr() `
40
+ - ` transaction.MerkleTreeParentBytes() `
41
+ - ` transaction.MerkleTreeParents() `
42
42
- file ` transaction/chaintracker/whatsonchain.go ` - chain tracker for whatsonchain.com
43
43
- Example - using the whatsonchain chain tracker
44
44
- Example - get address and p2pkh pubkey from script
0 commit comments