Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LimeChain/matchstick
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.5.4
Choose a base ref
...
head repository: LimeChain/matchstick
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.6.0-rc.2
Choose a head ref
  • 18 commits
  • 25 files changed
  • 3 contributors

Commits on Feb 14, 2023

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

Commits on Sep 4, 2023

  1. Implement loadInBlock method (#398)

    Implement `loadInBlock` method
    
    Signed-off-by: Anton Rusev <[email protected]>
    arrusev authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3862a2e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Implement loadRelated method (#399)

    * feat: implement loadRelated method
    
    Signed-off-by: Anton Rusev <[email protected]>
    Co-authored-by: Maksim Dimitrov <[email protected]>
    arrusev and dimitrovmaksim authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    10cff53 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Add logEntity function (#405)

    Signed-off-by: Anton Rusev <[email protected]>
    arrusev authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9e48102 View commit details
    Browse the repository at this point in the history
  2. feat: Make possible to test and log dynamic datasources (#406)

    * feat: Make possible to test and log dynamic datasources
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * chore: Run fmt
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * fix(tests): Set missing  MANIFEST_LOCATION
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * chore: Run fmt
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * fix: Cargo deps
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * fix: Remove _ptr from argument name
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    ---------
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim authored Sep 11, 2023
    Configuration menu
    Copy the full SHA
    60290f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. feat: Add asserts with custom messages (#408)

    * feat: Add asserts with custom messages
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * chore: Run fmt
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * refactor: Use logging::critical instead of panic. Return error and fail test instead of panicing
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    * chore: Run fmt
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    
    ---------
    
    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    b3af1bd View commit details
    Browse the repository at this point in the history
  2. Add ipfs data source (#409)

    * feat: add ipfs data source
    
    Signed-off-by: Anton Rusev <[email protected]>
    
    * chore: fix fmt and clippy
    
    Signed-off-by: Anton Rusev <[email protected]>
    
    ---------
    
    Signed-off-by: Anton Rusev <[email protected]>
    arrusev authored Sep 13, 2023
    Configuration menu
    Copy the full SHA
    5ea8548 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. ci: Update release workflows

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    784ff8a View commit details
    Browse the repository at this point in the history
  2. ci: try to fix release workflows

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f244546 View commit details
    Browse the repository at this point in the history
  3. ci: Install protobuf on macos

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c6fdd16 View commit details
    Browse the repository at this point in the history
  4. ci: Separate macOS and Linux workflows

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    8ef7e3b View commit details
    Browse the repository at this point in the history
  5. ci: Try to fix workflows

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f69c2fd View commit details
    Browse the repository at this point in the history
  6. ci: Remove linux 20.04

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    a8d1d33 View commit details
    Browse the repository at this point in the history
  7. ci: Add macOS 12 for apple silicon builds

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    d0da28f View commit details
    Browse the repository at this point in the history
  8. ci: Fix matrix names

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ebd83f9 View commit details
    Browse the repository at this point in the history
  9. chore: Update Cargo and cli versions

    Signed-off-by: Maksim Dimitrov <[email protected]>
    dimitrovmaksim committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7563a72 View commit details
    Browse the repository at this point in the history
  10. Refactor: code improvements (#411)

    * refactor: code improvements
    * fix: populate templates
    
    Signed-off-by: Anton Rusev <[email protected]>
    arrusev authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    42de46e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bff5035 View commit details
    Browse the repository at this point in the history
Loading