libsv / payd

Payd is a (work in progress!) basic wallet that operates fully SPV manner. Should be run along with a bitcoin blockheaders client.
Other
16 stars 5 forks source link

Bump github.com/tonicpow/go-minercraft from 0.4.0 to 0.7.3 #149

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/tonicpow/go-minercraft from 0.4.0 to 0.7.3.

Release notes

Sourced from github.com/tonicpow/go-minercraft's releases.

Release v0.7.3

Changelog

  • 44f3bbd Exposed utility functions for public use

Release v0.7.2

Changelog

  • 1b28f82 Bump actions/cache from 2.1.7 to 3
  • 6a3c7cc Bump actions/checkout from 2.4.0 to 3
  • 26c09bb Bump actions/setup-go from 2.2.0 to 3
  • 3d3ec63 Bump codecov/codecov-action from 2.1.0 to 3.0.0
  • af78f24 Bump codecov/codecov-action from 3.0.0 to 3.1.0
  • 1c70a9e Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 7b4b7df Bump github/codeql-action from 1 to 2
  • 7cd4aba Bump goreleaser/goreleaser-action from 2.8.1 to 2.9.0
  • b0bd30a Bump goreleaser/goreleaser-action from 2.9.0 to 2.9.1
  • e50601f Bumped version
  • abda683 Merge pull request #53 from tonicpow/dependabot/github_actions/master/actions/setup-go-3
  • ced9f73 Merge pull request #54 from tonicpow/dependabot/github_actions/master/goreleaser/goreleaser-action-2.9.0
  • ee7d607 Merge pull request #55 from tonicpow/dependabot/github_actions/master/actions/checkout-3
  • 2db80bd Merge pull request #56 from tonicpow/dependabot/github_actions/master/goreleaser/goreleaser-action-2.9.1
  • 19db508 Merge pull request #57 from tonicpow/dependabot/go_modules/master/github.com/stretchr/testify-1.7.1
  • f7b60f2 Merge pull request #58 from tonicpow/dependabot/github_actions/master/actions/cache-3
  • 98e4d38 Merge pull request #59 from tonicpow/dependabot/github_actions/master/codecov/codecov-action-3.0.0
  • ee42f5e Merge pull request #60 from tonicpow/dependabot/github_actions/master/codecov/codecov-action-3.1.0
  • 021a0ab Merge pull request #61 from tonicpow/dependabot/github_actions/master/github/codeql-action-2
  • b9009c7 Minor fix for missing fee types
  • 47cd538 Test for get fee value
  • 997000a Updated linter
  • 14420c8 Upgraded deps

Release v0.7.1

Changelog

  • 335b19d Bump actions/setup-go from 2.1.5 to 2.2.0
  • 041b1f7 Bumped version
  • cc272b1 Merge pull request #51 from tonicpow/dependabot/github_actions/master/actions/setup-go-2.2.0
  • 1141030 Merge pull request #52 from theflyingcodr/fix/submit_transactions_error
  • 275be8d Minor formatting
  • 03acc92 Updated indirect dep
  • 4f44906 Updated linter version
  • d86177f Updated mergify rules
  • 14ad0df fix for error on submit transactions being nil

Release v0.7.0

Changelog

  • 1be8a65 Added nolint comment
  • 59568b7 Refactored fee response parsing, using go-bt v2 fee
  • 641e2e4 Updated makefile
  • b808d0c Using go-bt v2, replaced v1

Release v0.6.2

... (truncated)

Commits
  • 44f3bbd Exposed utility functions for public use
  • b9009c7 Minor fix for missing fee types
  • 14420c8 Upgraded deps
  • 47cd538 Test for get fee value
  • e50601f Bumped version
  • 997000a Updated linter
  • 021a0ab Merge pull request #61 from tonicpow/dependabot/github_actions/master/github/...
  • ee42f5e Merge pull request #60 from tonicpow/dependabot/github_actions/master/codecov...
  • 7b4b7df Bump github/codeql-action from 1 to 2
  • af78f24 Bump codecov/codecov-action from 3.0.0 to 3.1.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #161.