-
Notifications
You must be signed in to change notification settings - Fork 41
Config/Preset parsing is fixed on SSZ_NIF #1402
Copy link
Copy link
Open
Labels
refactorIdeas to improve code usability or performance with little or no change to behaviorIdeas to improve code usability or performance with little or no change to behaviorrustPull requests that update Rust codePull requests that update Rust codesszIssues related to Simple Serialize (SSZ)Issues related to Simple Serialize (SSZ)
Metadata
Metadata
Assignees
Labels
refactorIdeas to improve code usability or performance with little or no change to behaviorIdeas to improve code usability or performance with little or no change to behaviorrustPull requests that update Rust codePull requests that update Rust codesszIssues related to Simple Serialize (SSZ)Issues related to Simple Serialize (SSZ)
Type
Projects
Status
No status
In Elixir, the Chainspect is generated following a set of preset yamls but on the SSZ_NIF, config.rs (which is really the preset as mentioned in #604) sets all values as fixed Unsigned types in the config structs. This is error prone and it stays out of date when the yaml changed. We need to fix it.