Skip to content

Commit

Permalink
Remove config module from core library
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetrun5 committed Sep 29, 2023
1 parent 15ca617 commit 01c27b9
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 637 deletions.
16 changes: 0 additions & 16 deletions Dockerfile

This file was deleted.

12 changes: 3 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ install-subkey:
cargo install --force --git https://github.com/paritytech/substrate subkey

genmocks:
mockgen -destination=./chains/evm/gaspricer/mock/gas-pricer.go -source=./chains/evm/gaspricer/gas-pricer.go
mockgen -destination=./relayer/mock/relayer.go -source=./relayer/relayer.go
mockgen -source=chains/evm/calls.go -destination=chains/evm/mock/calls.go
mockgen -source=chains/evm/transactor/transact.go -destination=chains/evm/transactor/mock/transact.go
mockgen -destination=chains/evm/executor/mock/voter.go github.com/ChainSafe/sygma-core/chains/evm/executor ChainClient,MessageHandler,BridgeContract
mockgen -destination=./chains/evm/transactor/itx/mock/itx.go -source=./chains/evm/transactor/itx/itx.go
mockgen -destination=./chains/evm/transactor/itx//mock/minimalForwarder.go -source=./chains/evm/transactor/itx/minimalForwarder.go
mockgen -destination=chains/evm/cli/bridge/mock/vote-proposal.go -source=./chains/evm/cli/bridge/vote-proposal.go
mockgen -destination=chains/evm/listener/mock/listener.go -source=./chains/evm/listener/event-handler.go
mockgen -destination=./mock/gas-pricer.go -source=./chains/evm/gaspricer/gas-pricer.go -package mock
mockgen -destination=./mock/relayer.go -source=./relayer/relayer.go -package mock
mockgen -source=chains/evm/transactor/transact.go -destination=./mock/transact.go -package mock
120 changes: 0 additions & 120 deletions chains/evm/config/config.go

This file was deleted.

153 changes: 0 additions & 153 deletions chains/evm/config/config_test.go

This file was deleted.

Loading

0 comments on commit 01c27b9

Please sign in to comment.