Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Rewrite impl_runtime_apis! and decl_runtime_apis! as proc-macro #1174

Merged
merged 26 commits into from
Nov 30, 2018

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    cb92ea5 View commit details
    Browse the repository at this point in the history
  2. Adds some documentation

    bkchr committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    a13fbd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c15648 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e92aa9 View commit details
    Browse the repository at this point in the history
  5. Moves first chunk of runtime api code into the impl_runtime_apis macro

    This also renames `ClientWithApi` into `RuntimeApi`.
    bkchr committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    0a8bf17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39aac74 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8530d30 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a19b47 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0612b1a View commit details
    Browse the repository at this point in the history
  10. Make InherentData working again

    bkchr committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    b2deacb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7cb68fa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5eff9ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab1b1d5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4e4748a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0d80d35 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6b97e39 View commit details
    Browse the repository at this point in the history
  17. Move some code

    bkchr committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    c459d63 View commit details
    Browse the repository at this point in the history
  18. Adds compile fail tests

    bkchr committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    4fa4998 View commit details
    Browse the repository at this point in the history
  19. Adds a test and fixes some bugs

    bkchr committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    1aad491 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3caf2cc View commit details
    Browse the repository at this point in the history
  21. Fixes build errors with wasm

    bkchr committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    7a8c86e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6da60cf View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Apply suggestions from code review

    Co-Authored-By: bkchr <[email protected]>
    gnunicorn and bkchr authored Nov 29, 2018
    Configuration menu
    Copy the full SHA
    43006a2 View commit details
    Browse the repository at this point in the history
  2. Addresses some grumbles

    bkchr committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    df80266 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b3285e View commit details
    Browse the repository at this point in the history
  4. New wasm files

    bkchr committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    61f32d7 View commit details
    Browse the repository at this point in the history