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

Rollup anchor for ink! smart contracts #30

Merged
merged 67 commits into from
Sep 30, 2023

Commits on Jun 20, 2023

  1. Merge pull request #1 from Phala-Network/main

    Merge from main repo
    GuiGou12358 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    105edad View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. 1 Configuration menu
    Copy the full SHA
    a9cc209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87dc18e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94f34c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a6966b View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Add artifacts

    GuiGou12358 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    385ace8 View commit details
    Browse the repository at this point in the history
  2. Uodsate documentation

    GuiGou12358 committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    2e350ab View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    5fb1408 View commit details
    Browse the repository at this point in the history
  2. Refactoring:

     - All methods in a 'Openbrush Trait' are callable (#[ink::message])
     - All inner methods are in a Trait named Internal and are not callable
    GuiGou12358 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    d56c302 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860e654 View commit details
    Browse the repository at this point in the history
  4. allow by default clippy::inline_fn_without_body required in the attri…

    …bute macro `openbrush::trait_definition`
    GuiGou12358 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7491c97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a598a7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    78db124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4146f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d798b75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92cc283 View commit details
    Browse the repository at this point in the history
  5. update readme

    GuiGou12358 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b3ee38b View commit details
    Browse the repository at this point in the history
  6. improvements

    GuiGou12358 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    fc67f1f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    54d6449 View commit details
    Browse the repository at this point in the history
  8. rename meta transaction

    GuiGou12358 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    73874a4 View commit details
    Browse the repository at this point in the history
  9. improvement

    GuiGou12358 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    e049df1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. cargo fmt

    GuiGou12358 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    10dd288 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efe5872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92306ef View commit details
    Browse the repository at this point in the history
  4. Update crate for the phat contract after the changes (stable rust ver…

    …sion for ink! smart contract)
    GuiGou12358 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    61016e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48f54d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d883605 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39ab8a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a808f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #2 from GuiGou12358/stable-rust

    refactor to remove specialization and use OpenBrush V4 and stable version of Rust
    GuiGou12358 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9c1aa57 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Improve the readme

    GuiGou12358 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6aed3b3 View commit details
    Browse the repository at this point in the history
  2. Check the tests

    GuiGou12358 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    ef8e601 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

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

    GuiGou12358 committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a7d71e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    ad88ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a32aab View commit details
    Browse the repository at this point in the history
  3. Use last version of ink!

    GuiGou12358 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f6ede45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d9309c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7a7e45 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6575d29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    280d342 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d63ff8 View commit details
    Browse the repository at this point in the history
  9. Update dependencies

    GuiGou12358 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c2d8088 View commit details
    Browse the repository at this point in the history
  10. fix cargo clippy issue

    GuiGou12358 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d958620 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix typo

    GuiGou12358 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    01ed1b1 View commit details
    Browse the repository at this point in the history
  2. Improve readme

    GuiGou12358 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d6e51c3 View commit details
    Browse the repository at this point in the history
  3. reuse the encoded value

    GuiGou12358 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9785772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3d8fe1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    105db1a View commit details
    Browse the repository at this point in the history
  6. remove useless field

    GuiGou12358 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3277426 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c6705b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c8892d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    97c8396 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7acd72a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    e680f39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbc5889 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a18b8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1707c44 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. Configuration menu
    Copy the full SHA
    c33cff5 View commit details
    Browse the repository at this point in the history
  2. update artifacts

    GuiGou12358 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    2ed56fd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    4fd7174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3494f55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    670be39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56b09c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Add the consumer contract address to add a domain separation and repl…

    …ay protection.
    
    Remove unnecessary "public key registering".
    GuiGou12358 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1d7ebfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6db49 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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