Skip to content

Releases: bitcoin-sv/spv-wallet

Release v0.1.6

26 Apr 15:17
Compare
Choose a tag to compare
Release v0.1.6 Pre-release
Pre-release

Changelog

  • 69b181a Bump codecov/codecov-action from 3.0.0 to 3.1.0
  • 6d249ff Bump github.com/99designs/gqlgen from 0.17.3 to 0.17.4
  • 6c673b3 Bump github.com/mrz1836/go-api-router from 0.4.12 to 0.4.13
  • fc4e750 Bump github/codeql-action from 1 to 2
  • a520b58 Consolidated loading bux
  • 346314b Merge pull request #57 from BuxOrg/dependabot/github_actions/master/codecov/codecov-action-3.1.0
  • 4ac8239 Merge pull request #58 from BuxOrg/dependabot/github_actions/master/github/codeql-action-2
  • 8dcb1a8 Merge pull request #59 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.4.13
  • ce9bcd0 Merge pull request #60 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.4
  • 13259dd New version of Go
  • 1d48851 Renamed, minor changes, missing fields
  • df1ba46 Updated name changes from Bux
  • 2324e26 Upgraded deps

Release v0.1.5

21 Apr 14:50
Compare
Choose a tag to compare
Release v0.1.5 Pre-release
Pre-release

Changelog

  • 22387a1 Add token option
  • 1b11404 Added api router compatible logging to graphql
  • a81e358 Added block headers import
  • ad14e12 Added load mempool on connect config for monitor
  • 19ec580 Added notifications config
  • 5a372b9 Added query params to all action endpoints
  • c1da6f9 Bump github.com/99designs/gqlgen from 0.17.2 to 0.17.3
  • 067d01c Bump github.com/BuxOrg/bux from 0.2.6 to 0.2.7
  • a24de5c Bump github.com/vektah/gqlparser/v2 from 2.4.1 to 2.4.2
  • 8451fe6 Cleaned up branch
  • 02f5c5f Fixed some issues from removing cache providers
  • 74ead53 Merge branch 'master' into monitor
  • 507cb6e Merge branch 'master' into siggi/graphql-logging
  • 97d2dcb Merge pull request #39 from BuxOrg/monitor
  • b0b1c9a Merge pull request #49 from BuxOrg/siggi/graphql-logging
  • 74cc16a Merge pull request #52 from BuxOrg/notifications
  • 1642b24 Merge pull request #53 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.2.7
  • a5cf7c5 Merge pull request #54 from BuxOrg/dependabot/go_modules/master/github.com/vektah/gqlparser/v2-2.4.2
  • fa19fc3 Merge pull request #55 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.3
  • c3b107c Merge pull request #56 from BuxOrg/siggi/query-params
  • 482329c Minor config updates
  • 6347b0b Minor updates, formatting, name changes
  • 9690f8b Tidied go.sum
  • 8d2c4c4 Updated to bux 0.2.8
  • 171adfc Upgraded deps
  • 986d3f7 Upgraded deps
  • 42f1162 WIP monitor
  • fc511ce tidied up go.mod

Release v0.1.4

15 Apr 12:23
Compare
Choose a tag to compare
Release v0.1.4 Pre-release
Pre-release

Changelog

  • d407510 Bump codecov/codecov-action from 2.1.0 to 3.0.0
  • b7dd757 Bump github.com/BuxOrg/bux from 0.2.5 to 0.2.6
  • ed45390 Bump github.com/mrz1836/go-api-router from 0.4.11 to 0.4.12
  • e8b06b6 Debugging mods
  • f87b70f Fixed linter issue
  • 3dafcad Merge pull request #46 from BuxOrg/dependabot/github_actions/master/codecov/codecov-action-3.0.0
  • 4cf3fef Merge pull request #47 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.2.6
  • 7a5f2cb Merge pull request #48 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.4.12
  • ebe30d0 Request logging feature
  • 33116d6 Upgraded bux
  • b3da4c9 Upgraded deps
  • 579ff94 Upgraded deps

Release v0.1.3

10 Apr 17:45
Compare
Choose a tag to compare
Release v0.1.3 Pre-release
Pre-release

