Skip to content

1.1.1

Compare
Choose a tag to compare
@guidiaz guidiaz released this 19 Sep 11:23
· 62 commits to main since this release
6a9af6d
  • feat: add hex string and wildcard validators
  • feat: implement spawn(number,string[]) on Retrievals
  • fix: allow retrieval url to be wildcarded
  • feat: new 'web3' module
  • feat: add CrossChainCall as new retrieval factory method
  • feat: implement wildcard splicing on compounded Scripts
  • feat: replicate template params to match number of retrievals, where possible
  • chore: revisit eval error messages
  • chore: complete enum list of standard eth/rpc history methods
  • refactor: Witnet.Types.Script -> Witnet.Types.RadonType
  • refactor: RadonMap.valuesAsArray() -> RadonMap.values()
  • feat: generalize RadonString.match to return any Radon type
  • feat: statically check last type returned by inner script passed to RadonArray.filter
  • feat: enable RadonArray.sort to accept inner script
  • refactor: module(x) -> modulo(x)
  • docs: RadonType public methods
  • docs: retrievals factory methods
  • docs: radon scripts factory methods
  • docs: radon operators