Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Minor bid improvements #615

Merged
merged 1 commit into from
Jun 25, 2021
Merged

Minor bid improvements #615

merged 1 commit into from
Jun 25, 2021

Conversation

jacque006
Copy link
Collaborator

No description provided.

@github-actions github-actions bot added the client This PR is about implementing the client label Jun 24, 2021
@@ -3,12 +3,12 @@ version: "3.8"
services:
geth:
container_name: geth
image: ethereum/client-go:stable
image: ethereum/client-go:v1.10.3
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ports:
- "8545:8545"
volumes:
- "./testData/dev-chain:/dev-chain"
command: --datadir dev-chain/ --http --dev --dev.period=14 --rpc.allow-unprotected-txs
command: --datadir dev-chain/ --http --http.addr 0.0.0.0 --dev --dev.period=14 --rpc.allow-unprotected-txs
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Bind to all IPv4 addresses instead of just loopback

Update doc with ts-node --files flag.
Promise.all contract reads that can be run in parallel.
@jacque006
Copy link
Collaborator Author

@ChihChengLiang @kautukkundan Merging for dev testnet

@jacque006 jacque006 merged commit 438098c into master Jun 25, 2021
@jacque006 jacque006 deleted the minor-bid-improvements branch June 25, 2021 00:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
client This PR is about implementing the client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant