Use Oracle Program in user facing interfaces and outputs #99
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.
BREAKING CHANGE: renames a lot of methods and commands
Motivation
While changing the name across all repos is too much effort right now, we can at least kind of future proof the user facing parts of the dev tools so that the transition won't impact them as much.
Explanation of Changes
Renamed most instances of WASM binary, DR binary, wasm, etc to
Oracle Program
andOracle Program ID
.Testing
Tests in the repository still work.
Also tested packaging
@seda-protocol/dev-tools
and@seda-protocol/vm
locally withnpm pack
and installing that in the seda-request-starter-kit.CLI still works:
Upload:
Show
$ bun run libs/dev-tools/bin/index.js oracle-program show 033890ea4ea08b1f378744ee44a45069999d9f4c91c1076f0e7bca12ce276403 ✔ Querying Oracle Program from the SEDA network ┌──────────────────┬────────────────────────────────────────────────────────────────────┐ │ (index) │ Values │ ├──────────────────┼────────────────────────────────────────────────────────────────────┤ │ oracleProgramId │ '033890ea4ea08b1f378744ee44a45069999d9f4c91c1076f0e7bca12ce276403' │ │ addedAt │ │ │ expirationHeight │ 0 │ └──────────────────┴────────────────────────────────────────────────────────────────────┘
List:
Without action:
Related PRs and Issues
Part-of: https://github.com/sedaprotocol/seda-internal/issues/141