-
Notifications
You must be signed in to change notification settings - Fork 143
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
base: main
Are you sure you want to change the base?
Commits on May 23, 2024
-
Merge pull request #972 from graphprotocol/mde/fix-escrow-and-payment…
…s-tests [WIP] Horizon: fix unit tests and refactor
Configuration menu - View commit details
-
Copy full SHA for 7cd7374 - Browse repository at this point
Copy the full SHA 7cd7374View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7b21d - Browse repository at this point
Copy the full SHA 8f7b21dView commit details -
chore: enforce consistent variable naming
- cut: for PPM percentages - tokens: for token amounts Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ac5546d - Browse repository at this point
Copy the full SHA ac5546dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 187daaf - Browse repository at this point
Copy the full SHA 187daafView commit details -
fix: take pending rewards for subgraph service
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 04432d2 - Browse repository at this point
Copy the full SHA 04432d2View commit details -
chore: use graph payments payment types instead of uint8
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92f3a55 - Browse repository at this point
Copy the full SHA 92f3a55View commit details -
chore: rename indexer to service provider
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b95655e - Browse repository at this point
Copy the full SHA b95655eView commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90e5b7c - Browse repository at this point
Copy the full SHA 90e5b7cView commit details -
chore: remove unnecessary pragma abicoder
v2 is default since 0.8.0 Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b220761 - Browse repository at this point
Copy the full SHA b220761View commit details -
chore: update solidity version, remove duplicate files
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4442335 - Browse repository at this point
Copy the full SHA 4442335View commit details -
chore: pin solidity version to 0.8.24
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f4802b2 - Browse repository at this point
Copy the full SHA f4802b2View commit details
Commits on May 24, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a390aea - Browse repository at this point
Copy the full SHA a390aeaView commit details -
chore: rework interface directory
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa9e908 - Browse repository at this point
Copy the full SHA aa9e908View commit details -
chore: disable autofix for solhint plugin, its bugged
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca633f4 - Browse repository at this point
Copy the full SHA ca633f4View commit details -
chore: order staking functions
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eef74f6 - Browse repository at this point
Copy the full SHA eef74f6View commit details -
chore: staking function ordering
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ca420e - Browse repository at this point
Copy the full SHA 3ca420eView commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f4db70 - Browse repository at this point
Copy the full SHA 1f4db70View commit details -
chore: ensure events and errors consistency
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 511ef30 - Browse repository at this point
Copy the full SHA 511ef30View commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5542532 - Browse repository at this point
Copy the full SHA 5542532View commit details -
feat: updated solidity to 0.8.26
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6255c48 - Browse repository at this point
Copy the full SHA 6255c48View commit details -
chore: use IR to compile solidity
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9118567 - Browse repository at this point
Copy the full SHA 9118567View commit details -
feat: use require with custom errors
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 106f388 - Browse repository at this point
Copy the full SHA 106f388View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5cb905 - Browse repository at this point
Copy the full SHA b5cb905View commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 180513e - Browse repository at this point
Copy the full SHA 180513eView commit details
Commits on May 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e7c00c1 - Browse repository at this point
Copy the full SHA e7c00c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed3fa1e - Browse repository at this point
Copy the full SHA ed3fa1eView commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b05d064 - Browse repository at this point
Copy the full SHA b05d064View commit details -
chore: disable optimizer for tests
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5655a89 - Browse repository at this point
Copy the full SHA 5655a89View commit details -
Merge pull request #974 from graphprotocol/mde/horizon-staking-tests-…
…rebased [WIP] Graph Horizon: Staking unit tests
Configuration menu - View commit details
-
Copy full SHA for f1f2883 - Browse repository at this point
Copy the full SHA f1f2883View commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6a48e4d - Browse repository at this point
Copy the full SHA 6a48e4dView commit details -
chore: remove duplicate code from staking
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e3ab78 - Browse repository at this point
Copy the full SHA 6e3ab78View commit details
Commits on May 28, 2024
-
feat: add linked list library (#975)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9277b4 - Browse repository at this point
Copy the full SHA a9277b4View commit details -
feat: make fees extension only one type of payment
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c62027 - Browse repository at this point
Copy the full SHA 1c62027View commit details -
feat: make subgraph service and graph payments upgradeable
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c11b31e - Browse repository at this point
Copy the full SHA c11b31eView commit details -
chore: complete some interfaces
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75c5b36 - Browse repository at this point
Copy the full SHA 75c5b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c8b38 - Browse repository at this point
Copy the full SHA a2c8b38View commit details -
docs: add natspec to horizon staking base contract
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bea047 - Browse repository at this point
Copy the full SHA 7bea047View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 19591b3 - Browse repository at this point
Copy the full SHA 19591b3View commit details -
Merge pull request #976 from graphprotocol/mde/horizon-staking-slash-fix
fix: slashing horizon delegation
Configuration menu - View commit details
-
Copy full SHA for e5f22e2 - Browse repository at this point
Copy the full SHA e5f22e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5091e7d - Browse repository at this point
Copy the full SHA 5091e7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c212cbe - Browse repository at this point
Copy the full SHA c212cbeView commit details -
docs: add natspec to horizon staking contracts
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7497d6 - Browse repository at this point
Copy the full SHA d7497d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3fe9d1 - Browse repository at this point
Copy the full SHA c3fe9d1View commit details -
docs: add natspec to data service fees extension contract
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75d3cb9 - Browse repository at this point
Copy the full SHA 75d3cb9View commit details -
Merge pull request #977 from graphprotocol/mde/fix-zero-tokens-withdr…
…aw-delegation Horizon fix: withdraw delegation with zero tokens
Configuration menu - View commit details
-
Copy full SHA for 6093c53 - Browse repository at this point
Copy the full SHA 6093c53View commit details
Commits on May 30, 2024
-
docs: add natspec to data service contracts
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8616335 - Browse repository at this point
Copy the full SHA 8616335View commit details -
docs: add natspec to payments protocol contracts and libraries
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 641842e - Browse repository at this point
Copy the full SHA 641842eView commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 289772e - Browse repository at this point
Copy the full SHA 289772eView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 685f457 - Browse repository at this point
Copy the full SHA 685f457View commit details -
Configuration menu - View commit details
-
Copy full SHA for a83e887 - Browse repository at this point
Copy the full SHA a83e887View commit details -
Merge pull request #978 from graphprotocol/mde/fix-horizon-tests
fix: unit tests
Configuration menu - View commit details
-
Copy full SHA for 1aef94b - Browse repository at this point
Copy the full SHA 1aef94bView commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2733112 - Browse repository at this point
Copy the full SHA 2733112View commit details -
Configuration menu - View commit details
-
Copy full SHA for d369c08 - Browse repository at this point
Copy the full SHA d369c08View commit details -
chore: trim unused code from LibFixedMath
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ed2a72 - Browse repository at this point
Copy the full SHA 9ed2a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6436a - Browse repository at this point
Copy the full SHA 4f6436aView commit details -
Merge pull request #979 from graphprotocol/mde/horizon-governance-tests
chore: add governance tests
Configuration menu - View commit details
-
Copy full SHA for 695f391 - Browse repository at this point
Copy the full SHA 695f391View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95bb940 - Browse repository at this point
Copy the full SHA 95bb940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d7bb22 - Browse repository at this point
Copy the full SHA 5d7bb22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ebdbae - Browse repository at this point
Copy the full SHA 0ebdbaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 646198e - Browse repository at this point
Copy the full SHA 646198eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 352d7f1 - Browse repository at this point
Copy the full SHA 352d7f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec2639 - Browse repository at this point
Copy the full SHA cec2639View commit details -
Configuration menu - View commit details
-
Copy full SHA for c26e06b - Browse repository at this point
Copy the full SHA c26e06bView commit details -
test: add tests for linked list library
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d109bbc - Browse repository at this point
Copy the full SHA d109bbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c4eeb - Browse repository at this point
Copy the full SHA c8c4eebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05de8aa - Browse repository at this point
Copy the full SHA 05de8aaView commit details
Commits on Jun 5, 2024
-
Merge pull request #980 from graphprotocol/mde/remove-minimum-provisi…
…on-size fix: remove MIN_PROVISION_SIZE from horizon staking
Configuration menu - View commit details
-
Copy full SHA for 60faa92 - Browse repository at this point
Copy the full SHA 60faa92View commit details -
test: add provision tracker tests
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a4507c - Browse repository at this point
Copy the full SHA 3a4507cView commit details -
test: add GraphDirectory tests
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 783c6f7 - Browse repository at this point
Copy the full SHA 783c6f7View commit details -
test: add base data service tests
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec7a374 - Browse repository at this point
Copy the full SHA ec7a374View commit details -
test: add upgradeable data service test
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82cc903 - Browse repository at this point
Copy the full SHA 82cc903View commit details
Commits on Jun 7, 2024
-
fix: bad import path for graph directory
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c6f70f - Browse repository at this point
Copy the full SHA 9c6f70fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb27fe - Browse repository at this point
Copy the full SHA 9cb27feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d8ec4 - Browse repository at this point
Copy the full SHA a7d8ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04bf4c7 - Browse repository at this point
Copy the full SHA 04bf4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66f9767 - Browse repository at this point
Copy the full SHA 66f9767View commit details -
fix: change delegation ratio to be a value instead of range
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 99c273e - Browse repository at this point
Copy the full SHA 99c273eView commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1741ea2 - Browse repository at this point
Copy the full SHA 1741ea2View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 6f376cd - Browse repository at this point
Copy the full SHA 6f376cdView commit details -
feat: use poi to create dispute
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 02a2fc3 - Browse repository at this point
Copy the full SHA 02a2fc3View commit details -
feat: use poi to create dispute id
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aba7ac5 - Browse repository at this point
Copy the full SHA aba7ac5View commit details
Commits on Jun 11, 2024
-
test: add data service framework tests
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df297f7 - Browse repository at this point
Copy the full SHA df297f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c3ec1 - Browse repository at this point
Copy the full SHA e5c3ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc4aba1 - Browse repository at this point
Copy the full SHA bc4aba1View commit details -
fix: require params change when calling set provision parameters
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 203a3b0 - Browse repository at this point
Copy the full SHA 203a3b0View commit details
Commits on Jun 12, 2024
-
test: add tests for DataServicePausable
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da34d9b - Browse repository at this point
Copy the full SHA da34d9bView commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 17d3b79 - Browse repository at this point
Copy the full SHA 17d3b79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c4a39 - Browse repository at this point
Copy the full SHA 54c4a39View commit details
Commits on Jun 13, 2024
-
test: add data service fees tests
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 086a94c - Browse repository at this point
Copy the full SHA 086a94cView commit details
Commits on Jun 14, 2024
-
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6627b7d - Browse repository at this point
Copy the full SHA 6627b7dView commit details
Commits on Jun 17, 2024
-
Merge pull request #983 from graphprotocol/horizon-fixes
Graph Horizon: tests and internal review fixes
Configuration menu - View commit details
-
Copy full SHA for b4f3285 - Browse repository at this point
Copy the full SHA b4f3285View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4b4958 - Browse repository at this point
Copy the full SHA c4b4958View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29dedff - Browse repository at this point
Copy the full SHA 29dedffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f76fc3f - Browse repository at this point
Copy the full SHA f76fc3fView commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d448641 - Browse repository at this point
Copy the full SHA d448641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826181c - Browse repository at this point
Copy the full SHA 826181cView commit details
Commits on Jun 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 215758a - Browse repository at this point
Copy the full SHA 215758aView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd77239 - Browse repository at this point
Copy the full SHA cd77239View commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b99a6d - Browse repository at this point
Copy the full SHA 6b99a6dView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30973f1 - Browse repository at this point
Copy the full SHA 30973f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19cb287 - Browse repository at this point
Copy the full SHA 19cb287View commit details -
Merge pull request #986 from graphprotocol/mde/subgraph-service-tests
Subgraph Service: unit tests
Configuration menu - View commit details
-
Copy full SHA for f47cf91 - Browse repository at this point
Copy the full SHA f47cf91View commit details
Commits on Aug 14, 2024
-
fix: update subgraph endpoints to network and some linting
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f366d2 - Browse repository at this point
Copy the full SHA 0f366d2View commit details
Commits on Aug 15, 2024
-
fix: add STUDIO_API_KEY to GitHub action
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d025632 - Browse repository at this point
Copy the full SHA d025632View commit details -
fix: missing env var declaration
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8345a1f - Browse repository at this point
Copy the full SHA 8345a1fView commit details -
ci: build packages individudally
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5c5787a - Browse repository at this point
Copy the full SHA 5c5787aView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4bdd237 - Browse repository at this point
Copy the full SHA 4bdd237View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f9bad - Browse repository at this point
Copy the full SHA f4f9badView commit details -
fix: add subgraph service as a caller when collecting from curation c…
…ontract (OZ C-03)
Configuration menu - View commit details
-
Copy full SHA for a183d7e - Browse repository at this point
Copy the full SHA a183d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cf705 - Browse repository at this point
Copy the full SHA e0cf705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 857f27b - Browse repository at this point
Copy the full SHA 857f27bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0364b41 - Browse repository at this point
Copy the full SHA 0364b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for c783118 - Browse repository at this point
Copy the full SHA c783118View commit details -
fix: change pending rewards due to resize to token amounts instead of…
… per token (OZ-H01) Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7876046 - Browse repository at this point
Copy the full SHA 7876046View commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7726b58 - Browse repository at this point
Copy the full SHA 7726b58View commit details -
fix: ensure maxVerifierCut is a valid PPM
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d80a025 - Browse repository at this point
Copy the full SHA d80a025View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7814ea - Browse repository at this point
Copy the full SHA d7814eaView commit details
Commits on Aug 23, 2024
-
fix: cap slash amount to a stake snapshot percentage (OZ M-02)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c58b62 - Browse repository at this point
Copy the full SHA 4c58b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94fe5a0 - Browse repository at this point
Copy the full SHA 94fe5a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cab507f - Browse repository at this point
Copy the full SHA cab507fView commit details -
fix: revert when delegating, undelegating or withdrawing from an inva…
…lid delegation pool (OZ M-06)
Configuration menu - View commit details
-
Copy full SHA for 6697548 - Browse repository at this point
Copy the full SHA 6697548View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50a8fa3 - Browse repository at this point
Copy the full SHA 50a8fa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdaa2c4 - Browse repository at this point
Copy the full SHA bdaa2c4View commit details -
fix: return tokens to delegator when bridging if the pool is invalid …
…(OZ M-06) Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ab169b - Browse repository at this point
Copy the full SHA 3ab169bView commit details -
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a06dd8 - Browse repository at this point
Copy the full SHA 5a06dd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1650a91 - Browse repository at this point
Copy the full SHA 1650a91View commit details -
fix: calculation of shares when receiving delegation from l1 (OZ H-03)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afe8bbc - Browse repository at this point
Copy the full SHA afe8bbcView commit details -
test: add test for receivedelegation special case
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d1b2fb - Browse repository at this point
Copy the full SHA 7d1b2fbView commit details -
fix: remove subgraph service cut (OZ H-04)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4787e12 - Browse repository at this point
Copy the full SHA 4787e12View commit details -
fix: prevent provisions from being overwritten if they exist (OZ H-05)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a9fe15 - Browse repository at this point
Copy the full SHA 0a9fe15View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for ab8f39b - Browse repository at this point
Copy the full SHA ab8f39bView commit details -
fix: remove white space from typehash calculation (OZ H-07)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61bf0ee - Browse repository at this point
Copy the full SHA 61bf0eeView commit details -
fix: include rav metadata in signature verification (OZ H-08)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11b7d44 - Browse repository at this point
Copy the full SHA 11b7d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ce865 - Browse repository at this point
Copy the full SHA 03ce865View commit details -
fix: add fn to allow force closing stale allocations (OZ H-09)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd6a007 - Browse repository at this point
Copy the full SHA dd6a007View commit details -
fix: timestamp instead of block number
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b7cff2 - Browse repository at this point
Copy the full SHA 7b7cff2View commit details -
test: use skip instead of warp
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36f9112 - Browse repository at this point
Copy the full SHA 36f9112View commit details -
fix: max verifier tokens calculation when slashing (OZ H-11)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41eb02b - Browse repository at this point
Copy the full SHA 41eb02bView commit details -
fix: consider tokens allocated to legacy allos as not idle (OZ H-10)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2bf070 - Browse repository at this point
Copy the full SHA b2bf070View commit details
Commits on Aug 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b56567e - Browse repository at this point
Copy the full SHA b56567eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc3add0 - Browse repository at this point
Copy the full SHA dc3add0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aeb4b6 - Browse repository at this point
Copy the full SHA 3aeb4b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f6ea1 - Browse repository at this point
Copy the full SHA 63f6ea1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f5ece - Browse repository at this point
Copy the full SHA d3f5eceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d25fcd - Browse repository at this point
Copy the full SHA 4d25fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c6bb31 - Browse repository at this point
Copy the full SHA 1c6bb31View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5956a - Browse repository at this point
Copy the full SHA fb5956aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a131ca - Browse repository at this point
Copy the full SHA 2a131caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7436871 - Browse repository at this point
Copy the full SHA 7436871View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa04aa8 - Browse repository at this point
Copy the full SHA aa04aa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f74009 - Browse repository at this point
Copy the full SHA 5f74009View commit details -
fix: close allocation when collecting rewards if over allocated (OZ C…
…R-02) Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1088e22 - Browse repository at this point
Copy the full SHA 1088e22View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b71eca0 - Browse repository at this point
Copy the full SHA b71eca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157bfc6 - Browse repository at this point
Copy the full SHA 157bfc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99af0a6 - Browse repository at this point
Copy the full SHA 99af0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ac05d - Browse repository at this point
Copy the full SHA e2ac05dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8bce8c - Browse repository at this point
Copy the full SHA d8bce8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58ba769 - Browse repository at this point
Copy the full SHA 58ba769View commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ddbc4d2 - Browse repository at this point
Copy the full SHA ddbc4d2View commit details
Commits on Sep 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 63d2ba4 - Browse repository at this point
Copy the full SHA 63d2ba4View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 4387c6c - Browse repository at this point
Copy the full SHA 4387c6cView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 282ea51 - Browse repository at this point
Copy the full SHA 282ea51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 491041b - Browse repository at this point
Copy the full SHA 491041bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86fd039 - Browse repository at this point
Copy the full SHA 86fd039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ea1fe9 - Browse repository at this point
Copy the full SHA 5ea1fe9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c269117 - Browse repository at this point
Copy the full SHA c269117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a1544 - Browse repository at this point
Copy the full SHA 61a1544View commit details -
Configuration menu - View commit details
-
Copy full SHA for d52be6d - Browse repository at this point
Copy the full SHA d52be6dView commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a58f807 - Browse repository at this point
Copy the full SHA a58f807View commit details -
Configuration menu - View commit details
-
Copy full SHA for 516a4e3 - Browse repository at this point
Copy the full SHA 516a4e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfb8b0 - Browse repository at this point
Copy the full SHA 9dfb8b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd62e95 - Browse repository at this point
Copy the full SHA bd62e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffe9b89 - Browse repository at this point
Copy the full SHA ffe9b89View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 374f57d - Browse repository at this point
Copy the full SHA 374f57dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f7828 - Browse repository at this point
Copy the full SHA 79f7828View commit details -
Merge pull request #1040 from graphprotocol/fix_oz_n-10
fix: remove unused return values. (OZ N-10)
Configuration menu - View commit details
-
Copy full SHA for 54286e3 - Browse repository at this point
Copy the full SHA 54286e3View commit details -
Merge pull request #1037 from graphprotocol/fix_oz_n-07
fix: address typographical errors throughout codebase. (OZ N-07)
Configuration menu - View commit details
-
Copy full SHA for 0438f62 - Browse repository at this point
Copy the full SHA 0438f62View commit details -
Merge pull request #1043 from graphprotocol/fix_oz_n-12
fix: reorder parameter use in mulPPM function call in mulPPMRoundUp function. (OZ N-12)
Configuration menu - View commit details
-
Copy full SHA for 613d7f3 - Browse repository at this point
Copy the full SHA 613d7f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4354737 - Browse repository at this point
Copy the full SHA 4354737View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe380e4 - Browse repository at this point
Copy the full SHA fe380e4View commit details -
fix(Horizon): only allow addToDelegationPool if provision exists and …
…pool has shares (#1042)
Configuration menu - View commit details
-
Copy full SHA for 95b3f83 - Browse repository at this point
Copy the full SHA 95b3f83View commit details
Commits on Sep 20, 2024
-
Merge pull request #1039 from graphprotocol/fix_oz_n-09
fix: add override keyword in functions (OZ N-09)
Configuration menu - View commit details
-
Copy full SHA for f2a5498 - Browse repository at this point
Copy the full SHA f2a5498View commit details -
Merge pull request #1035 from graphprotocol/fix_oz_n-06
fix: update EIP712_ALLOCATION_PROOF_TYPEHASH from variable to constant. (OZ N-06)
Configuration menu - View commit details
-
Copy full SHA for ff7a0ed - Browse repository at this point
Copy the full SHA ff7a0edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e4940 - Browse repository at this point
Copy the full SHA 76e4940View commit details -
chore: add stakeToFeesRatio to SubgraphService initialize (#1027)
* chore: add stakeToFeesRatio to SubgraphService initialize * fix: revert parameter name
Configuration menu - View commit details
-
Copy full SHA for 3bdaec6 - Browse repository at this point
Copy the full SHA 3bdaec6View commit details -
chore(SubgraphService): add Multicall to SubgraphService (#1030)
* chore: add Multicall to SubgraphService * fix: add multicall init
Configuration menu - View commit details
-
Copy full SHA for 51dd7a8 - Browse repository at this point
Copy the full SHA 51dd7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08539af - Browse repository at this point
Copy the full SHA 08539afView commit details -
chore(SubgraphService): add current epoch to IndexingRewardsCollected… (
#1036) * chore(SubgraphService): add current epoch to IndexingRewardsCollected event * fix: add missing parameter to natspec
Configuration menu - View commit details
-
Copy full SHA for 3e57ba3 - Browse repository at this point
Copy the full SHA 3e57ba3View commit details -
Update packages/horizon/contracts/data-service/utilities/ProvisionMan…
…ager.sol Co-authored-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8912125 - Browse repository at this point
Copy the full SHA 8912125View commit details
Commits on Sep 24, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for cf2109f - Browse repository at this point
Copy the full SHA cf2109fView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ad1ccd - Browse repository at this point
Copy the full SHA 4ad1ccdView commit details -
fix: function _setPartialPaused(bool _toPause) chnaged to function _s…
…etPartialPaused(bool _toPartialPause).
Configuration menu - View commit details
-
Copy full SHA for d90b971 - Browse repository at this point
Copy the full SHA d90b971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d819ef - Browse repository at this point
Copy the full SHA 9d819efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d69d2a - Browse repository at this point
Copy the full SHA 2d69d2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ba0ab - Browse repository at this point
Copy the full SHA a4ba0abView commit details -
fix: rename maxVerifierCut to newMaxVerifierCut and thawingPeriod to …
…newThawingPeriod.
Configuration menu - View commit details
-
Copy full SHA for 76bedb3 - Browse repository at this point
Copy the full SHA 76bedb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for faafe82 - Browse repository at this point
Copy the full SHA faafe82View commit details -
Configuration menu - View commit details
-
Copy full SHA for e73cb44 - Browse repository at this point
Copy the full SHA e73cb44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69e1971 - Browse repository at this point
Copy the full SHA 69e1971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78821ab - Browse repository at this point
Copy the full SHA 78821abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99d9bba - Browse repository at this point
Copy the full SHA 99d9bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9503f1d - Browse repository at this point
Copy the full SHA 9503f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2729a37 - Browse repository at this point
Copy the full SHA 2729a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e39df - Browse repository at this point
Copy the full SHA f8e39dfView commit details -
fix: emit amount authorized + rescuded token in AuthorizedCollector/T…
…okensRescued respectively.
Configuration menu - View commit details
-
Copy full SHA for aa27c54 - Browse repository at this point
Copy the full SHA aa27c54View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ce493f - Browse repository at this point
Copy the full SHA 8ce493fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b721f72 - Browse repository at this point
Copy the full SHA b721f72View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbc6654 - Browse repository at this point
Copy the full SHA fbc6654View commit details -
Configuration menu - View commit details
-
Copy full SHA for decde7f - Browse repository at this point
Copy the full SHA decde7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d3a7d - Browse repository at this point
Copy the full SHA b5d3a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32b3965 - Browse repository at this point
Copy the full SHA 32b3965View commit details -
Merge pull request #1028 from graphprotocol/fix_oz_n-03
fix: add security contact to various contract NatSpecs (OZ N-03)
Configuration menu - View commit details
-
Copy full SHA for 157216a - Browse repository at this point
Copy the full SHA 157216aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 96b5c3c - Browse repository at this point
Copy the full SHA 96b5c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a598eca - Browse repository at this point
Copy the full SHA a598ecaView commit details -
Configuration menu - View commit details
-
Copy full SHA for de6c822 - Browse repository at this point
Copy the full SHA de6c822View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffd1f79 - Browse repository at this point
Copy the full SHA ffd1f79View commit details -
Merge pull request #1041 from graphprotocol/fix_oz_n-11
fix: remove use of magic numbers in __ProvisionManager_init_unchained function (OZ N-11)
Configuration menu - View commit details
-
Copy full SHA for 3a51379 - Browse repository at this point
Copy the full SHA 3a51379View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f86b12a - Browse repository at this point
Copy the full SHA f86b12aView commit details -
chore(Horizon): reprovision only tokens thawed (#1046)
* chore(Horizon): reprovision only tokens thawed * fix: rename variable
Configuration menu - View commit details
-
Copy full SHA for 2f3a5e0 - Browse repository at this point
Copy the full SHA 2f3a5e0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fe9d605 - Browse repository at this point
Copy the full SHA fe9d605View commit details
Commits on Oct 2, 2024
-
Merge pull request #1051 from graphprotocol/fix_oz_n-16
fix: update function visibility (OZ N-16)
Configuration menu - View commit details
-
Copy full SHA for 41f85c8 - Browse repository at this point
Copy the full SHA 41f85c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e33bf12 - Browse repository at this point
Copy the full SHA e33bf12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b79a69 - Browse repository at this point
Copy the full SHA 2b79a69View commit details -
Merge pull request #1047 from graphprotocol/fix_oz_n-13
fix: standardize naming conventions throughout the codebase (OZ N-13)
Configuration menu - View commit details
-
Copy full SHA for 31d57b2 - Browse repository at this point
Copy the full SHA 31d57b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcbcf7e - Browse repository at this point
Copy the full SHA dcbcf7eView commit details -
Update packages/horizon/contracts/data-service/interfaces/IDataServic…
…eRescuable.sol Co-authored-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d459928 - Browse repository at this point
Copy the full SHA d459928View commit details -
Merge pull request #1049 from graphprotocol/fix_oz_n-14
fix: emit new events in AuthorizedCollector and TokensRescued. (OZ N-14)
Configuration menu - View commit details
-
Copy full SHA for 8be58f9 - Browse repository at this point
Copy the full SHA 8be58f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 570b21e - Browse repository at this point
Copy the full SHA 570b21eView commit details
Commits on Oct 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4e41890 - Browse repository at this point
Copy the full SHA 4e41890View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2284a3d - Browse repository at this point
Copy the full SHA 2284a3dView commit details
Commits on Oct 4, 2024
-
feat: add rav collected event (#1056)
Signed-off-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f88f335 - Browse repository at this point
Copy the full SHA f88f335View commit details
Commits on Oct 7, 2024
-
fix(Horizon): withdraw delegation with beneficiary test fix (#1057)
* fix(Horizon): withdraw delegation with beneficiary test fix * fix: skip addresses that will overflow
Configuration menu - View commit details
-
Copy full SHA for e40c8fe - Browse repository at this point
Copy the full SHA e40c8feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b3a86b - Browse repository at this point
Copy the full SHA 8b3a86bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9da60 - Browse repository at this point
Copy the full SHA fa9da60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b75154c - Browse repository at this point
Copy the full SHA b75154cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc14383 - Browse repository at this point
Copy the full SHA cc14383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6af9e66 - Browse repository at this point
Copy the full SHA 6af9e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac965cd - Browse repository at this point
Copy the full SHA ac965cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68157c0 - Browse repository at this point
Copy the full SHA 68157c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1693d76 - Browse repository at this point
Copy the full SHA 1693d76View commit details -
Update packages/horizon/contracts/data-service/utilities/ProvisionMan…
…ager.sol Co-authored-by: Tomás Migone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f1522d - Browse repository at this point
Copy the full SHA 0f1522dView commit details
Commits on Oct 8, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a76a0d6 - Browse repository at this point
Copy the full SHA a76a0d6View commit details
Commits on Oct 9, 2024
-
Merge pull request #1034 from graphprotocol/fix_oz_n-05
fix: address inconsistent parameter and mapping order (OZ N-05)
Configuration menu - View commit details
-
Copy full SHA for f0294b0 - Browse repository at this point
Copy the full SHA f0294b0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 7035403 - Browse repository at this point
Copy the full SHA 7035403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f5ba68 - Browse repository at this point
Copy the full SHA 0f5ba68View commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 36b81e3 - Browse repository at this point
Copy the full SHA 36b81e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 516ac3c - Browse repository at this point
Copy the full SHA 516ac3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 971a5c5 - Browse repository at this point
Copy the full SHA 971a5c5View commit details
Commits on Oct 11, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 504fff1 - Browse repository at this point
Copy the full SHA 504fff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0d090 - Browse repository at this point
Copy the full SHA 0c0d090View commit details