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

Optimistic Project Funding #5162

Open
wants to merge 191 commits into
base: master
Choose a base branch
from
Open

Optimistic Project Funding #5162

wants to merge 191 commits into from

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    8537c9e View commit details
    Browse the repository at this point in the history
  2. changed Cargo.toml

    ndkazu committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    dcaa52c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Basic pallet structure

    ndkazu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    b781695 View commit details
    Browse the repository at this point in the history
  2. Types, Storages, and naming

    ndkazu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    527787b View commit details
    Browse the repository at this point in the history
  3. Basic pallet structure

    ndkazu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    f6b8fa8 View commit details
    Browse the repository at this point in the history
  4. Update

    ndkazu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c1c442d View commit details
    Browse the repository at this point in the history
  5. Helper functions

    ndkazu committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    674c5f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    8f42432 View commit details
    Browse the repository at this point in the history
  2. Spending status change

    ndkazu committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8667321 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Funds unlock and transfer

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5fb830e View commit details
    Browse the repository at this point in the history
  2. Added an Event

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    08a56f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    100c26b View commit details
    Browse the repository at this point in the history
  4. Update substrate/frame/distribution/src/lib.rs

    Co-authored-by: Marcus Pang Yu Yang <[email protected]>
    ndkazu and marcuspang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2be7fb9 View commit details
    Browse the repository at this point in the history
  5. Update substrate/frame/distribution/src/lib.rs

    Co-authored-by: Marcus Pang Yu Yang <[email protected]>
    ndkazu and marcuspang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    76fe14b View commit details
    Browse the repository at this point in the history
  6. Update substrate/frame/distribution/src/lib.rs

    Co-authored-by: Marcus Pang Yu Yang <[email protected]>
    ndkazu and marcuspang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    5d0f7ba View commit details
    Browse the repository at this point in the history
  7. Update substrate/frame/distribution/src/lib.rs

    Co-authored-by: Marcus Pang Yu Yang <[email protected]>
    ndkazu and marcuspang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    503f3d3 View commit details
    Browse the repository at this point in the history
  8. Update substrate/frame/distribution/src/types.rs

    Co-authored-by: Marcus Pang Yu Yang <[email protected]>
    ndkazu and marcuspang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    aaea1fe View commit details
    Browse the repository at this point in the history
  9. Update umbrella/Cargo.toml

    Co-authored-by: Marcus Pang Yu Yang <[email protected]>
    ndkazu and marcuspang committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    01c826c View commit details
    Browse the repository at this point in the history
  10. Made some corrections

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a305d80 View commit details
    Browse the repository at this point in the history
  11. First test

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c4e6ae4 View commit details
    Browse the repository at this point in the history
  12. Additional event & testing

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9ba1083 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0268623 View commit details
    Browse the repository at this point in the history
  14. Update branch

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    dab155d View commit details
    Browse the repository at this point in the history
  15. Second test: funds locked

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    990a2f6 View commit details
    Browse the repository at this point in the history
  16. Minor corrections

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    119206a View commit details
    Browse the repository at this point in the history
  17. More tests...

    ndkazu committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c9c9c4f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Corrected some terms

    ndkazu committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d11cbc1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    fb73b68 View commit details
    Browse the repository at this point in the history
  2. WhiteListed Projects storage

    ndkazu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    aa7b249 View commit details
    Browse the repository at this point in the history
  3. Helper function for voting

    ndkazu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    2406b8f View commit details
    Browse the repository at this point in the history
  4. modified storage

    ndkazu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    26f3958 View commit details
    Browse the repository at this point in the history
  5. Adding type for freeze

    ndkazu committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8e10f21 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    abde432 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad4d675 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    114e430 View commit details
    Browse the repository at this point in the history
  2. New constant added

    ndkazu committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    245cf90 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    617ee5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93e3b31 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    5fc4beb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27524ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ba0121 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82bf13d View commit details
    Browse the repository at this point in the history
  5. Documentation edit

    ndkazu committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f21ba3c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cedc42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f95b070 View commit details
    Browse the repository at this point in the history
  8. Some corrections

    ndkazu committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    2699fd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    843f558 View commit details
    Browse the repository at this point in the history
  2. Distribution pallet README

    ndkazu committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b69cfff View commit details
    Browse the repository at this point in the history
  3. README corrections

    ndkazu committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9faf586 View commit details
    Browse the repository at this point in the history
  4. README corrections

    ndkazu committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    758e681 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    00fe62b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46ea061 View commit details
    Browse the repository at this point in the history
  3. Correction

    ndkazu committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    876db00 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    7445d0f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Minor corrections in the README
    ndkazu committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    442df1e View commit details
    Browse the repository at this point in the history
  3. Update lib.rs

    In-code documentation correction
    ndkazu committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    238bae5 View commit details
    Browse the repository at this point in the history
  4. Create README.md

    OPF README
    ndkazu committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    76f31b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa8f9c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Benchmarking_begin

    ndkazu committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    145858c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db8e95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3ba04e View commit details
    Browse the repository at this point in the history
  4. Correction

    ndkazu committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    92eabcd View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Preparing OPF testing

    ndkazu committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6216b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5c02ab View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    fb76ceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945fbb2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Added events

    ndkazu committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    04c0646 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd88c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6742a58 View commit details
    Browse the repository at this point in the history
  4. Rewards distribution test

    ndkazu committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    0eb2e5c View commit details
    Browse the repository at this point in the history
  5. Tests and corrections

    ndkazu committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    d1fac2f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    7bf608a View commit details
    Browse the repository at this point in the history
  2. More OPF testing

    ndkazu committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    ba869d6 View commit details
    Browse the repository at this point in the history
  3. Added benchmarking test suite

    ndkazu committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bc4c6de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32a2296 View commit details
    Browse the repository at this point in the history
  5. some corrections

    ndkazu committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    065039e View commit details
    Browse the repository at this point in the history
  6. Tests are passing

    ndkazu committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    48d5d62 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    08c7518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b874a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3389e6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0592915 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Benchmarking done

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5c25742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8f6d0c View commit details
    Browse the repository at this point in the history
  3. Fixing CLI errors

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ec08801 View commit details
    Browse the repository at this point in the history
  4. Fixing errors

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d723478 View commit details
    Browse the repository at this point in the history
  5. Fixing errors

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    67ddbb8 View commit details
    Browse the repository at this point in the history
  6. PRdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b960b3c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53c31aa View commit details
    Browse the repository at this point in the history
  8. Editing the prdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ca65abb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b94e3f9 View commit details
    Browse the repository at this point in the history
  10. Editing the prdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6a918ad View commit details
    Browse the repository at this point in the history
  11. Editing the prdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8ed0b87 View commit details
    Browse the repository at this point in the history
  12. Editing the prdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2878e5e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab2ab73 View commit details
    Browse the repository at this point in the history
  14. Editing the prdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    40bdd68 View commit details
    Browse the repository at this point in the history
  15. Editing the prdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d0dac4b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    eb1ba63 View commit details
    Browse the repository at this point in the history
  17. Update prdoc/pr_5162.prdoc

    Co-authored-by: Parth Mittal <[email protected]>
    ndkazu and mittal-parth committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a3be78b View commit details
    Browse the repository at this point in the history
  18. Fix prdoc

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a5f0018 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    39214cc View commit details
    Browse the repository at this point in the history
  20. Fix semver

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fd40298 View commit details
    Browse the repository at this point in the history
  21. Fix semver

    ndkazu committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    79a29cc View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Corrected README

    ndkazu committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0c24a47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5c86d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3a59a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a2139c View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. More OPF tests

    ndkazu committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    6bab58b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf22c86 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    18fce0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9718231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1546392 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    704c2fe View commit details
    Browse the repository at this point in the history
  2. License added

    ndkazu committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5695675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24cd606 View commit details
    Browse the repository at this point in the history
  4. Review related corrections

    ndkazu committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7d80bfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d9fc656 View commit details
    Browse the repository at this point in the history
  6. fix failing benchmark

    ndkazu committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    baedd94 View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    ndkazu committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0d4a587 View commit details
    Browse the repository at this point in the history
  8. New extrinsic benchmark added

    ndkazu committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0cd321a View commit details
    Browse the repository at this point in the history
  9. update

    ndkazu committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    73d0f5f View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    1e38a51 View commit details
    Browse the repository at this point in the history
  2. Type miss in ReadMe

    ndkazu committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    4bec5f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

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

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    304a76d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8ba94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19dc1d9 View commit details
    Browse the repository at this point in the history
  4. Removed unbounded map iter

    ndkazu committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a2ff644 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    980226e View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Removing use of iter()

    ndkazu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ecbf739 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    b7ab820 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    ndkazu committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c29ffe8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. resolving conflict

    ndkazu committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c9dcc86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    492a0d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    8d4657d View commit details
    Browse the repository at this point in the history
  2. opf-test correction

    ndkazu committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5c5b8ad View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    98217d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77ae32e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cb1b18 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed56b2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47fe97f View commit details
    Browse the repository at this point in the history
  6. cargo +nightly fmt

    ndkazu committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    3e2f2a1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dfbcf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    effa3d9 View commit details
    Browse the repository at this point in the history
  2. Comments correction

    ndkazu committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    2b5e0cd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

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

