@@ -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-19 ] ( #119---2024-10-19 )
7
+ - [ 1.1.10 - 2024-10-20 ] ( #119---2024-10-20 )
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-19
20
+ ## [ 1.1.10] - 2024-10-20
21
21
Big thanks for contributions from @wregulski
22
22
23
23
### Changed
@@ -29,9 +29,10 @@ 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
- - file ` spv/verify.go ` - chain tracker for whatsonchain.com
32
+ - files ` spv/verify.go ` , ` spv/verify_test .go` - chain tracker for whatsonchain.com
33
33
- ` spv.Verify() ` ensures transaction scripts, merkle paths and fees are valid
34
34
- ` spv.VerifyScripts() ` ensures transaction scripts are valid
35
+ - file ` docs/examples/verify_transaction/verify_transaction.go `
35
36
- ` publickey.ToDERHex() ` returns a hex encoded public key
36
37
- ` script.Chunks() ` helper method for ` DecodeScript(scriptBytes) `
37
38
- ` script.PubKey() ` returns a ` *ec.PublicKey `
@@ -41,10 +42,8 @@ All notable changes to this project will be documented in this file. The format
41
42
- ` transaction.MerkleTreeParentStr() `
42
43
- ` transaction.MerkleTreeParentBytes() `
43
44
- ` transaction.MerkleTreeParents() `
44
- - file ` transaction/chaintracker/whatsonchain.go ` - chain tracker for whatsonchain.com
45
+ - file ` transaction/chaintracker/whatsonchain.go ` , ` whatsonchain_test.go ` - chain tracker for whatsonchain.com
45
46
- ` chaintracker.NewWhatsOnChain ` chaintracker
46
- - Example - using the whatsonchain chain tracker
47
- - Example - get address and p2pkh pubkey from script
48
47
49
48
## [ 1.1.9] - 2024-10-01
50
49
### Changed
0 commit comments