@web3api/asyncify-js
Advanced tools
Changelog
Web3API 0.0.1-prealpha.35
@web3api/schema-bind
: Fix TypeScript plugin enum bindings.Changelog
Web3API 0.0.1-prealpha.34
@web3api/schema-bind
: Fix TypeScript enum bindings.@web3api/graph-node-plugin-js
: Fix mismatched schema.Changelog
Web3API 0.0.1-prealpha.33
@web3api/schema-bind
: Fixed plugin code generation oversight. Should be using null
instead of undefined
.Changelog
Web3API 0.0.1-prealpha.32
w3 plugin codegen
command, which generated types based on the plugin's schema. For an example of how this works, see the updated plugin template project by running w3 create plugin typescript my-plugin
.@web3api/cli
: Refactored the w3 codegen
command, making its default behavior the generation of types for Web3APIs. It's "old" behavior of loading a custom generation script is now usable through the --custom
option.@web3api/cli
: Properly validate all required Wasm exports when compiling Web3APIs.Changelog
Web3API 0.0.1-prealpha.31
SharedArrayBuffer
& the atomics
library.@web3api/graph-node-plugin-js
: Finalized the graph-node plugin implementation, added e2e tests. It currently only works with the hosted service.@web3api/cli
: Properly validate all required exports from Web3API Wasm modules at compile-time.@web3api/ethereum-plugin-js
: Properly support smart contract methods with structures as arguments.