Skip to content

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 01 Jul 22:48
· 105 commits to master since this release

Changelog

  • 8748ba2 Merge pull request #1 from bsv-blockchain/dependabot/github_actions/master/ghactions-all-1db280f781
  • aff3f77 Merge pull request #2 from bsv-blockchain/feat/create-benchmark-tests-with-comments
  • 45d0af7 Merge pull request #3 from bsv-blockchain/feat/refactor-tests-to-use-testify
  • 0596434 Merge pull request #4 from bsv-blockchain/feat/create-safe_conversion_examples_test.go-with-examples
  • 0752539 Merge pull request #5 from bsv-blockchain/feat/create-fuzz-tests-using-testify
  • edafd85 chore(deps)(deps): bump actions/cache in the ghactions-all group
  • 0c54386 feat: added an example
  • 7de438d feat: added badge, minor clean up
  • 031f0e3 feat: added benchmarks
  • 33a112d feat: stub out examples folder
  • 35c2337 feat: updated workflows
  • eadbfb0 fix: added links to examples
  • 1604a27 fix: bad link
  • 4dbe95b fix: changed assignee
  • 8c2c653 fix: changed default assignees
  • de72111 fix: cleaned up tests
  • 2bd3647 fix: conversions were not needed
  • 353832d fix: missing label
  • f97b610 fix: new repo mods
  • 1911c5b fix: remove temp line
  • a1f63de fix: updated description in agents
  • 43343d2 fix: using OpenBSV
  • 34ece71 refactor: package name change
  • 64ba638 test(benchmarks): add benchmarks for public functions
  • f8ab43e test(conversion): refactor tests to use testify
  • 6982d2d test(examples): add example functions for public APIs
  • 04c2806 test(fuzz): add fuzz tests for conversions