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

❄️ Graph Horizon and Subgraph Service ❄️ #944

Open
wants to merge 303 commits into
base: main
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 23, 2024

  1. Merge pull request #972 from graphprotocol/mde/fix-escrow-and-payment…

    …s-tests
    
    [WIP] Horizon: fix unit tests and refactor
    Maikol authored May 23, 2024
    Configuration menu
    Copy the full SHA
    7cd7374 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7b21d View commit details
    Browse the repository at this point in the history
  3. chore: enforce consistent variable naming

    - cut: for PPM percentages
    - tokens: for token amounts
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ac5546d View commit details
    Browse the repository at this point in the history
  4. chore: use PPMMath

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    187daaf View commit details
    Browse the repository at this point in the history
  5. fix: take pending rewards for subgraph service

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    04432d2 View commit details
    Browse the repository at this point in the history
  6. chore: use graph payments payment types instead of uint8

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    92f3a55 View commit details
    Browse the repository at this point in the history
  7. chore: rename indexer to service provider

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b95655e View commit details
    Browse the repository at this point in the history
  8. chore: more indexer renames

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    90e5b7c View commit details
    Browse the repository at this point in the history
  9. chore: remove unnecessary pragma abicoder

    v2 is default since 0.8.0
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b220761 View commit details
    Browse the repository at this point in the history
  10. chore: update solidity version, remove duplicate files

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    4442335 View commit details
    Browse the repository at this point in the history
  11. chore: pin solidity version to 0.8.24

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f4802b2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Tmigone/horizon staking revamp (#973)

    * chore: typos
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * chore: refactor HorizonStaking
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    ---------
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored May 24, 2024
    Configuration menu
    Copy the full SHA
    a390aea View commit details
    Browse the repository at this point in the history
  2. chore: rework interface directory

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    aa9e908 View commit details
    Browse the repository at this point in the history
  3. chore: disable autofix for solhint plugin, its bugged

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    ca633f4 View commit details
    Browse the repository at this point in the history
  4. chore: order staking functions

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    eef74f6 View commit details
    Browse the repository at this point in the history
  5. chore: staking function ordering

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    3ca420e View commit details
    Browse the repository at this point in the history
  6. fix(ss): interface importsy

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    1f4db70 View commit details
    Browse the repository at this point in the history
  7. chore: ensure events and errors consistency

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    511ef30 View commit details
    Browse the repository at this point in the history
  8. chore: update provision event

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    5542532 View commit details
    Browse the repository at this point in the history
  9. feat: updated solidity to 0.8.26

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    6255c48 View commit details
    Browse the repository at this point in the history
  10. chore: use IR to compile solidity

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9118567 View commit details
    Browse the repository at this point in the history
  11. feat: use require with custom errors

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    106f388 View commit details
    Browse the repository at this point in the history
  12. fix: couple fixes

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    b5cb905 View commit details
    Browse the repository at this point in the history
  13. feat: remove partial pause

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 24, 2024
    Configuration menu
    Copy the full SHA
    180513e View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. chore: add horizon unit tests

    Maikol committed May 25, 2024
    Configuration menu
    Copy the full SHA
    e7c00c1 View commit details
    Browse the repository at this point in the history
  2. chore: update solidity version

    Maikol committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ed3fa1e View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix: failing tests

    Maikol committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b05d064 View commit details
    Browse the repository at this point in the history
  2. chore: disable optimizer for tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 27, 2024
    Configuration menu
    Copy the full SHA
    5655a89 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #974 from graphprotocol/mde/horizon-staking-tests-…

    …rebased
    
    [WIP] Graph Horizon: Staking unit tests
    Maikol authored May 27, 2024
    Configuration menu
    Copy the full SHA
    f1f2883 View commit details
    Browse the repository at this point in the history
  4. fix: foundry profile usage

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6a48e4d View commit details
    Browse the repository at this point in the history
  5. chore: remove duplicate code from staking

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6e3ab78 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. feat: add linked list library (#975)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored May 28, 2024
    Configuration menu
    Copy the full SHA
    a9277b4 View commit details
    Browse the repository at this point in the history
  2. feat: make fees extension only one type of payment

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1c62027 View commit details
    Browse the repository at this point in the history
  3. feat: make subgraph service and graph payments upgradeable

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c11b31e View commit details
    Browse the repository at this point in the history
  4. chore: complete some interfaces

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 28, 2024
    Configuration menu
    Copy the full SHA
    75c5b36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2c8b38 View commit details
    Browse the repository at this point in the history
  6. docs: add natspec to horizon staking base contract

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7bea047 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. fix: rebase horizon branch

    Maikol committed May 29, 2024
    Configuration menu
    Copy the full SHA
    19591b3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #976 from graphprotocol/mde/horizon-staking-slash-fix

    fix: slashing horizon delegation
    Maikol authored May 29, 2024
    Configuration menu
    Copy the full SHA
    e5f22e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5091e7d View commit details
    Browse the repository at this point in the history
  4. fix: rebase

    Maikol committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c212cbe View commit details
    Browse the repository at this point in the history
  5. docs: add natspec to horizon staking contracts

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 29, 2024
    Configuration menu
    Copy the full SHA
    d7497d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3fe9d1 View commit details
    Browse the repository at this point in the history
  7. docs: add natspec to data service fees extension contract

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 29, 2024
    Configuration menu
    Copy the full SHA
    75d3cb9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #977 from graphprotocol/mde/fix-zero-tokens-withdr…

    …aw-delegation
    
    Horizon fix: withdraw delegation with zero tokens
    Maikol authored May 29, 2024
    Configuration menu
    Copy the full SHA
    6093c53 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. docs: add natspec to data service contracts

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8616335 View commit details
    Browse the repository at this point in the history
  2. docs: add natspec to payments protocol contracts and libraries

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed May 30, 2024
    Configuration menu
    Copy the full SHA
    641842e View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

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

Commits on Jun 3, 2024

  1. fix: unit tests

    Maikol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    685f457 View commit details
    Browse the repository at this point in the history
  2. fix: remove commented code

    Maikol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a83e887 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1aef94b View commit details
    Browse the repository at this point in the history
  4. docs: finalize natspec

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2733112 View commit details
    Browse the repository at this point in the history
  5. chore: lint fixes

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d369c08 View commit details
    Browse the repository at this point in the history
  6. chore: trim unused code from LibFixedMath

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    9ed2a72 View commit details
    Browse the repository at this point in the history
  7. chore: add governance tests

    Maikol committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4f6436a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #979 from graphprotocol/mde/horizon-governance-tests

    chore: add governance tests
    Maikol authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    695f391 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    95bb940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7bb22 View commit details
    Browse the repository at this point in the history
  3. chore: deployments tests

    Maikol committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0ebdbae View commit details
    Browse the repository at this point in the history
  4. chore: comments heading

    Maikol committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    646198e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    352d7f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cec2639 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c26e06b View commit details
    Browse the repository at this point in the history
  8. test: add tests for linked list library

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d109bbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c8c4eeb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    05de8aa View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Merge pull request #980 from graphprotocol/mde/remove-minimum-provisi…

    …on-size
    
    fix: remove MIN_PROVISION_SIZE from horizon staking
    Maikol authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    60faa92 View commit details
    Browse the repository at this point in the history
  2. test: add provision tracker tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3a4507c View commit details
    Browse the repository at this point in the history
  3. test: add GraphDirectory tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    783c6f7 View commit details
    Browse the repository at this point in the history
  4. test: add base data service tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ec7a374 View commit details
    Browse the repository at this point in the history
  5. test: add upgradeable data service test

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    82cc903 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. fix: bad import path for graph directory

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9c6f70f View commit details
    Browse the repository at this point in the history
  2. fix: feedback fixes

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    9cb27fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d8ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04bf4c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66f9767 View commit details
    Browse the repository at this point in the history
  6. fix: change delegation ratio to be a value instead of range

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    99c273e View commit details
    Browse the repository at this point in the history
  7. fix: moar feedback fixes

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1741ea2 View commit details
    Browse the repository at this point in the history
  8. fix: ensure rewards manager looks at subgraph service and staking for… (

    #982)
    
    * fix: ensure rewards manager looks at subgraph service and staking for allos
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: typo
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    ---------
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6f376cd View commit details
    Browse the repository at this point in the history
  9. feat: use poi to create dispute

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    02a2fc3 View commit details
    Browse the repository at this point in the history
  10. feat: use poi to create dispute id

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    aba7ac5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. test: add data service framework tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    df297f7 View commit details
    Browse the repository at this point in the history
  2. chore: linting stuff

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e5c3ec1 View commit details
    Browse the repository at this point in the history
  3. chore: more linting

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bc4aba1 View commit details
    Browse the repository at this point in the history
  4. fix: require params change when calling set provision parameters

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    203a3b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. test: add tests for DataServicePausable

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    da34d9b View commit details
    Browse the repository at this point in the history
  2. test: upgradeable contracts

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    17d3b79 View commit details
    Browse the repository at this point in the history
  3. test: more pausable

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    54c4a39 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. test: add data service fees tests

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    086a94c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fix: remove console import

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6627b7d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge pull request #983 from graphprotocol/horizon-fixes

    Graph Horizon: tests and internal review fixes
    Maikol authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b4f3285 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

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

Commits on Jun 19, 2024

  1. chore: add register tests

    Maikol committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    29dedff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f76fc3f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    d448641 View commit details
    Browse the repository at this point in the history
  2. chore: start allocation tests

    Maikol committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    826181c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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

Commits on Jun 25, 2024

  1. chore: stop allocation tests

    Maikol committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cd77239 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. WIP

    Maikol committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6b99a6d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    30973f1 View commit details
    Browse the repository at this point in the history
  2. fix: revert unit type change

    Maikol committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    19cb287 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #986 from graphprotocol/mde/subgraph-service-tests

    Subgraph Service: unit tests
    Maikol authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f47cf91 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. fix: update subgraph endpoints to network and some linting

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0f366d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. fix: add STUDIO_API_KEY to GitHub action

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d025632 View commit details
    Browse the repository at this point in the history
  2. fix: missing env var declaration

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    8345a1f View commit details
    Browse the repository at this point in the history
  3. ci: build packages individudally

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5c5787a View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    4bdd237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f9bad View commit details
    Browse the repository at this point in the history
  3. fix: add subgraph service as a caller when collecting from curation c…

    …ontract (OZ C-03)
    Maikol authored and tmigone committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a183d7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0cf705 View commit details
    Browse the repository at this point in the history
  5. fix: collecting other indexers query fees

    Maikol authored and tmigone committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    857f27b View commit details
    Browse the repository at this point in the history
  6. fix: renaming errors and variables

    Maikol authored and tmigone committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0364b41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c783118 View commit details
    Browse the repository at this point in the history
  8. fix: change pending rewards due to resize to token amounts instead of…

    … per token (OZ-H01)
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7876046 View commit details
    Browse the repository at this point in the history
  9. fix: pin smock version

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7726b58 View commit details
    Browse the repository at this point in the history
  10. fix: ensure maxVerifierCut is a valid PPM

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d80a025 View commit details
    Browse the repository at this point in the history
  11. fix: use isvalidPPM

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d7814ea View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. fix: cap slash amount to a stake snapshot percentage (OZ M-02)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4c58b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fe5a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab507f View commit details
    Browse the repository at this point in the history
  4. fix: revert when delegating, undelegating or withdrawing from an inva…

    …lid delegation pool (OZ M-06)
    Maikol authored and tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6697548 View commit details
    Browse the repository at this point in the history
  5. fix: rename error

    Maikol authored and tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    50a8fa3 View commit details
    Browse the repository at this point in the history
  6. fix: check for shares thawing

    Maikol authored and tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bdaa2c4 View commit details
    Browse the repository at this point in the history
  7. fix: return tokens to delegator when bridging if the pool is invalid …

    …(OZ M-06)
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3ab169b View commit details
    Browse the repository at this point in the history
  8. fix: invalid pool detection

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5a06dd8 View commit details
    Browse the repository at this point in the history
  9. fix: wip

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1650a91 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    afe8bbc View commit details
    Browse the repository at this point in the history
  11. test: add test for receivedelegation special case

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7d1b2fb View commit details
    Browse the repository at this point in the history
  12. fix: remove subgraph service cut (OZ H-04)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4787e12 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0a9fe15 View commit details
    Browse the repository at this point in the history
  14. fix: div by zero when delegating to a pool where all tokens are thawi…

    …ng (OZ H-06)
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ab8f39b View commit details
    Browse the repository at this point in the history
  15. fix: remove white space from typehash calculation (OZ H-07)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    61bf0ee View commit details
    Browse the repository at this point in the history
  16. fix: include rav metadata in signature verification (OZ H-08)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    11b7d44 View commit details
    Browse the repository at this point in the history
  17. fix: wip

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    03ce865 View commit details
    Browse the repository at this point in the history
  18. fix: add fn to allow force closing stale allocations (OZ H-09)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dd6a007 View commit details
    Browse the repository at this point in the history
  19. fix: timestamp instead of block number

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7b7cff2 View commit details
    Browse the repository at this point in the history
  20. test: use skip instead of warp

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    36f9112 View commit details
    Browse the repository at this point in the history
  21. fix: max verifier tokens calculation when slashing (OZ H-11)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    41eb02b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b2bf070 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    b56567e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc3add0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aeb4b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63f6ea1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3f5ece View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d25fcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1c6bb31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb5956a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2a131ca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7436871 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa04aa8 View commit details
    Browse the repository at this point in the history
  12. WIP

    Maikol committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5f74009 View commit details
    Browse the repository at this point in the history
  13. fix: close allocation when collecting rewards if over allocated (OZ C…

    …R-02)
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored and Maikol committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    1088e22 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    b71eca0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157bfc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99af0a6 View commit details
    Browse the repository at this point in the history
  4. fix: typo (OZ H-04)

    Maikol committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e2ac05d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8bce8c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    58ba769 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

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

Commits on Sep 9, 2024

  1. Subgraph Service - Unit tests (#1022)

    * chore: add unit tests
    
    * fix: rebase cleanup
    
    * chore: dispute manager tests fixes
    
    * chore: dispute manager test fixes
    
    * chore: refactoring subgraph service unit tests
    
    * chore: subgraph service test fixes
    Maikol authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    63d2ba4 View commit details
    Browse the repository at this point in the history
  2. test: wip refactor unit tests for staking fns (#1021)

    * test: wip refactor unit tests for staking fns
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor unstake tests passing
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor withdraw tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor add to provision
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: wip thaw refactor
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor thaw tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor deprovision test
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor reprovision tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor provision parameters functions
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor provision tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor operator tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * chore: update some configs
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: wip refactor of delegation tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor service provider tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor delegation tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor governance tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor ttools tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor slash test
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor legacy allocation tests wip
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refacto allocation close tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * test: refactor collect allocation tests
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: remove comments
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * chore: use solidity 0.8.27, remove compilation via ir
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * chore: use solidity 0.8.27
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    ---------
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4387c6c View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    282ea51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    491041b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86fd039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea1fe9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c269117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    61a1544 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d52be6d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    a58f807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516a4e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dfb8b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd62e95 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffe9b89 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    374f57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79f7828 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1040 from graphprotocol/fix_oz_n-10

    fix: remove unused return values. (OZ N-10)
    MoonBoi9001 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    54286e3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1037 from graphprotocol/fix_oz_n-07

    fix: address typographical errors throughout codebase. (OZ N-07)
    MoonBoi9001 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0438f62 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1043 from graphprotocol/fix_oz_n-12

    fix: reorder parameter use in mulPPM function call in mulPPMRoundUp function. (OZ N-12)
    MoonBoi9001 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    613d7f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4354737 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe380e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95b3f83 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Merge pull request #1039 from graphprotocol/fix_oz_n-09

    fix: add override keyword in functions (OZ N-09)
    MoonBoi9001 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f2a5498 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1035 from graphprotocol/fix_oz_n-06

    fix: update EIP712_ALLOCATION_PROOF_TYPEHASH from variable to constant. (OZ N-06)
    MoonBoi9001 authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ff7a0ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76e4940 View commit details
    Browse the repository at this point in the history
  4. chore: add stakeToFeesRatio to SubgraphService initialize (#1027)

    * chore: add stakeToFeesRatio to SubgraphService initialize
    
    * fix: revert parameter name
    Maikol authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3bdaec6 View commit details
    Browse the repository at this point in the history
  5. chore(SubgraphService): add Multicall to SubgraphService (#1030)

    * chore: add Multicall to SubgraphService
    
    * fix: add multicall init
    Maikol authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    51dd7a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08539af View commit details
    Browse the repository at this point in the history
  7. chore(SubgraphService): add current epoch to IndexingRewardsCollected… (

    #1036)
    
    * chore(SubgraphService): add current epoch to IndexingRewardsCollected event
    
    * fix: add missing parameter to natspec
    Maikol authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3e57ba3 View commit details
    Browse the repository at this point in the history
  8. Update packages/horizon/contracts/data-service/utilities/ProvisionMan…

    …ager.sol
    
    Co-authored-by: Tomás Migone <[email protected]>
    MoonBoi9001 and tmigone authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8912125 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. fix: remove unused errors, use LegacyAllocationAlreadyMigrated to pre…

    …vent migrating a legacy allocation twice (OZ N-02) (#1029)
    
    * fix: remove AllocationManagerZeroTokensAllocation. (OZ N-02)
    
    * fix: remove DataServiceFeatureNotImplemented. (OZ N-02)
    
    * fix: Use LegacyAllocationAlreadyMigrated. (OZ N-02)
    
    Use LegacyAllocationAlreadyMigrated to prevent migrating a legacy allocation twice.
    
    * fix: restore migrate function to require from if revert.
    
    Co-authored-by: Tomás Migone <[email protected]>
    
    * fix: missing closing braket.
    
    ---------
    
    Co-authored-by: Tomás Migone <[email protected]>
    MoonBoi9001 and tmigone authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    cf2109f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    4ad1ccd View commit details
    Browse the repository at this point in the history
  2. fix: function _setPartialPaused(bool _toPause) chnaged to function _s…

    …etPartialPaused(bool _toPartialPause).
    MoonBoi9001 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    d90b971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d819ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d69d2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4ba0ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    76bedb3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faafe82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e73cb44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    69e1971 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    78821ab View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99d9bba View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9503f1d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2729a37 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f8e39df View commit details
    Browse the repository at this point in the history
  15. fix: emit amount authorized + rescuded token in AuthorizedCollector/T…

    …okensRescued respectively.
    MoonBoi9001 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    aa27c54 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    8ce493f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b721f72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbc6654 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    decde7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5d3a7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    32b3965 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1028 from graphprotocol/fix_oz_n-03

    fix: add security contact to various contract NatSpecs (OZ N-03)
    MoonBoi9001 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    157216a View commit details
    Browse the repository at this point in the history
  8. fix: emit both amount authorized and total authorized

    commit to now emit both the amount for which the collector was authorized and also the total amount for which they are now authorized
    MoonBoi9001 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    96b5c3c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a598eca View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de6c822 View commit details
    Browse the repository at this point in the history
  11. fix: remove whitespace.

    MoonBoi9001 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ffd1f79 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1041 from graphprotocol/fix_oz_n-11

    fix: remove use of magic numbers in __ProvisionManager_init_unchained function (OZ N-11)
    MoonBoi9001 authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3a51379 View commit details
    Browse the repository at this point in the history
  13. feat(horizon): deploy horizon with Hardhat Ignition (#1025)

    * feat(horizon): wip ignition deployment
    
    * feat: add ignition modules for horizon contracts
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * feat: add deploy scripts for horizon staking contracts
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * feat: first version of horizon contracts deployed with ignition
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * feat: deploy subgraph service using ignition
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: remove deployment files for localhost
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * chore: gitignore localhost deployment files for ignition
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * chore: add deployment files for arbitrum sepolia and sepolia
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: deployment tweaks, add deployment files to github
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: use correct network name for arbitrum sepolia
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: hardhat build
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    ---------
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f86b12a View commit details
    Browse the repository at this point in the history
  14. chore(Horizon): reprovision only tokens thawed (#1046)

    * chore(Horizon): reprovision only tokens thawed
    
    * fix: rename variable
    Maikol authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2f3a5e0 View commit details
    Browse the repository at this point in the history
  15. chore(SubgraphService): allow force closing over allocated allocations (

    #1044)
    
    * chore(SubgraphService): allow force closing over allocated allocations
    
    * fix: merge close stale and over allocated functions
    
    * fix: removed unused error and fixed natspec for new error
    Maikol authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fe9d605 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge pull request #1051 from graphprotocol/fix_oz_n-16

    fix: update function visibility (OZ N-16)
    MoonBoi9001 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    41f85c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e33bf12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b79a69 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1047 from graphprotocol/fix_oz_n-13

    fix: standardize naming conventions throughout the codebase (OZ N-13)
    MoonBoi9001 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    31d57b2 View commit details
    Browse the repository at this point in the history
  5. fix: fix broken test

    MoonBoi9001 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dcbcf7e View commit details
    Browse the repository at this point in the history
  6. Update packages/horizon/contracts/data-service/interfaces/IDataServic…

    …eRescuable.sol
    
    Co-authored-by: Tomás Migone <[email protected]>
    MoonBoi9001 and tmigone authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d459928 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1049 from graphprotocol/fix_oz_n-14

    fix: emit new events in AuthorizedCollector and TokensRescued. (OZ N-14)
    MoonBoi9001 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8be58f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    570b21e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. feat: remove transfer tools from horizon (#1053)

    * feat: remove transfer tools from horizon
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: deprecate storage variables
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: remove minimum delegation requirement from delegation flows
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: minor changes
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    ---------
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4e41890 View commit details
    Browse the repository at this point in the history
  2. fix(Horizon): add input validation for set provision parameters (#1055)

    * fix(Horizon): add input validation for set provision parameters
    
    * fix: subgraph service tests
    
    * fix: use new parameter names
    
    * fix: subgraph-service tests
    Maikol authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    2284a3d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. feat: add rav collected event (#1056)

    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f88f335 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. fix(Horizon): withdraw delegation with beneficiary test fix (#1057)

    * fix(Horizon): withdraw delegation with beneficiary test fix
    
    * fix: skip addresses that will overflow
    Maikol authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e40c8fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b3a86b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa9da60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b75154c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cc14383 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6af9e66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac965cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68157c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1693d76 View commit details
    Browse the repository at this point in the history
  10. Update packages/horizon/contracts/data-service/utilities/ProvisionMan…

    …ager.sol
    
    Co-authored-by: Tomás Migone <[email protected]>
    MoonBoi9001 and tmigone committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0f1522d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. feat: separate escrow accounts for each collector (#1058)

    * feat: separate escrow accounts for each collector
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * feat: escrow account per collector
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    ---------
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    a76a0d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Merge pull request #1034 from graphprotocol/fix_oz_n-05

    fix: address inconsistent parameter and mapping order (OZ N-05)
    MoonBoi9001 authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f0294b0 View commit details
    Browse the repository at this point in the history
  2. fix: tweaks to thawing pool management (#1048)

    * fix: wip tweaks to thawing pool management
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: handle edge cases for thawing pools
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: simplify some conditions and checks
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * chore: fix test comment
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: typos and variable rename
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: merge conflicts
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    * fix: improve thawing pool reset condition
    
    Signed-off-by: Tomás Migone <[email protected]>
    
    ---------
    
    Signed-off-by: Tomás Migone <[email protected]>
    tmigone authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7035403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f5ba68 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    36b81e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    516ac3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    971a5c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. chore(Horizon): add signers to TAPCollector (#1060)

    * chore(Horizon): add signers to TAPCollector
    
    * fix: collect multiple queries test
    
    * fix: rename events and change parameter order to make it consistent
    
    * fix: lint issues
    
    * chore: add tap collector signer unit tests
    Maikol authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    504fff1 View commit details
    Browse the repository at this point in the history
  2. fix: lint errors

    Maikol committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0c0d090 View commit details
    Browse the repository at this point in the history