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

IS-889: bugifx assertion error on set_delegation #375

Merged
merged 2 commits into from
Oct 28, 2019

Commits on Oct 24, 2019

  1. Minor update: test_iiss_engine.py

    Chiwon Cho committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    415b818 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

  1. Fix AssertionError on handle_set_delegation

    * Remove assert statement from PRepEngine.on_set_delegation
    * Change the data structure of cached_account from dict to OrderedDict
    * Change the data structure of delegated_addresses from dict to set
    * Add unittest for handle_set_delegation
    Chiwon Cho committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    34f98d3 View commit details
    Browse the repository at this point in the history