Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

analyzer: move some uncategorized code into new packages #681

Merged
merged 6 commits into from
Apr 10, 2024

Conversation

pro-wh
Copy link
Collaborator

@pro-wh pro-wh commented Apr 9, 2024

uncategorized/addresses.go stringify*() -> util/addresses/addresses.go From*()
uncategorized/addresses.go Extract() -> util/addresses/addresses.go SliceFromSet()
runtime/extract.go register* -> util/addresses/registration.go Register*()
uncategorized/eth.go -> util/eth/eth.go

previously we had some map[Address]bool address sets, this changes them to map[Address]struct{} which I thought we compromised on

@pro-wh pro-wh added the analysis-layer Analysis layer-related issues. label Apr 9, 2024
@pro-wh pro-wh merged commit 075641c into main Apr 10, 2024
14 checks passed
@pro-wh pro-wh deleted the pro-wh/feature/categorize branch April 10, 2024 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analysis-layer Analysis layer-related issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants