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

[client] use types v2 (less alloc) #269

Merged
merged 46 commits into from
Apr 20, 2021
Merged

[client] use types v2 (less alloc) #269

merged 46 commits into from
Apr 20, 2021

Commits on Apr 9, 2021

  1. rewrite me

    niklasad1 committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    ac8880a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. v2

    niklasad1 committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    17bce94 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    ef11d59 View commit details
    Browse the repository at this point in the history
  2. remove PartialEq bounds

    niklasad1 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6c57ac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba6dcd8 View commit details
    Browse the repository at this point in the history
  4. add naive benches types

    niklasad1 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    7388191 View commit details
    Browse the repository at this point in the history
  5. misc

    niklasad1 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6765fb6 View commit details
    Browse the repository at this point in the history
  6. remove useless lifetime

    niklasad1 committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3314df5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Configuration menu
    Copy the full SHA
    7c8885b View commit details
    Browse the repository at this point in the history
  2. make tests compile again

    niklasad1 committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    1ae28b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9819bb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Configuration menu
    Copy the full SHA
    0b07e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccf09cb View commit details
    Browse the repository at this point in the history
  3. fix nits

    niklasad1 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    9b74206 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed61ca4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1094c3 View commit details
    Browse the repository at this point in the history
  6. fix tests

    niklasad1 committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    16e4a91 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Configuration menu
    Copy the full SHA
    32444b1 View commit details
    Browse the repository at this point in the history
  2. fix nits

    niklasad1 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    0bcb54d View commit details
    Browse the repository at this point in the history
  3. more tweaks.

    niklasad1 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    222df5d View commit details
    Browse the repository at this point in the history
  4. remove unused code

    niklasad1 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d949990 View commit details
    Browse the repository at this point in the history
  5. fix more nits

    niklasad1 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d298334 View commit details
    Browse the repository at this point in the history
  6. remove unused legacy types

    niklasad1 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    ee31b7d View commit details
    Browse the repository at this point in the history
  7. reorg types_v2 mod

    niklasad1 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    f2ee2a2 View commit details
    Browse the repository at this point in the history
  8. port macros to new types

    niklasad1 committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    26e2425 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1cbfba7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a47a0c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    dc25fb2 View commit details
    Browse the repository at this point in the history
  2. fix build

    niklasad1 committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    6bdc773 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    ce70d2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0c784 View commit details
    Browse the repository at this point in the history
  3. cleanup again

    niklasad1 committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    151b066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78153c9 View commit details
    Browse the repository at this point in the history
  5. Update types/src/v2/mod.rs

    niklasad1 authored Apr 18, 2021
    Configuration menu
    Copy the full SHA
    bee0f8b View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    76d2c40 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'na-client-types-v2' of github.com:paritytech/jsonrpsee …

    …into na-client-types-v2
    niklasad1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    552b9de View commit details
    Browse the repository at this point in the history
  3. rewrite me

    niklasad1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    b055e6d View commit details
    Browse the repository at this point in the history
  4. [types]: error code impl ser/deser

    Manual implementation of serialize/deserialize to get rid of duplicated message string
    niklasad1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    3a7a09b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bbdafb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b922550 View commit details
    Browse the repository at this point in the history
  7. fix faulty test

    niklasad1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    6670484 View commit details
    Browse the repository at this point in the history
  8. add missed files

    niklasad1 committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    714113b View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    6c2210d View commit details
    Browse the repository at this point in the history
  2. simplify test code

    niklasad1 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    6f0591a View commit details
    Browse the repository at this point in the history
  3. add tracking issue for TODO

    niklasad1 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    dea03d8 View commit details
    Browse the repository at this point in the history
  4. remove unused deps

    niklasad1 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    2e5267b View commit details
    Browse the repository at this point in the history