CLI: ScVal and ScType::Result ambiguity
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 30/100
Research direction
Start by tracing the CLI's ScVal and ScType handling for Result values and the XDR-to-JSON path. Determine how a two-element vector containing void or a value would distinguish Ok from Err, and document the required behavior for both arbitrary ScVal errors and enum values.
Written by the indexing model from the issue text.
Description
Currently Results are not handled well if not at all. One issue with implementing XDR -> JSON for results is that there is no notion of an error type in ScVal. And since the error type in a result type can be any ScVal there is no way to tell the difference between the two.
Example:
In contract
fn foo() -> Result<String, String> {..}
While currently most errors are const enums, this is still valid. Furthermore, we could return a const enum as the Ok value.
Thus I suggest that we encode results in ScVal as a vector of two elements which are void or a value. E.i. as two options. This would allow determining if an Ok or Err was returned.
- Dominant language
- Rust
- Stars
- 123
- Forks
- 141
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 17
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from stellar/stellar-cli
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
stellar/stellar-cli#2384 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
stellar/stellar-cli#2347 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
stellar/stellar-cli#2723 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
stellar/stellar-cli#2722 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
stellar/stellar-cli#2703 ·
All issues in stellar/stellar-cli
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100