Changelog

  • fa32a13 Added missing admin graphql endpoints for paymail
  • 5556c00 Bump github.com/BuxOrg/bux from 0.1.12 to 0.1.13
  • 3a9056b Bump github.com/BuxOrg/bux from 0.1.15 to 0.2.0
  • 718201f Bump github.com/BuxOrg/bux from 0.2.1 to 0.2.2
  • 469d7fe Bump version
  • 2fddbe5 Changed deps - not used directly
  • 7c9141d Fixed init of model options in graphql resolver
  • b93ee5d Fixed issues with minor field renaming
  • 6b44837 Fixed paymail action according to new bux method signature
  • 93aeaae Merge pull request #38 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.1.13
  • 61abd01 Merge pull request #40 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.2.0
  • 7c30224 Merge pull request #41 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.2.2
  • eb59507 Merge pull request #42 from BuxOrg/siggi/paymail-method-signature-fix
  • f2e0d4f Merge pull request #43 from BuxOrg/siggi/paymail-admin-graphql
  • 362188e Merge pull request #44 from BuxOrg/siggi/graphql-default-model-options
  • 3adc4db Paymail refactor into bux, removed old deps
  • 1c64041 Removed ristretto and mcache
  • 9c3e49b Upgraded bux and deps
  • 4c8097e Upgraded deps

Release v0.1.2

29 Mar 13:20
Compare
Choose a tag to compare
Release v0.1.2 Pre-release
Pre-release

Changelog

  • 8608536 Attempt to safe gaurd int conversions
  • bed5505 Bump version
  • be1bbac Changed tx_id to id int query transaction and mutation transaction_metadata
  • c924df3 Merge pull request #37 from BuxOrg/siggi/update-tx_id

Release v0.1.1

28 Mar 19:54
Compare
Choose a tag to compare
Release v0.1.1 Pre-release
Pre-release

Changelog

  • e658620 Added graphql endpoints for updating metadata
  • 822137b Added route tests for update
  • 65d7c31 Added update xPub metadata route
  • b116f98 Fixed code scan issues
  • 5f5a2cf Fixed linter in transactions update route
  • 2b2f6f6 Merge pull request #36 from BuxOrg/xpub-update-metadata
  • 934da70 Upgraded deps
  • 978f1b3 Use actions for updating metadata, added update for destinations and transactions

Release v0.1.0

25 Mar 18:56
Compare
Choose a tag to compare
Release v0.1.0 Pre-release
Pre-release

