You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create PR on witnet/witnet-utils prototyping/refactoring involved typescript interfaces and docs
Add{*}AsMapWithKey(key: string): encapsulate radon value within a single entry in a radon map
As for (partially) enabling composable data feeds:
Refactor StringParseJSONMap(jsonPaths: string[]), returnig a RadonMap if no paths are given, a heterogeneous RadonArray with as many items as paths that could get succesfully solved, or an empty RadonArray if no paths could get solved.
The text was updated successfully, but these errors were encountered:
DoW:
As for:
Past issues to review:
Tentative list of new operators:
DoD:
Create short-ranged issues in witnet/witnet-rust
Create PR on witnet/witnet-utils prototyping/refactoring involved typescript interfaces and docs
Add
{*}AsMapWithKey(key: string)
: encapsulate radon value within a single entry in a radon mapAs for (partially) enabling composable data feeds:
StringParseJSONMap(jsonPaths: string[])
, returnig aRadonMap
if no paths are given, a heterogeneousRadonArray
with as many items as paths that could get succesfully solved, or an empty RadonArray if no paths could get solved.The text was updated successfully, but these errors were encountered: