dio: default address from `creator`/`constructTest.from`
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 79
- Forks
- 8
- Avg merge
- 24m
- Merged PRs (30d)
- 5
Description
Currently address has to be hardcoded in dio or it will use the next available address in 0xaabb. We can also derive the address from nonce if we know contract creator.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating how dio assigns an address and how constructTest.from exposes the contract creator. Trace the nonce and creator data available at address creation, then verify that creator-derived addresses are used when no address is hardcoded and that the existing next-available-address behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- blockchain
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100