@dorgjelli-test/ens-plugin-js
Advanced tools
Changelog
Web3API 0.0.1-prealpha.49
@web3api/fs-plugin-js
: Added a "File System" plugin, which implements the uri-resolver
interface, enabling users to load Web3API packages from their local filesystem. For example, a user could specify the URI /fs/path/to/package/directory
.@web3api/cli
: Fixed the w3 query ...
command's recipe variable parsing logic, better supporting arrays and objects.@web3api/schema-compose
: Improved import parsing, and added support for recursive schema imports.Changelog
Web3API 0.0.1-prealpha.48
@web3api/test-env-js
: Allow the usage of this package as an npm package outside of the monorepo folder structure.Changelog
Web3API 0.0.1-prealpha.47
@web3api/client-js
: Add the Graph Node plugin to the client's default configuration.@web3api/ethereum-plugin-js
: Add the encodeFunction
query method, allowing callers to encode smart contract methods w/ argument values.Changelog
Web3API 0.0.1-prealpha.46
@web3api/core-js
: Properly check for "undefined" values in query arguments.@web3api/wasm-as
: Improved MsgPack deserialization of integers (signed & unsigned).Changelog
Web3API 0.0.1-prealpha.44
@web3api/client-js
: Use Fleek's IPFS gateway.Changelog
Web3API 0.0.1-prealpha.43
@web3api/client-js
: Added the client.subscribe(...)
method, enabling users to easily send queries at a specified frequency.@web3api/tracing-js
: Replaced the util-inspect
dependency with a browser compatible one.Changelog
Web3API 0.0.1-prealpha.41
@web3api/schema-parse
: Added support for JSON
as a base type.@web3api/ens-api
: Merged in an initial version of the ENS Wasm based Web3Api.web3api.build.yaml
: Added support for the linked_packages
property, allowing you to link local packages into the dockerized build-env.@web3api/schema-compose
: Fixed an invalid GraphQL bug that occured when an imported query method did not have any arguments.