hashgraph / hashgraph/hedera-docs
update forge deployment workflow with nonce and gas management
Open
- Dominant language
- MDX
- Stars
- 10
- Forks
- 49
- Avg merge
- 19h 49m
- Merged PRs (30d)
- 17
Description
### Problem
the deployment experience via forge is not well documented, particularly regarding nonce issues and gas estimation. Developers must use non-obvious flags like "--slow" and manually adjust gas settings.
developers face a painful multi-hour process of trial and error with various gas and nonce flags to successfully deploy multiple contracts.
### Solution
create (or update) a step-by-step guide in the deployment documentation that covers:
- [ ] when and why to use the “--slow” flag
- [ ] how gas estimation works and how to manually override it
- [ ] recommendations for handling nonce issues
Contributor guide
Assessment
This issue has not been assessed yet.