Changelog

  • 1789441 Add docker compose file and instructions
  • 6ec7d96 Added call to RemovePrivateData function when returning xpub
  • db39262 Added contributors
  • e00700a Added flag to monitor destinations created via REST or graphql directly
  • c62c2e0 Added metadata field constant
  • b57d87c Added more basic tests for routes
  • b1b56f5 Added passing down auth error to graphql resolvers
  • 1e0041d Bump actions/cache from 2.1.7 to 3
  • 82e87a1 Bump actions/checkout from 2.4.0 to 3
  • ac9d269 Bump actions/setup-go from 2.1.5 to 2.2.0
  • c4d0fe9 Bump actions/setup-go from 2.2.0 to 3
  • e22c13f Bump github.com/99designs/gqlgen from 0.16.0 to 0.17.0
  • 8671556 Bump github.com/99designs/gqlgen from 0.17.0 to 0.17.1
  • 8c32c87 Bump github.com/99designs/gqlgen from 0.17.1 to 0.17.2
  • 97f51d4 Bump github.com/BuxOrg/bux from 0.1.6 to 0.1.7
  • ebad3db Bump github.com/BuxOrg/bux from 0.1.8 to 0.1.9
  • f01727d Bump github.com/go-redis/redis/v8 from 8.11.4 to 8.11.5
  • 4d3e6b6 Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 1fa1ec1 Bump github.com/tonicpow/go-minercraft from 0.7.0 to 0.7.1
  • 4c78c31 Bump github.com/tonicpow/go-paymail from 0.7.1 to 0.7.2
  • e22090d Bump github.com/vektah/gqlparser/v2 from 2.3.1 to 2.4.0
  • c9fb872 Bump github.com/vektah/gqlparser/v2 from 2.4.0 to 2.4.1
  • 87f4bcd Bump golang from 1.17.6-alpine to 1.17.7-alpine
  • c38c4f8 Bump golang from 1.17.7 to 1.17.8
  • 8bc1f2d Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.1
  • dede21c Bump version, cleanup config
  • 812c213 Changed signature of action methods to use WithMetadatas in options instead of as a function argument
  • 64a6aed Dockerfile updates for UBI
  • a20df7e Downstream updates
  • 52b5719 Export underlying config structs
  • dc12290 Finished htto and graphql endpoints for access key access
  • 5b74c75 First initial commit from old repo
  • 6531327 Fixed an issue with “a” being overwritten
  • 6e02a1c Fixed comment
  • 9381c98 Fixed graphql query endpoints after xPubID changes to actions
  • 89f00fd Fixed issues from new version of BUX
  • 8de32cc Fixed issues with paymail routes & actions
  • 3f98196 Fixed linter issues, added nolint comments
  • 210358d Fixed linter issues, tests are still failing
  • 6d3abfc Fixed pkg name, fixed file names
  • ce920a3 Go 1.17.7
  • 08a1060 Initial commit
  • a43b1ee Merge branch 'master' into paymail-endpoints
  • 01dc968 Merge pull request #1 from BuxOrg/dependabot/github_actions/master/actions/setup-go-2.2.0
  • 8fb1a17 Merge pull request #10 from BuxOrg/exportConfig
  • a06b6eb Merge pull request #11 from BuxOrg/dependabot/github_actions/master/actions/setup-go-3
  • f77f018 Merge pull request #12 from BuxOrg/dependabot/github_actions/master/goreleaser/goreleaser-action-2.9.1
  • 0fd13b3 Merge pull request #13 from BuxOrg/dockerfile
  • f4f2ab9 Merge pull request #14 from BuxOrg/dependabot/go_modules/master/github.com/vektah/gqlparser/v2-2.4.0
  • 7fb9a9c Merge pull request #15 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.0
  • 70a58c4 Merge pull request #16 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.1
  • cacff89 Merge pull request #17 from BuxOrg/dependabot/go_modules/master/github.com/vektah/gqlparser/v2-2.4.1
  • 2855f30 Merge pull request #18 from BuxOrg/dependabot/docker/master/golang-1.17.8
  • a461158 Merge pull request #19 from BuxOrg/dependabot/github_actions/master/actions/checkout-3
  • 5f1102f Merge pull request #2 from BuxOrg/dependabot/docker/master/golang-1.17.7-alpine
  • 27a489f Merge pull request #21 from BuxOrg/client-updates
  • 3e5fd0f Merge pull request #22 from BuxOrg/access-key-routes
  • 2fba100 Merge pull request #23 from BuxOrg/siggi/graphql-endpoints
  • 0393717 Merge pull request #24 from BuxOrg/paymailRefactor
  • ae45a98 Merge pull request #25 from BuxOrg/siggi/access-key-routes
  • 2310f5c Merge pull request #26 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.1.7
  • 07c05e5 Merge pull request #27 from BuxOrg/dependabot/go_modules/master/github.com/stretchr/testify-1.7.1
  • ba5df14 Merge pull request #28 from BuxOrg/dependabot/go_modules/master/github.com/go-redis/redis/v8-8.11.5
  • a976f2a Merge pull request #29 from BuxOrg/dependabot/github_actions/master/actions/cache-3
  • d0f43fc Merge pull request #3 from BuxOrg/downstream-updates
  • 3dd47a1 Merge pull request #30 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.2
  • 0ff7a1f Merge pull request #31 from BuxOrg/docker-compose
  • 3667dcc Merge pull request #32 from BuxOrg/monitor-destination
  • 1a3b5ee Merge pull request #34 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.1.9
  • 0462d9a Merge pull request #35 from BuxOrg/siggi/graphql-auth-error
  • 7b3ce90 Merge pull request #4 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-paymail-0.7.2
  • 7ce028e Merge pull request #5 from BuxOrg/authentication-update
  • fa6bf38 Merge pull request #6 from BuxOrg/access-keys
  • a585be5 Merge pull request #7 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-minercraft-0.7.1
  • aca3b2d Merge pull request #8 from BuxOrg/paymail-endpoints
  • c46b5e3 Merge pull request #9 from BuxOrg/with-metadatas
  • 15cfff9 Minor formatting updates
  • ceaa50a Minor updates to readme
  • df5e44e Minor useragent change
  • c21cfe8 Missing cmd
  • 4ebc458 Only on create, no updating
  • 0b59071 Paymail routes
  • d34e844 Refactor paymail action with bux dep
  • 7b03135 Renamed access_keys package to accesskeys
  • 849e977 Turn off notifications for now
  • b3735ff Turn off race condition checking
  • 33d681c Update deps
  • 80189db Updated access key routes to new standard
  • bae3455 Updated authentication to allow non signed actions
  • b7185c9 Updated badge cache
  • 114a138 Updated bux
  • 067e96f Updated linter
  • bf1cc46 Updated linter
  • e0fad2c Updated linter
  • acebd29 Updated linter
  • 14a0e3e Updated mergify rules
  • 4450723 Updated to use go 1.18
  • fca43f5 Updates from js client development
  • d433ce2 Upgraded deps
  • 83d7c2a Upgraded deps
  • 82107e4 Upgraded deps
  • f091948 Upgraded deps
  • 60d872c Upgraded deps
  • ee3e884 Upgraded deps
  • 2cdabda Upgraded deps
  • 1b42e2b Upgraded deps
  • f7aaa42 Upgraded deps
  • 6393000 Upgraded deps (new version of Bux)
  • f44a10b Upgraded deps, added a replace for bad jwt pkg
  • 742efd0 Upgraded deps, bux
  • 57e09b1 Upgraded to Bux 0.1.9
  • 466a115 Use 3003 port
  • 48e23a8 WIP access keys
  • cb4fa1f Wrapped up and tested access keys
  • ba32541 remove blank line