-
Notifications
You must be signed in to change notification settings - Fork 975
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
Deposit contract checklist #1129
Comments
We could try asking the Vyper people to add this feature :) |
The pressing items here have been handled. Still need to deploy and publicize closing |
Points 8) and 9) don't seem to have been covered here. Are there new issues for tracking them? |
I don't think we will forget deploying the contract, so tracking it here previously just lead to confusion in the community about the potential dates. Let's see how the testnets work out before considering mainnet action items. |
Pinging @CarlBeek who is the deposit contract guru :) |
I specifically meant:
Which is an important and interesting point. |
No, there currently aren't issues tracking them, but I don't necessarily think there should be.
More generally, there is an argument to be made here that we should have a deployment procedure. These normally include constructer arguments for contract initialisation, compiler versions, and contract deployment order. The simplicity of the deposit contract means that aside from compiler version (
|
eth2.0-specs
repo. See Move deposit contract back #1127.Eth2Genesis
: Rely on a more flexible genesis trigger, external to deposit contract. (Also reduces line count from 140 to 120.) See also CHAIN_START_FULL_DEPOSIT_THRESHOLD bypass #1048.merkle_tree_index
: See Simplify deposits #1122.deposit
function call #1150.The text was updated successfully, but these errors were encountered: