wjmelements / wjmelements/evm

dio: default address from `creator`/`constructTest.from`

Open
#98 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.