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

Additional RPC-Methods and Runtime-Apis #796

Merged
merged 15 commits into from
Jun 1, 2022
Merged

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    9d0924d View commit details
    Browse the repository at this point in the history
  2. Apis and rpc impls

    mustermeiszer committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    fb4bf73 View commit details
    Browse the repository at this point in the history
  3. Fix runtime impls

    mustermeiszer committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    0adaaab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a42d62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c08c3ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d85416 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    3e2268d View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Merge branch 'parachain' of https://github.com/centrifuge/centrifuge-…

    …chain into feature/rpc-extensions
    hieronx authored and Branan Riley committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    ee5b620 View commit details
    Browse the repository at this point in the history
  2. Use TrancheIds instead of TrancheLocs in public RPC APIs

    Consumers of the API should always use an Id, never an index. Indexes
    may change underneat an API consumer at any block if the tranches
    change, while Ids are stable.
    
    This change enforces that correctness, and simplifies client code
    which no longer needs to wrap Ids in Locs
    Branan Riley committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2e34f56 View commit details
    Browse the repository at this point in the history
  3. Remove pool_value RPC method

    This is panicking for unknown reasons and can easily be computed on
    the client instead. We're giving up on it for now ¯\_(ツ)_/¯
    Branan Riley committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    c8051b7 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    * Remove unused `pool_value` from Runtime API
    * Remove `pool_` prefix, as it is redundant at the RPC level
    Branan Riley committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    3fa8583 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/parachain' into feature/rpc-ex…

    …tensions
    Branan Riley committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    4ae7f82 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/parachain' into feature/rpc-ex…

    …tensions
    Branan Riley committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    95d2d99 View commit details
    Browse the repository at this point in the history
  7. Remove loans RPC methods

    These aren't totally working and aren't needed for the first release
    Branan Riley committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    9ddbb6f View commit details
    Browse the repository at this point in the history
  8. Update src/rpc/pools.rs

    Jeroen Offerijns authored Jun 1, 2022
    Configuration menu
    Copy the full SHA
    dae0f8f View commit details
    Browse the repository at this point in the history