You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we'll need to still assert length checks on all of these bytes types or ensure that we pad them out. Length checks is probably safer for user.
I don't think we need to include "amount" explicitly anymore as it can be dynamically built and hashed into the tree hash
If we remove the amount field, I think the only field we need to do length check is exactly the little-endian-encoded amount.
@daejunpark hello! And, and thought/consideration about it? :)
What was wrong?
Implement ethereum/consensus-specs#924 related changes
How can it be fixed?
deposit
APIs to:def deposit(pubkey: bytes[48], withdrawal_credentials: bytes[32], amount: bytes[8], signature: bytes[96])
hash_tree_root
ofDepositData
in contractThe text was updated successfully, but these errors were encountered: