Integrate Foundry Into the go-ethereum
Repository
#206
Labels
No Label
bug
critical
duplicate
enhancement
epic
help wanted
in progress
invalid
low priority
question
rebase
v1
v5
wontfix
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/go-ethereum#206
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rationale
Why should this feature exist?
What are the use-cases?
Implementation
Do you have ideas regarding the implementation of this feature?
I think integration would be as follows:
a. Downloads a remote version of geth
b. Spins up a docker image with all the necessary dependencies (this takes forever).
c. Runs Geth with special configurations.
d. Sends transactions to geth.
a. Compile geth based on the current Dockerfile.
b. Spin up a docker container with Foundry.
c. Runs Geth with special configurations (the same way we are doing with dapptools).
d. Sends transactions to geth. Instead of using
seth
we would use Foundry'scast
implementation.Are you willing to implement this feature?
I am willing to implement this along with the following PR.
https://github.com/vulcanize/go-ethereum/issues/207