Commits on Sep 11, 2024

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

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    bb82af4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2804b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c847381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c0aa9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    511e8bc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

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

Commits on Sep 16, 2024

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

Commits on Sep 17, 2024

  1. Correct import

    ndkazu committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e02fe4b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    576a5b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5760f9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e1c9ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    989be08 View commit details
    Browse the repository at this point in the history
  5. toml format

    ndkazu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c62e265 View commit details
    Browse the repository at this point in the history
  6. rust-feature-propagation

    ndkazu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    56e8676 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    db2506b View commit details
    Browse the repository at this point in the history
  8. Rust features propagation

    ndkazu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    12fbf3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c59b159 View commit details
    Browse the repository at this point in the history
  10. Rust features propagation

    ndkazu committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7412d46 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. toml format

    ndkazu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    18f92fc View commit details
    Browse the repository at this point in the history
  2. toml format

    ndkazu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    840d64a View commit details
    Browse the repository at this point in the history
  3. format toml

    ndkazu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cac2449 View commit details
    Browse the repository at this point in the history
  4. format toml

    ndkazu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8f0fd86 View commit details
    Browse the repository at this point in the history
  5. fix umbrella error

    ndkazu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4507209 View commit details
    Browse the repository at this point in the history
  6. Fix Wasm error

    ndkazu committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    fb51be2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eef451c View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d21f4d8 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    936cfd7 View commit details
    Browse the repository at this point in the history
  4. Update Cargo.toml

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    7728824 View commit details
    Browse the repository at this point in the history
  5. Update cargo.toml

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    38718e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99b3be4 View commit details
    Browse the repository at this point in the history
  7. First round of corrections

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f079db6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b61ddc6 View commit details
    Browse the repository at this point in the history
  9. Second round of corrections

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a4edbac View commit details
    Browse the repository at this point in the history
  10. Fix umbrella

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    635526e View commit details
    Browse the repository at this point in the history
  11. Revert some modifications

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fa30adb View commit details
    Browse the repository at this point in the history
  12. changed max_weight in opf

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2cf44db View commit details
    Browse the repository at this point in the history
  13. Fix format

    ndkazu committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fa6a553 View commit details
    Browse the repository at this point in the history