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

IS-931: Implement get inactive p reps api #391

Merged
merged 2 commits into from
Dec 2, 2019

Commits on Nov 29, 2019

  1. Implement getInactivePReps API

    - Add get_inactive_preps method on PrepContainer
    - Add tests for the API
    boyeon555 committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    7b3a548 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Update PRepEngine.handle_get_inactive_preps()

    * Optimize the filtering condition in PRepContainer.get_inactive_preps()
    * Add "blockHeight" and "totalDelegated" fields to the response of getInactivePReps request
    * Update test_handle_get_inactive_preps in prep/test_engine.py
    Chiwon Cho committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    aeb7345 View commit details
    Browse the repository at this point in the history