-
Notifications
You must be signed in to change notification settings - Fork 33
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
Subgraph and contract upgrades #2576
Open
portuu3
wants to merge
27
commits into
develop
Choose a base branch
from
subgraph-upgrades
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Removed reputation from leader entity * Merge branch 'subgraph-upgrades' into feature/sdk/remove-reputation-from-leader-entity --------- Co-authored-by: eugenvoronov <[email protected]>
* Add registration data to leaders entity * Add registration info to getReputationNetworkOperators --------- Co-authored-by: Francisco López <[email protected]>
* Added reputation networks * Removed reputation network * Handled null value * Updated unit test --------- Co-authored-by: portuu3 <[email protected]>
* Add registration data to leaders entity * Add registration info to getReputationNetworkOperators * Add wether registration is required to oracles discovery response
* Add events for data being read with eth_calls in subgraph * Create new events to allow compatibility with old events * Remove setupEventCount and rename SetupEvent to PendingEvent in Subgraph
* feat: add events and cancel method for erc20 token support * fix: contract changes * feat: sdk update * feat: update sdk doc * update subgraph * update doc * update doc * revert doc summary delete * remove create_and_setup_escrow function * remove abort function * fix cvat test * fix cvat test * fix cvat e2e * apply optimization * remove Payout event * fix docs sdk files path * regenerate doc
* Add logic to register users in oracles * Fix failing tests --------- Co-authored-by: portuu3 <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
* Refactor transactions in subgraph * Update SDK * Add compatibility with new transactions in dashboard server * Add test for withdraw event * Fix job launcher tests * Solve errors on building human app frontend
vercel
bot
temporarily deployed
to
Preview – human-dashboard-frontend
October 15, 2024 13:58
Inactive
vercel
bot
temporarily deployed
to
Preview – human-dashboard-frontend
October 17, 2024 14:37
Inactive
vercel
bot
temporarily deployed
to
Preview – human-dashboard-frontend
October 29, 2024 18:42
Inactive
* Hyperlink role to oracle website * Created website field in Leader data in Subgraph and used it for hiperlink in dashboard
* Remove allocation from Staking contract and update SDK * Updated subgraph tests * Added withdrawFees to staking events * enable staking events as main trx * Update SDKs with the new transaction format * Update Makefile * Update docker-compose.yml * Remove event tests for the events that have been removed * Contracts upgrade * Contracts upgrade * Refactor Job Launcher to remove allocation * Improve Staking and Escrow contracts * Fix failing tests in python SDK --------- Co-authored-by: portuu3 <[email protected]>
vercel
bot
temporarily deployed
to
Preview – human-dashboard-frontend
October 31, 2024 11:32
Inactive
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Summary of changes
How test the changes
Related issues