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

Feature/nix support #2257

Draft
wants to merge 46 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2024

  1. refactor notifications

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3584be3 View commit details
    Browse the repository at this point in the history
  2. fix moved

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    168f6aa View commit details
    Browse the repository at this point in the history
  3. fix null

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    347cc84 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. fix metric

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    995b910 View commit details
    Browse the repository at this point in the history
  2. parachain if validator

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a2513af View commit details
    Browse the repository at this point in the history
  3. sub

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    75bca79 View commit details
    Browse the repository at this point in the history
  4. view

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    ebbf73c View commit details
    Browse the repository at this point in the history
  5. fix sub

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9ddd406 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. merge master, skip parachain_processor.{hpp,cpp}

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    976d395 View commit details
    Browse the repository at this point in the history
  2. rebase parachain_processor.{hpp,cpp}

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    8e5821c View commit details
    Browse the repository at this point in the history
  3. fix injector

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    c130a41 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    376f45a View commit details
    Browse the repository at this point in the history
  2. fix thread

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    15fb5c0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into refactor/notifications

    Signed-off-by: turuslan <[email protected]>
    
    # Conflicts:
    #	core/parachain/validator/impl/parachain_processor.cpp
    #	core/parachain/validator/parachain_processor.hpp
    turuslan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    192b29d View commit details
    Browse the repository at this point in the history
  4. close duplicate connection

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    d273fac View commit details
    Browse the repository at this point in the history
  5. fix grandpa seen

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    951df62 View commit details
    Browse the repository at this point in the history
  6. fix fwd

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bd96c29 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. clang-tidy

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    6b3cfcd View commit details
    Browse the repository at this point in the history
  2. clang-tidy

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    39b1191 View commit details
    Browse the repository at this point in the history
  3. comments

    Signed-off-by: turuslan <[email protected]>
    turuslan committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d73848b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d71878a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b583472 View commit details
    Browse the repository at this point in the history
  6. minimal shell stub

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e087202 View commit details
    Browse the repository at this point in the history
  7. add missing pieces

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fc48b23 View commit details
    Browse the repository at this point in the history
  8. add flake boilerplate

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    620ea95 View commit details
    Browse the repository at this point in the history
  9. add cmakels

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    84e6c2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b587828 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7b5d79 View commit details
    Browse the repository at this point in the history
  12. add rust support & inline relevant init.sh

    except python
    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5b7d155 View commit details
    Browse the repository at this point in the history
  13. only use laggard nixpkgs for cmake

    need more up to date gcc
    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9f59903 View commit details
    Browse the repository at this point in the history
  14. add seccomp & ncurses

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fc47520 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b7aab3c View commit details
    Browse the repository at this point in the history
  16. cmake config overrides

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5feb4bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    404d458 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    556bbb8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d888687 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9a41ecb View commit details
    Browse the repository at this point in the history
  21. Revert "use standard cargo path :/"

    This reverts commit bda8f7a.
    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    e2e9354 View commit details
    Browse the repository at this point in the history
  22. segregate out rust vars

    They should be set on Ubuntu, but not Nix: for Nix, .cargo and .rustup
    should be within project repo to not pollute system.
    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    2644dbd View commit details
    Browse the repository at this point in the history
  23. update .gitignore

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9fc8530 View commit details
    Browse the repository at this point in the history
  24. add readme explainer

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3058757 View commit details
    Browse the repository at this point in the history
  25. fmt

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    643f94a View commit details
    Browse the repository at this point in the history
  26. reduce to minimal pkgs

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d26ebb5 View commit details
    Browse the repository at this point in the history
  27. update flake description

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    d273c22 View commit details
    Browse the repository at this point in the history
  28. trim superfluous exports

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    7d3e45c View commit details
    Browse the repository at this point in the history
  29. remove shell.nix

    Lederstrumpf committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    430a61d View commit details
    Browse the repository at this point in the history