casper-network / roadmap

Apache License 2.0
13 stars 2 forks source link

update ExecutableDeployItem to include the new transaction type #182

Closed RitaMAllenCA closed 1 year ago

RitaMAllenCA commented 1 year ago

Now that we have the type, we need to enable it to be passed/gossiped. Update all necessary types and calls, including serializations to make them aware of the new transaction type. This includes unit tests and any integration tests to be aware of the new type and pass it correctly.

RitaMAllenCA commented 1 year ago

This was part of an initial design but iterated out.