Skip to content

Commit 6e4872d

Browse files
committed
update changelog
1 parent 9c82d8d commit 6e4872d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CHANGELOG.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format
44

55
## Table of Contents
66

7-
- [1.1.10 - 2024-10-18](#119---2024-10-18)
7+
- [1.1.10 - 2024-10-19](#119---2024-10-19)
88
- [1.1.9 - 2024-10-01](#118---2024-10-01)
99
- [1.1.8 - 2024-09-17](#118---2024-09-17)
1010
- [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
1717
- [1.1.0 - 2024-08-19](#110---2024-08-19)
1818
- [1.0.0 - 2024-06-06](#100---2024-06-06)
1919

20-
## [1.1.10] - 2024-10-18
20+
## [1.1.10] - 2024-10-19
2121
Big thanks for contributions from @wregulski and @siggi
2222

2323
### Changed
@@ -29,16 +29,16 @@ All notable changes to this project will be documented in this file. The format
2929
- updated `merklepath.go` to use new helper functions from `transaction.merkletreeparent.go`
3030

3131
### Added
32-
- `transaction.Verify` which uses `merklepath.Verify` and ``
32+
- `spv.Verify()` ensures transaction scripts, merkle paths and fees are valid
3333
- `publickey.ToDERHex()` returns a hex encoded public key
34-
- `script.Chunks` helper method for `DecodeScript(scriptBytes)`
34+
- `script.Chunks()` helper method for `DecodeScript(scriptBytes)`
3535
- `script.PubKey()` returns a `*ec.PublicKey`
3636
- `script.PubKeyHex()` returns a hex string
3737
- `script.Address()` and `script.Addresses()` helpers
3838
- 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()`
4242
- file `transaction/chaintracker/whatsonchain.go` - chain tracker for whatsonchain.com
4343
- Example - using the whatsonchain chain tracker
4444
- Example - get address and p2pkh pubkey from script

0 commit comments

Comments
 (0)