Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

[reopened] Add new peers without restarting a node #44

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Nov 13, 2018

  1. RFC for adding peers in runtime

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    9dacf81 View commit details
    Browse the repository at this point in the history
  2. Add new message types specification.

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    a71be6a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Add the peer removal request and response.

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e43b33f View commit details
    Browse the repository at this point in the history
  2. Extend error statuses and remove the peers one by one instead of doin…

    …g that in batches.
    
    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    9f32632 View commit details
    Browse the repository at this point in the history
  3. Add basic permissioning description.

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    5a87a74 View commit details
    Browse the repository at this point in the history
  4. Update example code.

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    6ca942d View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Fix variant numbering in Message.MessageType enum.

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    99cf57e View commit details
    Browse the repository at this point in the history
  2. Fix mistakes in the Motivation section.

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    baaf737 View commit details
    Browse the repository at this point in the history
  3. Add description of message processing for peers removal.

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Jan 8, 2019
    Configuration menu
    Copy the full SHA
    4f17b19 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Address comments from @jsmitchell

    Signed-off-by: Yevhenii Babichenko <eugene@remme.io>
    eugene-babichenko committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    211d197 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Move long link URLs to the document footer.

    Signed-off-by: Yevhenii Babichenko <babichenko@482.solutions>
    eugene-babichenko committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    9ed02a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Introduce the admin endpoint

    Describe the admin endpoint that separates administrative requests from
    other client requests and is a subject to off-chain permissioning.
    Introduce the unified structure for all admin requests.
    
    Signed-off-by: Yevhenii Babichenko <babichenko@482.solutions>
    eugene-babichenko committed Jun 6, 2019
    Configuration menu
    Copy the full SHA
    ca4c558 View commit details
    Browse the repository at this point in the history