This repository has been archived by the owner on May 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Conversation
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
MakMuftic
commented
Nov 25, 2021
Go Test coverage is 32.6 %\ ✨ ✨ ✨ |
MakMuftic
commented
Nov 25, 2021
MakMuftic
commented
Nov 25, 2021
Go Test coverage is 32.6 %\ ✨ ✨ ✨ |
P1sar
reviewed
Nov 26, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally it looks pretty fine, but i guess it will be more interesting to see changes that will happen after Bridge refactor, because current changes affects only CLI basically
MakMuftic
commented
Nov 30, 2021
MakMuftic
commented
Nov 30, 2021
MakMuftic
commented
Nov 30, 2021
MakMuftic
commented
Nov 30, 2021
MakMuftic
commented
Nov 30, 2021
…ftic/avoid-direct-transact-calls # Conflicts: # chains/evm/calls/bridge.go # chains/evm/calls/deploy.go # chains/evm/cli/local/deploy.go # chains/evm/evmclient/evm-client.go # chains/evm/voter/voter.go # e2e/evm-evm/example/app/app.go # e2e/evm/test.go
Go Test coverage is 39.6 %\ ✨ ✨ ✨ |
Go Test coverage is 39.6 %\ ✨ ✨ ✨ |
P1sar
reviewed
Dec 2, 2021
Go Test coverage is 43.4 %\ ✨ ✨ ✨ |
Go Test coverage is 43.4 %\ ✨ ✨ ✨ |
Go Test coverage is 43.4 %\ ✨ ✨ ✨ |
tcar121293
reviewed
Dec 9, 2021
…ftic/avoid-direct-transact-calls
Go Test coverage is 43.6 %\ ✨ ✨ ✨ |
1 similar comment
Go Test coverage is 43.6 %\ ✨ ✨ ✨ |
mpetrun5
approved these changes
Dec 9, 2021
nmlinaric
approved these changes
Dec 9, 2021
P1sar
suggested changes
Dec 10, 2021
Go Test coverage is 43.5 %\ ✨ ✨ ✨ |
Go Test coverage is 43.5 %\ ✨ ✨ ✨ |
Go Test coverage is 42.8 %\ ✨ ✨ ✨ |
Go Test coverage is 42.8 %\ ✨ ✨ ✨ |
P1sar
approved these changes
Dec 13, 2021
tcar121293
approved these changes
Dec 13, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The idea of this refactor is to enable a few things:
Transactor
interface (this is needed for ITX provider)Transactor
interface and also when neededErc721Contract
can be mocked.Related Issue Or Context
Closes: #124
Closes: #214
How Has This Been Tested? Testing details.
Types of changes
Checklist: