Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.0: Migration to nim-json-serialization #179

Merged
merged 4 commits into from
Jan 3, 2024
Merged

v0.2.0: Migration to nim-json-serialization #179

merged 4 commits into from
Jan 3, 2024

Commits on Dec 13, 2023

  1. v0.2.0

    jangko committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    08d7fcc View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Use nim-json-serialization for RPCs (#172)

    * Use nim-json-serialization for RPCs
    
    * Add distinct serializers for RPC types
    
    * Avoid ConvFromXtoItselfNotNeeded in testing
    
    * Remove redundent `==` template
    
    * Rename Eth1JsonRpc to JsonRpc
    
    * Fix generic instantiation clash
    
    ---------
    
    Co-authored-by: jangko <[email protected]>
    coffeepots and jangko authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    819b6fe View commit details
    Browse the repository at this point in the history
  2. Add copyright to source file

    jangko committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c3769f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Upgrade rpc router internals (#178)

    * Upgrade rpc router internals
    
    * use new chronos asyncraises
    
    * Fix style mismatch
    
    * Fix nim v2 compilation error
    
    * Addresing review
    
    * Remove unnecessary custom serializer and let the library do the work
    
    * fix error message
    
    * Update readme.md
    jangko authored Jan 3, 2024
    2 Configuration menu
    Copy the full SHA
    e0b077f View commit details
    Browse the repository at this point in the history