juno icon indicating copy to clipboard operation
juno copied to clipboard

Juno RPC handler code tidying

Open stranger80 opened this issue 1 year ago • 1 comments

  • Refactor the RPC handler code in Juno
    • improve breakdown into code files, etc.
    • refer to @kirugan for more suggestions re refactoring
  • Increase coverage of automated tests
  • Implement a pattern of generating RPC handler code scaffolding from OpenAPI spec

stranger80 avatar Mar 19 '24 13:03 stranger80

Implement a pattern of generating RPC handler code scaffolding from OpenAPI spec

Note the starknet spec is written in OpenRPC not OpenAPI and I don't think there is a good code generator in go for OpenRPC

IronGauntlets avatar Mar 20 '24 20:03 IronGauntlets