Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bip122 deployment block hash for exported ethpm packages #65

Open
loredanacirstea opened this issue Mar 12, 2019 · 0 comments
Open

Comments

@loredanacirstea
Copy link
Member

We need the deployment block hash for the contract instances.
Currently, we export the chain bip122 uri without this hash:

{ ...
"deployments": {
  "blockchain://41941023680923e0fe4d74a34bdac8141f2540e3ae90623718e47d66d1ca4a2d/block/": {
    "ProofOfPoll": {
     "contract_type": "ProofOfPoll",
     "address":"0x83dfb25767f64e6546957ed4745ba020df888139"
    }
   }
}
}
  • Pipeline client should ask the user for the deployment block if it cannot be retrieved in another way
  • Pipeline client should take the deployment block from the contract creation transaction (e.g. from Remix) if possible.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant