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

Allow integrated relay chain light client #2270

Merged
merged 57 commits into from
Aug 22, 2023

Commits on Feb 21, 2023

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

Commits on Feb 23, 2023

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

Commits on Feb 27, 2023

  1. First working version

    skunert committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    efc9ebc View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Clean up

    skunert committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    a316e51 View commit details
    Browse the repository at this point in the history
  2. Remove unwanted logs

    skunert committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    5c0af7e View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Simplify subscription code

    skunert committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cd9ebe0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19c82f9 View commit details
    Browse the repository at this point in the history
  3. Simplify implementation

    skunert committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    30490cc View commit details
    Browse the repository at this point in the history
  4. Reorganize crate structure

    skunert committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3a807c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aee380 View commit details
    Browse the repository at this point in the history
  6. Clean up command line

    skunert committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    fbcd69d View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Add light client worker file

    skunert committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    27c0ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7368580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    007a699 View commit details
    Browse the repository at this point in the history
  4. Remove sleep

    skunert committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    85c6156 View commit details
    Browse the repository at this point in the history
  5. Improve naming of cli option

    skunert committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    489f1ae View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    45e5b45 View commit details
    Browse the repository at this point in the history
  2. Improve docs

    skunert committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    35f9649 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    164d430 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08efa4b View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Dmitry Markin <dmitry@markin.tech>
    skunert and dmitry-markin authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e450413 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    7997f2b View commit details
    Browse the repository at this point in the history
  2. Disable collation

    skunert committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    9ce2ddd View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Reviewer comments

    skunert committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    33a1b4c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    79d440d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0635c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Update smoldot

    skunert committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    181ce72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0faada2 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    595fd4a View commit details
    Browse the repository at this point in the history
  2. Update smoldot

    skunert committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    2dbed4b View commit details
    Browse the repository at this point in the history
  3. Adjust to new version

    skunert committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    4982892 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Patch substrate

    skunert committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    197a77d View commit details
    Browse the repository at this point in the history
  2. Use constants

    skunert committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9eba856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410be7c View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    skunert and michalkucharczyk authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    a1d5b3d View commit details
    Browse the repository at this point in the history
  5. Make execution mode an enum

    skunert committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    26fce06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d11800c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    b4f372b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    660bd56 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Update client/relay-chain-rpc-interface/src/rpc_client.rs

    Co-authored-by: Michal Kucharczyk <1728078+michalkucharczyk@users.noreply.github.com>
    skunert and michalkucharczyk authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    0c79ece View commit details
    Browse the repository at this point in the history
  2. Reduce duplicate code

    skunert committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    4bba54e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a560bf View commit details
    Browse the repository at this point in the history
  4. Update smoldot

    skunert committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    b98a70f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    b96de21 View commit details
    Browse the repository at this point in the history
  2. Update smoldot

    skunert committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3779ab1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    e826941 View commit details
    Browse the repository at this point in the history
  2. Fix build

    skunert committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    145f396 View commit details
    Browse the repository at this point in the history
  3. Update smoldot

    skunert committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    59c275d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Make platform compile

    skunert committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    74c54b5 View commit details
    Browse the repository at this point in the history
  2. Clean up dependencies

    skunert committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    145d2c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4be2a3e View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    skunert and davxy authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0708c63 View commit details
    Browse the repository at this point in the history
  5. Docs

    skunert committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e58e322 View commit details
    Browse the repository at this point in the history
  6. Improve docs

    skunert committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0bbc284 View commit details
    Browse the repository at this point in the history
  7. Remove RpcFrontend

    skunert committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    3e481e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4ba2920 View commit details
    Browse the repository at this point in the history