@web3api/manifest-schemas
Advanced tools
Changelog
Web3API 0.0.1-prealpha.55
@web3api/schema-compose
: Properly support empty schema types.@web3api/asyncify-js
: Fixed a low-level inconsistency between Wasm modules when using imported memory. More details here.@web3api/schema-bind
: Fixed issue where imports were inconsistent between serialization.ts
assemblyscript files, and some necessary imports were missing.Changelog
Web3API 0.0.1-prealpha.54
@web3api/ethereum-plugin-js
: Added getNetwork
to the Ethereum plugin's Query
module.Changelog
Web3API 0.0.1-prealpha.52
Changelog
Web3API 0.0.1-prealpha.50
@web3api/tracing-js
: Added a class method decorator for tracing.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).