Skip to content

Commit

Permalink
fix: RadError::HttpOther is to be mapped to RadonErrors::Circumstanti…
Browse files Browse the repository at this point in the history
…alFailure
  • Loading branch information
guidiaz committed Jan 24, 2024
1 parent 866d18f commit 73c26eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-guidiaz-extended-radon-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Starting from and including the activation epoch:
- **`RadonErrors::CircumstantialFailure`** from:
- `RadError::ArrayIndexOutOfBounds`
- `RadError::CircumstantialFailure` *(as for propagating a majority of reveal reports into a Tally report)*
- `RadError::HttpOther`
- `RadError::HttpStatus`
- `RadError::MapKeyNotFound`
- `RadError::ModeTie` *(if generated on Aggregate stage)*
Expand All @@ -113,7 +114,6 @@ Starting from and including the activation epoch:
- **`RadonErrors::MalformedDataRequest`** from:
- `RadError::ArrayFilterWrongSubscript`
- `RadError::BadSubscriptFormat`
- `RadError::HttpOther`
- `RadError::InvalidHttpBody`
- `RadError::InvalidHttpHeader`
- `RadError::InvalidScript`
Expand Down Expand Up @@ -321,7 +321,7 @@ protocol, especially block validation rules, transaction validation rules, and s

## Reference Implementation

A reference implementation for the proposed protocol improvement can be found in the extended-radon-errors branch of the [witnet-rust] repository.
A reference implementation for the proposed protocol improvement can be found in the [extended-radon-errors](https://github.com/witnet/witnet-rust/pull/2425) branch of the [witnet-rust] repository.

## Adoption Plan

Expand Down

0 comments on commit 73c26eb

Please sign in to comment.