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
As an implementor, I want my Eth2Genesis event type to comply with the most most recent ABI so that Eth2Genesis events behave as expected and per spec in Artemis.
Acceptance Criteria
deposit_count is a new field of type bytes[8] added between the 2 existing fields in Eth2Genesis event.
get_deposit_count is a new function with no parameters and return type bytes[8] that returns self.to_little_endian_64(self.deposit_count)
Description
As an implementor, I want my Eth2Genesis event type to comply with the most most recent ABI so that Eth2Genesis events behave as expected and per spec in Artemis.
Acceptance Criteria
deposit_count
is a new field of typebytes[8]
added between the 2 existing fields inEth2Genesis
event.get_deposit_count
is a new function with no parameters and return typebytes[8]
that returnsself.to_little_endian_64(self.deposit_count)
Additional Information
See ethereum/deposit_contract#22
The text was updated successfully, but these errors were encountered: