Contribution Guide
- PRs go to the
dev branch, not main
- Application must explain your specific approach to this task; generic applications will not be assigned
- PR description must clearly describe what you built and changed
- Link your PR to the correct issue number
To facilitate logging and API responses, all core types in the types and rpc modules should implement the Debug and Serialize traits.
Implementation Guidelines Key Files: crates/core/src/types/mod.rs, crates/core/src/rpc/jsonrpc.rs.
Expectations What done looks like: All major structs and enums in the core crate can be printed for debugging and serialized to JSON.
For any question, reach me on Discord: emry_ss
Contribution Guide
devbranch, notmainTo facilitate logging and API responses, all core types in the types and rpc modules should implement the Debug and Serialize traits.
Implementation Guidelines Key Files: crates/core/src/types/mod.rs, crates/core/src/rpc/jsonrpc.rs.
Expectations What done looks like: All major structs and enums in the core crate can be printed for debugging and serialized to JSON.
For any question, reach me on Discord: emry_ss