Skip to content

Releases: witnet/witnet-toolkit

2.0.8

30 May 15:07
8488fe4
Compare
Choose a tag to compare
  • chore: bump web3-jsonrpc-gateway to ^1.9.3

2.0.1

20 Feb 15:29
646e33c
Compare
Choose a tag to compare
chore: upgrade ci/cd to node 20

1.1.7

21 Nov 13:00
3e3b67d
Compare
Choose a tag to compare
  • fix: properly set content-type on graphql retrievals

1.1.6

31 Oct 14:00
9bc4f8d
Compare
Choose a tag to compare
  • fix: spawning of retrievals w/ headers

1.1.5

31 Oct 08:35
53f5ab8
Compare
Choose a tag to compare
  • feat: add support to HttpHead retrievals
  • fix(retrievals): processing request headers
  • fix(types): RadonBytes.hash implementation
  • chore: upgrade w3wg version to 1.8.3

1.1.4

11 Oct 09:17
908d9df
Compare
Choose a tag to compare
  • feat: upgrade web3-jsonrpc-gateway

1.1.3

02 Oct 18:07
ca56c32
Compare
Choose a tag to compare
  • feat: support WIT/RPC cross-chain retrievals
  • chore: refactor CrossChainCall constructor
  • chore: refactor ETH-specific types
  • fix: coalesce of an artifact's array of retrievals

1.1.2

22 Sep 09:06
a6248a7
Compare
Choose a tag to compare

feat(artifacts): allow single-retrieval artifacts w/ no enclosing array

1.1.1

19 Sep 11:23
6a9af6d
Compare
Choose a tag to compare
  • 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

1.0.9

01 Sep 10:28
0dcc771
Compare
Choose a tag to compare
  • Import lodash.merge instead of the whole lodash package.