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

Unify all state change events on BlockChain<T> into IRenderer<T> #963

Merged
merged 11 commits into from
Aug 24, 2020

Commits on Aug 23, 2020

  1. Add words to dictionary

    dahlia committed Aug 23, 2020
    Configuration menu
    Copy the full SHA
    f5ef45e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. IRenderer interface

    dahlia committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    f1b5850 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3a7da7 View commit details
    Browse the repository at this point in the history
  3. IRenderer<T>.RenderReorg()

    dahlia committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8656d8e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d96535 View commit details
    Browse the repository at this point in the history
  5. AnonymousRenderer<T>

    dahlia committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    5ec745b View commit details
    Browse the repository at this point in the history
  6. LoggedRenderer<T>

    dahlia committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    8047033 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5d9e30 View commit details
    Browse the repository at this point in the history
  8. Remove render option from BlockChain<T>

    Because without the render option, the same behaviour can be achieved by
    using non renderers.
    
    See also planetarium#883
    dahlia committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    6fef47d View commit details
    Browse the repository at this point in the history
  9. Remove BlockChain<T>.TipChanged

    which is replaced by IRenderer<T>.BlockRender() method.
    dahlia committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    4380959 View commit details
    Browse the repository at this point in the history
  10. Remove BlockChain<T>.Reorged event

    which is replaced by IRenderer<T>.RenderReorg() method.
    
    See also planetarium#945
    dahlia committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    4d080b5 View commit details
    Browse the repository at this point in the history