File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ 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
- - ` 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
33
35
- ` publickey.ToDERHex() ` returns a hex encoded public key
34
36
- ` script.Chunks() ` helper method for ` DecodeScript(scriptBytes) `
35
37
- ` script.PubKey() ` returns a ` *ec.PublicKey `
@@ -40,6 +42,7 @@ All notable changes to this project will be documented in this file. The format
40
42
- ` transaction.MerkleTreeParentBytes() `
41
43
- ` transaction.MerkleTreeParents() `
42
44
- file ` transaction/chaintracker/whatsonchain.go ` - chain tracker for whatsonchain.com
45
+ - ` chaintracker.NewWhatsOnChain ` chaintracker
43
46
- Example - using the whatsonchain chain tracker
44
47
- Example - get address and p2pkh pubkey from script
45
48
You can’t perform that action at this time.
0 commit comments