Skip to content

Release v1.1.18

Latest
Compare
Choose a tag to compare
@rohenaz rohenaz released this 29 Jan 00:57
2c0a603

Changelog

  • 7bbee92 Add as bunch of ported functions for Beef
  • b8dbf4b Add more tests for BEEF transaction handling and add checks on TxIDOnly merging
  • 25481fd Add test for AddComputedLeaves method in BEEF transaction handling
  • c790f9b Add test for MergeBeefBytes method in BEEF transaction handling
  • 32bd836 Add tests for MergeBeefTx method with nil transaction handling. Add nil check.
  • 94ad32b BEEF_V2 write and AtomicBEEF write
  • 5e3e875 Bump golang.org/x/crypto from 0.21.0 to 0.31.0
  • 07c9206 Capitalize Beef methods
  • e6d4023 Enhance TxIDOnly transaction handling in BEEF tests
  • ebf5205 Fix lint errors
  • 5acbaef Fix test
  • 0761a06 Merge branch 'pr-63'
  • c71f2e9 Merge branch 'pr-65'
  • 88e7aeb Merge pull request #66 from bitcoin-sv/fix/pull-request-template
  • 1e04f95 Merge pull request #67 from bitcoin-sv/fix/disable-recvcheck-linter
  • 2c0a603 Merge pull request #68 from bitcoin-sv/feature/beef2
  • b630591 Rename BeefTx properties to make public
  • 710f8c7 a few helpful comments
  • e0c1c6a add TestBeefClone
  • 85798fc add TestBeefMakeTxidOnly
  • eda9479 add TestBeefSortTxs
  • 3e9527d add TestBeefTrimknownTxIDs
  • cc42cf5 add test TestAtomicBEEF
  • 14a2c73 add test TestBeefErrorHandling for invalid transaction format
  • 80e9f13 add test TestBeefFindAtomicTransaction and TestTransactionsReadFrom
  • 51116d5 add test TestBeefFindTransactionForSigning
  • 6ab0212 add test TestBeefGetValidTxids
  • 6b4f9c0 add test TestBeefToLogString
  • 94a9fa7 add test TestBeefTransactionValidation for transaction format checks
  • f82ed0f add tests TestBeefMergeTransactions and TestBeefMergeBump
  • 931f0f2 added TestBeefBytes
  • 3b63427 chore: update golangci-lint to v1.62.2 and disable recvcheck linter
  • b76f02c docs: update changelog for v1.1.18
  • 05c1309 improve test coverage
  • 6387e64 lint fix for new tests
  • 0f2ecc4 lint fixes
  • e032ad0 lint fixes for tests
  • 5abbae6 move the pr template to the correct location
  • 9a953fe port funcs
  • 394af50 ran go fmt ./…
  • d093f1e refacetor beef function and support V2 BEEF with NewBEEFFromBytes
  • b102fcd remove redundant repetition
  • 7be3276 remove temp file
  • 9a218ca rename to conform to ts lib
  • aca66d5 revert BEEF test constants for transaction validation
  • 1ee7495 run linter as template
  • e1aaeab separate out BeefTx
  • 9b9108f test tx finding
  • a11dc8b update changelog
  • fe66d4c update changelog
  • 2c112b2 update readme to highlight examples