Skip to content

Commit e0d5be3

Browse files
committed
update changelog
1 parent 6e4872d commit e0d5be3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ 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-
- `spv.Verify()` ensures transaction scripts, merkle paths and fees are valid
32+
- file `spv/verify.go` - chain tracker for whatsonchain.com
33+
- `spv.Verify()` ensures transaction scripts, merkle paths and fees are valid
34+
- `spv.VerifyScripts()` ensures transaction scripts are valid
3335
- `publickey.ToDERHex()` returns a hex encoded public key
3436
- `script.Chunks()` helper method for `DecodeScript(scriptBytes)`
3537
- `script.PubKey()` returns a `*ec.PublicKey`
@@ -40,6 +42,7 @@ All notable changes to this project will be documented in this file. The format
4042
- `transaction.MerkleTreeParentBytes()`
4143
- `transaction.MerkleTreeParents()`
4244
- file `transaction/chaintracker/whatsonchain.go` - chain tracker for whatsonchain.com
45+
- `chaintracker.NewWhatsOnChain` chaintracker
4346
- Example - using the whatsonchain chain tracker
4447
- Example - get address and p2pkh pubkey from script
4548

0 commit comments

Comments
 (0)