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

fix(fgw): sync from other nodes and block signature #307

Merged
merged 63 commits into from
Oct 11, 2024
Merged

Commits on Oct 1, 2024

  1. gateway

    jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    36c1dd6 View commit details
    Browse the repository at this point in the history
  2. add add_transaction endpoint

    jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    372dc80 View commit details
    Browse the repository at this point in the history
  3. fix: disable_root

    jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9834851 View commit details
    Browse the repository at this point in the history
  4. fix fmt

    jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    582f189 View commit details
    Browse the repository at this point in the history
  5. fix(comments)

    Trantorian1 authored and jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    da1bb7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc87b39 View commit details
    Browse the repository at this point in the history
  7. fix(comments)

    Trantorian1 authored and jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ae92369 View commit details
    Browse the repository at this point in the history
  8. fix(comments)

    Trantorian1 authored and jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    57bfe5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57c1b50 View commit details
    Browse the repository at this point in the history
  10. fix(clippy)

    Trantorian1 authored and jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    52eb380 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0a9080 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b14f3c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa704a7 View commit details
    Browse the repository at this point in the history
  14. CHECKPOINT

    Trantorian1 authored and jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    51fb782 View commit details
    Browse the repository at this point in the history
  15. CHECKPOINT

    Trantorian1 authored and jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d09b49c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    68aefb1 View commit details
    Browse the repository at this point in the history
  17. fix(clippy)

    Trantorian1 authored and jbcaron committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b9b9625 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cd5bc4b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    63df3e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f603a93 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f016bdc View commit details
    Browse the repository at this point in the history
  22. feat(fetch): added CLI option to set fgw url

    > Note: This overrides the fgw url set by the current chain
    Trantorian1 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4d24cad View commit details
    Browse the repository at this point in the history
  23. fix(lint)

    Trantorian1 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d5757a2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4ec67b8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    fe6775b View commit details
    Browse the repository at this point in the history
  26. fix(prettier)

    Trantorian1 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    639ed14 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    75de1c4 View commit details
    Browse the repository at this point in the history
  2. fix(disable_root)

    Trantorian1 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9339dcd View commit details
    Browse the repository at this point in the history
  3. fix(feedback)

    Trantorian1 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6bf5bae View commit details
    Browse the repository at this point in the history
  4. fix(feedback)

    Trantorian1 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d0a4f86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    521d8fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac2d7d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e719007 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20cf3e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Configuration menu
    Copy the full SHA
    4ad0ffa View commit details
    Browse the repository at this point in the history
  2. fix(lint)

    Trantorian1 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2adb31d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f898e9a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    761f2c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    addde0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7aedd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a42994c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31fc519 View commit details
    Browse the repository at this point in the history
  6. feat(fgw): madara fgw now handles get_compiled_class_by_class_hash

    Also Juno can now sync from the madara fgw!
    Trantorian1 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f48a7ca View commit details
    Browse the repository at this point in the history
  7. fix(clippy)

    Trantorian1 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    d315e49 View commit details
    Browse the repository at this point in the history
  8. feat(fgw): madara fgw now handler get_contract_addresses

    `ChainConfig` has also been updated to include the contract addresses of
    the related network
    Trantorian1 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6f2671d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    163808b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    8621fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c5fad0 View commit details
    Browse the repository at this point in the history
  3. fix(compile)

    Trantorian1 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d8025f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    d3a34d4 View commit details
    Browse the repository at this point in the history
  2. fix(comments)

    Trantorian1 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    9267415 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56eea3e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. feat(sign): implemented proper block signing

    Blocks are no longer stored in db with their signature. Instead, Madara
    is able to sign block it authors through the feeder gateway. Note that
    the private key is still exposed and needs to be zeroed. This will be
    address in a pr to the primitive libs being used.
    Trantorian1 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ccb60c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1936fec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d73a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    552b6ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10b318a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f452a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1915a2e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    c92fdc3 View commit details
    Browse the repository at this point in the history
  2. fix(comment)

    Trantorian1 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1ff33a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9520d6b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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