Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Releases: BuxOrg/bux

Release v0.1.4

25 Feb 13:41
Compare
Choose a tag to compare
Release v0.1.4 Pre-release
Pre-release

Changelog

  • 63fc58c Bump version
  • 3d947c2 Changed signature of action methods to use WithMetadatas in options instead of as a function argument
  • 1076f89 Merge pull request #17 from BuxOrg/with-metadatas

Release v0.1.3

24 Feb 14:43
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release

Changelog

  • 9cb98e9 Added missing comment
  • 3ae3861 Added with sql configs (multiple connections)
  • 211ac55 Bumped version
  • 71afb58 Fixed variable names in access keys
  • d3ab1bd Merge pull request #16 from BuxOrg/access-key-authentication
  • ce04b6b Upgraded deps
  • 43b000c Upgraded deps
  • 9e0823e Use the client interface

Release v0.1.2

21 Feb 17:55
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release

Changelog

  • bfd947f Access key authentication
  • 8a1479d Added OutputValue, Status and Direction to the output of actions
  • ca8042e Added RemovePrivateData function to xpubs
  • 1e936f5 Added contributor
  • 9c2336d Added more examples for loading the client
  • 3783b94 Added test for RemovePrivateData
  • 6b92b41 Bump github.com/tonicpow/go-paymail from 0.7.1 to 0.7.2
  • 9ab732a Feature: cron service is now an interface
  • 02ac679 Merge pull request #10 from BuxOrg/transaction-json-values
  • 7ce7bd3 Merge pull request #11 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-paymail-0.7.2
  • 624a900 Merge pull request #12 from BuxOrg/authentication-update
  • aa7571f Merge pull request #13 from BuxOrg/xpub-remove-private
  • f3dec4b Merge pull request #14 from BuxOrg/xpub-remove-private
  • 029fd7d Merge pull request #15 from BuxOrg/access-key-authentication
  • 1c567ac Merge pull request #9 from galt-tr/bitbus
  • 0dfa880 Updated authentication to allow non signed actions
  • 9231219 Updated linter
  • 3f7fb59 Updated mergify rules
  • 75fa2f8 Upgraded deps
  • 733ea3f Upgraded deps
  • 20d0017 Upgraded deps
  • 1364953 Upgraded deps
  • c7690a4 Using Open BSV
  • 287b79e WIP: Move importer to bitbus

Release v0.1.1

15 Feb 18:55
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

Changelog

  • 3389299 Add an xpub importer library
  • 2fd077c Add new woc interfaces
  • e5590e4 Added WOC api key support
  • e5c8b1e Added basic client examples
  • 8f3be6d Added contributors, upgraded deps
  • 8091d9c Added to client interface
  • 0ef452b Better fix for the conversion issue
  • 018d5c0 Bump version
  • 309b156 Fix mock WOC
  • 127bfbb Fixed readme
  • b23459d Fixes for redis prefix in connection strings
  • d7000f0 Include used addresses for importer
  • 8ecd689 Merge pull request #5 from galt-tr/importer
  • 122cfcc Merge pull request #6 from BuxOrg/fix/int-conversion
  • 04d3e78 Merge pull request #7 from galt-tr/importUpdate
  • 08f9efe Merge pull request #8 from galt-tr/addressUsed
  • 008c4e8 Minor updates & fixes
  • e671137 Minor updates in importer
  • cafed77 Minor updates, added links
  • f975dfe Only applies to this section of the if/case
  • 616f900 Performance boost
  • ff2293d Possible fix for int overflow issue
  • 886d797 Revert since casting is the only way for now
  • 5a3a7e7 Update to use address history rather than bulk unspent
  • 93f13eb Upgrade WOC dep
  • b4ff026 Upgraded deps
  • 20c48ae Upgraded deps
  • 834397e Working on import xPub
  • ce073f5 Working on importing via client

Release v0.1.0

10 Feb 13:37
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

Changelog

  • 3ac9160 Added disclaimer
  • 6505b24 Added image and updated readme
  • 09a5b39 Added redis for testing
  • 447d49f Bump actions/setup-go from 2.1.5 to 2.2.0
  • 4df6a60 Clear cache on all images
  • 59f53b7 Fixed issue with mysql version
  • 9c3d249 Fixed linter issues
  • fc1325b Initial commit
  • 8d6aa9a Initial commit - bux package
  • bb1a611 Merge pull request #1 from BuxOrg/dependabot/github_actions/master/actions/setup-go-2.2.0
  • 1cb23a4 Minor label mod
  • ef2fd86 Missing json build tag
  • 8020521 Reverted another error check, still no bueno
  • a177606 Reverted changes, still failing tests
  • 2db7be1 Skip race testing
  • 9fbd29a Upgraded deps