Code cleanup of 08-wasm etheruem light client #147
Labels
ethereum-light-client
Issues related to the 08-wasm ethereum light client
good practices
Good code practices
A final tracking issue for code cleanups to be done before the 08-wasm ethereum light client can be considered finished.
Add items here that will not be done in each individual PR to keep them moving a little faster.
wrappers.rs
(context: most of them are due to a seeming lack of tree_hash_root implementation on certain types, and tree_hash_derive not working in different scenarios). There might be a way to replace them with a few generic implementation if we are lucky 🙏 - as an alternative, maybe we can fix this in tree_hash_derive and get it upstreamed.ensure
for all assertions, or remove it entirely. Can also consider if this could/should be a macro. (done in refactor: remove ethereum-utils and use ethereum sub-folder #186)The text was updated successfully, but these errors were encountered: