@web3api/core-js
Advanced tools
Changelog
Web3API 0.0.1-prealpha.25
@web3api/client-js
: Added the WEB3API_THREAD_PATH
env variable, allowing integrators to customize where the thread.js
worker thread module is imported from.@web3api/wasm-as
: Improved error logging w/ better error messages and a "context stack" showing exactly what properties of the MsgPack blob the serialization / deserialization is failing at.Changelog
Web3API 0.0.1-prealpha.24
@web3api/wasm-as
: Moved as-bigint
from devDependencies
to dependencies
. Fixes issue #347Changelog
Web3API 0.0.1-prealpha.23
@web3api/os-js
: This package contains OS agnostic code for doing things like writing files w/ consistent line endings.BigInt
Schema Type: The BigInt
type is now available for use as a base type for Web3API GraphQL schemas.@web3api/react
: The useWeb3ApiClient
hook was added, allowing users to easily get a reference to the Web3ApiClient used by the Web3ApiProvider.Changelog
Web3API 0.0.1-prealpha.22
@web3api/tracing-js
: The tracing-js
package uses the OpenTelemetry Standard for logging trace events. This enables things like:
@web3api/core-js
: All functions are now traceable.@web3api/client-js
: All functions are now traceable.Changelog
Web3API 0.0.1-prealpha.21
query
and mutation
modules is now possible.query
and mutation
schemas are properly consolidated. If types have the same name, but a different structure, and error is thrown.Changelog
Web3API 0.0.1-prealpha.20
w3 create app react ...
template project's styling to be responsive.Changelog
Web3API 0.0.1-prealpha.19
@web3api/ipfs-plugin-js
: Added options for request timeouts, provider overrides, and fallback providers. Additionally a new method has been added, resolve
, which allows the caller to try and resolve a given IFPS CID to ensure the document exists.Changelog
Web3API 0.0.1-prealpha.18
app/react
template project to use the latest "Hello World" Web3API published at ens/helloworld.web3api.eth
.Changelog
Web3API 0.0.1-prealpha.17
@web3api/ethereum-plugin-js
: Network configurations must be nested within a property in order to allow for the defaultNetwork
property to be set w/o causing a typing error (for not being of the ConnectionConfig
type).Changelog
Web3API 0.0.1-prealpha.16
@web3api/test-env
: Expose the IPFS node's swarm port (4001).