-
Notifications
You must be signed in to change notification settings - Fork 24
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
2.1.x/trustlessness #446
Open
guidiaz
wants to merge
62
commits into
witnet:2.1.x
Choose a base branch
from
guidiaz:2.1.x/trustlessness
base: 2.1.x
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
2.1.x/trustlessness #446
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
4e8d1de
feat: prepare for wit/2.1
guidiaz 0335b08
refactor: WRB.postRequest* -> WRB.postQuery*
guidiaz 7e7017e
chore: lighten WitOracleTrustableBase
guidiaz 2a6734c
feat: WRB.getQuery*StatusTag
guidiaz 3ac2b5c
feat: Escrowable pattern
guidiaz 3ae839b
chore/feat: prepare for trustlessness
guidiaz 753644e
chore: fmt!
guidiaz e8f8ba4
feat: IWOReporterTrustless.extractQueryRelayData*
guidiaz 776c9f1
refactor: rearrange core into base, trustable, upgradable and trustle…
guidiaz 7554f00
feat(libs): into mem array helper methods
guidiaz 5ed07c6
fix(wsb): way specs() is calculated
guidiaz 92859b4
refactor: appss/WitnetPriceFeedsV21 -> apps/WitnetPriceFeedsUpgradable
guidiaz 9ece990
refactor: WitnetDeployerCfxCore -> WitnetDeployerConfluxCore
guidiaz e73a905
feat(migrations): defrost WitnetDeployer + WitnetProxy artifacs
guidiaz 51a6991
feat(migrations): agnotisticize core vs apps - trustable vs upgradabl…
guidiaz 0d73169
fix(test): latest refactorings
guidiaz af672fb
chore: revisit pnpm package deps lock
guidiaz 4d619ea
chore: fmt!
guidiaz bd1a73a
refactor: Upgradable --> WitOracle*Upgradable*
guidiaz 39cf7dc
chore: move deps compliancy to base constructors
guidiaz 90e1eab
chore: polish migrations console colors
guidiaz 7b40891
chore: vanity2gen: read constructorArgs from file if not specified on…
guidiaz ade4534
chore: fix tests
guidiaz 72ad7eb
chore: fmt!
guidiaz 191b03f
chore: polish migration scripts
guidiaz c60a1aa
fix(wpf): missing legacy method
guidiaz 6441ad6
feat: add compilation-codehash to version of WSB artifacts
guidiaz 8bf3ac7
chore: move IWitOracleLegacy impl from WitOracleBase to WitOracleTrus…
guidiaz d834631
feat: IWitFeedsLegacy.witnet()
guidiaz 89e9ff2
feat: IWitFeedsLegacy.lookupWitnetBytecode(bytes4)
guidiaz 4280fbd
fix(pfs): default SLA if upgrading from legacy branch
guidiaz 357c753
feat(wrb): event IWitOracleLegacy.WitnetQuery
guidiaz 253d4ec
feat(pfs): IWitFeedsLegacy.latestUpdateResponseStatus(bytes4)
guidiaz 7b9c7e4
fix(libs): WitOracleDataLib.getQueryStatus(uint)
guidiaz 5c92769
feat(pfs): IWitFeedsLegacy.latestUpdateResponse(bytes4)
guidiaz d904924
fix/feat: polish migration scripts
guidiaz 0de4f71
chore: remove source path from frosted artifacts
guidiaz 063493b
chore: package script ops:drp:wrb
guidiaz 86868b4
chore: frost WitnetRandomnessV2 -> WitRandomnessV2
guidiaz a4ee74c
feat(migrations): --changelog
guidiaz ef96615
feat: subscribable SLA's capable committees
guidiaz 7bc5412
feat: IWitOracleTrustable.pushData(..)
guidiaz 27dab5a
feat: IWitOracleTrustless.pushData(..)
guidiaz 5936855
refactor: IWitOracle.postQuery*
guidiaz 027af81
chore: revisit solidity pragmas
guidiaz f66d5db
refactor: Witnet.Result*
guidiaz 4bafc58
feat: IWitOracleTrustable.pushData(..)
guidiaz e715948
feat: IWitOracleTrustless.pushData(..)
guidiaz 5cf7c8b
refactor: IWitOracle.fetchQueryResponse -> IWitOracle.deleteQuery
guidiaz 3ab1c81
refactor: IWitOracleConsumer.*
guidiaz fbaaa3f
refactor: WitOracleResultErrorsLib -> WitOracleResultStatusLib
guidiaz a69e493
refactor: Witnet global type defs
guidiaz 14a1a8d
chore: remove test/mocks/MyDapp.sol
guidiaz 8917160
fix: libs migration script
guidiaz 99f1204
fix(wrb): minimum common specs()
guidiaz b6adfb2
chore: lighten WitPriceFeedsUpgradable
guidiaz 6735086
fix(libs): Witnet.ResultStatus missing enum value
guidiaz 4e0470a
fix(pfs): initialization upon major upgrade
guidiaz 852c01a
fix(pfs): IWitPriceFeedsSolver.Price.latestStatus
guidiaz e3d1824
feat(pfs): let requester settle the reward
guidiaz 355db94
chore: implement pending IWitOracleLegacy methods
guidiaz 240acb3
refactor: verification scripts
guidiaz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.