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: sablier-labs/flow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 93717e1ee913b06838c497a240e01be77a3ceaee
Choose a base ref
...
head repository: sablier-labs/flow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 621ff8cb763f21f9c321b00c880ca7f25142f7a3
Choose a head ref
  • 9 commits
  • 55 files changed
  • 2 contributors

Commits on May 22, 2024

  1. Remove composite functions (#98)

    * test: remove composite functions
    
    * test: remove modifiers
    
    * test: remove test variables
    smol-ninja authored May 22, 2024
    Configuration menu
    Copy the full SHA
    be51f6f View commit details
    Browse the repository at this point in the history
  2. Refine base tests (#77)

    * test: New utility contracts: Defaults.sol, Types.sol Constants.sol
    test: Add constructor test
    test: Use constants from Defaults contract
    test: Replace StdUtils with PRBMathUtils
    test: Replace StdAssertions with PRBMathAssertions
    
    test: inherit Defaults in Base contract
    
    test: remove redundant variables
    
    * test: merge Defaults and Constants
    
    ---------
    
    Co-authored-by: andreivladbrg <andreivladbrg@gmail.com>
    smol-ninja and andreivladbrg authored May 22, 2024
    Configuration menu
    Copy the full SHA
    b5f70b6 View commit details
    Browse the repository at this point in the history
  3. refactor: rename cancel function to pause

    refactor: don't refund in pause function
    feat: keep track of debt after pausing
    andreivladbrg authored and smol-ninja committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4e6afd6 View commit details
    Browse the repository at this point in the history
  4. test: update tests accordingly

    andreivladbrg authored and smol-ninja committed May 22, 2024
    Configuration menu
    Copy the full SHA
    77d6ace View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aa9680 View commit details
    Browse the repository at this point in the history
  6. test: update invariant tests

    andreivladbrg authored and smol-ninja committed May 22, 2024
    Configuration menu
    Copy the full SHA
    119918d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b6a961 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0611dc5 View commit details
    Browse the repository at this point in the history
  9. docs: update pause natspec

    andreivladbrg authored and smol-ninja committed May 22, 2024
    Configuration menu
    Copy the full SHA
    621ff8c View commit details
    Browse the repository at this point in the history
Loading