Skip to content

Comments

refactor#2

Merged
stevenlanders merged 7 commits intomainfrom
gprusak-refactor
Aug 4, 2025
Merged

refactor#2
stevenlanders merged 7 commits intomainfrom
gprusak-refactor

Conversation

@pompon0
Copy link
Collaborator

@pompon0 pompon0 commented Aug 4, 2025

  • fixed rate limiting
  • fmt -> log
  • structured concurrency

@pompon0 pompon0 requested a review from stevenlanders August 4, 2025 10:21
@echo "📦 Installing native solc binary..."
@curl -L https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux -o /usr/local/bin/solc && \
chmod +x /usr/local/bin/solc
@curl -L https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux -o /tmp/solc && \
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is to avoid installing the compiler into the shared fs (for local development - on the vm it doesn't matter). Lmk if you have a better idea

@stevenlanders stevenlanders merged commit dc00913 into main Aug 4, 2025
1 check passed
@stevenlanders stevenlanders deleted the gprusak-refactor branch August 4, 2025 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants