-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: update mockery configuration and regenerate mocks (#955)
* build(deps): Bump github.com/vektra/mockery/v2 from 2.41.0 to 2.46.2 Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.41.0 to 2.46.2. - [Release notes](https://github.com/vektra/mockery/releases) - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md) - [Commits](vektra/mockery@v2.41.0...v2.46.2) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: update deps * build(deps): Upgrade go to 1.23 * chore: trigger workflow * chore: make mockery * chore: fix typo * build(deps): upgrade golangci-lint to 1.61 * build(github): display mockery diff for debugging * chore: upgrade mockery config to new format * chore: update mockery * chore: regenerate all mocks * chore: no expecters * chore: updated check-mocks * chore: use prebuilt mockery * chore: fix consistency of indexermocks invocation * build(deps): update mockery to 2.46.3 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
52ea7e5
commit d28d5a8
Showing
35 changed files
with
81 additions
and
2,014 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
--- | ||
with-expecter: false | ||
dir: "{{.InterfaceDir}}/mocks" | ||
mockname: "{{.InterfaceName}}" | ||
outpkg: "mocks" | ||
filename: "{{.InterfaceName | lower}}.go" | ||
log-level: "warn" | ||
disable-version-string: true | ||
all: false | ||
packages: | ||
github.com/dashpay/tenderdash/abci/client: | ||
interfaces: | ||
Client: | ||
github.com/dashpay/tenderdash/abci/types: | ||
interfaces: | ||
Application: | ||
github.com/dashpay/tenderdash/dash/core: | ||
interfaces: | ||
Client: | ||
github.com/dashpay/tenderdash/internal/consensus: | ||
interfaces: | ||
Gossiper: | ||
github.com/dashpay/tenderdash/internal/consensus/versioned/selectproposer: | ||
interfaces: | ||
ProposerSelector: | ||
github.com/dashpay/tenderdash/internal/evidence: | ||
interfaces: | ||
BlockStore: | ||
github.com/dashpay/tenderdash/internal/mempool: | ||
interfaces: | ||
Mempool: | ||
github.com/dashpay/tenderdash/internal/p2p: | ||
interfaces: | ||
Transport: | ||
Connection: | ||
Channel: | ||
github.com/dashpay/tenderdash/internal/p2p/client: | ||
interfaces: | ||
Client: | ||
BlockClient: | ||
SnapshotClient: | ||
github.com/dashpay/tenderdash/internal/state: | ||
interfaces: | ||
BlockStore: | ||
EvidencePool: | ||
Executor: | ||
Store: | ||
github.com/dashpay/tenderdash/internal/state/indexer: | ||
interfaces: | ||
EventSink: | ||
github.com/dashpay/tenderdash/internal/statesync: | ||
interfaces: | ||
StateProvider: | ||
github.com/dashpay/tenderdash/libs/store: | ||
interfaces: | ||
Store: | ||
github.com/dashpay/tenderdash/light/provider: | ||
interfaces: | ||
Provider: | ||
github.com/dashpay/tenderdash/light/rpc: | ||
interfaces: | ||
LightClient: | ||
github.com/dashpay/tenderdash/rpc/client: | ||
interfaces: | ||
Client: | ||
RemoteClient: | ||
github.com/dashpay/tenderdash/types: | ||
interfaces: | ||
Store: | ||
PrivValidator: | ||
BlockEventPublisher: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.