This repository was archived by the owner on Nov 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
reduce customtypes import #943
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
14fcde5
move flatten log to pkg
ceyonur 3d92824
remove customtypes from ethclient
ceyonur 580fbb9
remove customtypes from ethclient
ceyonur 6f4ae1d
add new pkgs to imports test
ceyonur 33231e2
nit var rename
ceyonur 3f7219b
Merge branch 'master' into ceyonur/reduce-customtype-import
ceyonur cb8ad24
rename log to customlog
ceyonur f5db96f
Merge branch 'ceyonur/reduce-customtype-import' of github.com:ava-lab…
ceyonur bb61f57
Merge branch 'master' into ceyonur/reduce-customtype-import
ceyonur ac59901
remove unnecessary cases
ceyonur 30c4f9a
Merge branch 'ceyonur/reduce-customtype-import' of github.com:ava-lab…
ceyonur 8d04d7f
add to releases md
ceyonur 715fe4d
revert nit format chagnes
ceyonur 933593b
Update RELEASES.md
ceyonur aefb6bc
reviews
ceyonur e445f2b
Merge branch 'ceyonur/reduce-customtype-import' of github.com:ava-lab…
ceyonur a17e43e
revert changes
ceyonur d2ce17a
exclude *logs folder in gitignore
ceyonur 9266e79
Update .gitignore
ceyonur 1a48057
Update plugin/evm/imports_test.go
ceyonur File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ awscpu | |
| .idea/ | ||
|
|
||
| *logs/ | ||
| !*customlogs/ | ||
|
|
||
| .vscode* | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
2 changes: 1 addition & 1 deletion
2
plugin/evm/customtypes/log_ext.go → plugin/evm/customlogs/log_ext.go
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
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.
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.
There's a nit change on line 380 of
filterLogsyou missed