Skip to content

Releases: BitcoinSchema/go-bpu

Release v0.2.0

11 Sep 16:17
Compare
Choose a tag to compare
  • Update golangci-lint
  • Use go-sdk instead of go-bitcoin
  • update go version in github actions

Release v0.1.3

03 Nov 04:20
6d0530a
Compare
Choose a tag to compare
  • update bpu

Release v0.1.1

13 Oct 16:09
182cf85
Compare
Choose a tag to compare
  • add shallow option to config which only considers first 128 pushdatas, and last 128 pushdatas omitting everything else. Default behavior is unchanged.

Release v0.1.0

24 Jun 12:13
Compare
Choose a tag to compare

Changelog

  • 766df08 Added MIT license
  • 4ac2d8d Added badges, fixed typos
  • 817d96b Added basic makefile
  • c461937 Added common makefiles
  • 255ca28 Added confiuration files for lint, coverage and releaser
  • e876da7 Added core github files for repos
  • 0cae326 Added labels
  • 019ee5c Adjusted spacing
  • 054b6f8 Bump github.com/stretchr/testify from 1.8.2 to 1.8.4
  • 7dbe1a2 Fixed mods, fixed install text
  • 16374ee Lots of cleanup, fixes, linting etc
  • 68c8cde Merge pull request #3 from BitcoinSchema/dependabot/go_modules/master/github.com/stretchr/testify-1.8.4
  • ef59985 Modified the ignore file
  • deb52aa Upgraded and fixed deps
  • 9643655 Working on an MVP readme

v0.0.8

29 Mar 13:17
Compare
Choose a tag to compare
  • fix bug: handle consecutive splitters without over-extending tape index

v0.0.7

29 Mar 06:04
Compare
Choose a tag to compare
  • change how tapes are generated

v0.0.6

18 Mar 19:10
Compare
Choose a tag to compare
  • allow faster parsing by passing a bt.Tx instead of only allowing raw hex string

v0.0.5

18 Mar 18:19
ddc97bf
Compare
Choose a tag to compare
  • fix thread safety for running in go routines

v0.0.4

03 Mar 20:51
Compare
Choose a tag to compare
  • add Require to split config
  • add boost test

v0.0.3

25 Jan 20:39
Compare
Choose a tag to compare
  • fix but where no error was returned when empty string was supplied for rawTx