Socket
Socket
Sign inDemoInstall

@web3api/manifest-schemas

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web3api/manifest-schemas - npm Package Versions

1
45

0.0.1-prealpha.35

Diff

Changelog

Source

Web3API 0.0.1-prealpha.35

Bugs

  • @web3api/schema-bind: Fix TypeScript plugin enum bindings.
web3-api-build-bot
published 0.0.1-prealpha.34 •

Changelog

Source

Web3API 0.0.1-prealpha.34

Bugs

  • @web3api/schema-bind: Fix TypeScript enum bindings.
  • @web3api/graph-node-plugin-js: Fix mismatched schema.
web3-api-build-bot
published 0.0.1-prealpha.33 •

Changelog

Source

Web3API 0.0.1-prealpha.33

Bugs

  • @web3api/schema-bind: Fixed plugin code generation oversight. Should be using null instead of undefined.
web3-api-build-bot
published 0.0.1-prealpha.32 •

Changelog

Source

Web3API 0.0.1-prealpha.32

Features

  • Improved the plugin developer experience by creating a new 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.

Bugs

  • @web3api/cli: Properly validate all required Wasm exports when compiling Web3APIs.
web3-api-build-bot
published 0.0.1-prealpha.31 •

Changelog

Source

Web3API 0.0.1-prealpha.31

Features

  • Use Binaryen's Asyncify to support async Wasm import calls. Deprecate the Wasm threading model we were using previously. This now means that the client now supports all browsers, as it no longer requires 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.

Bugs

  • Removed support for UInt64 & Int64 base types. More info here.
  • @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.
web3-api-build-bot
published 0.0.1-prealpha.30 •

Changelog

Source

Web3API 0.0.1-prealpha.30

Bugs

  • @web3api/ethereum-plugin-js: Fix ethers.js inconsistencies.
web3-api-build-bot
published 0.0.1-prealpha.29 •

Changelog

Source

Web3API 0.0.1-prealpha.29

Feature

  • Web3API Interfaces are now fully supported in the tool-chain.
  • GraphQL schema comments are now retained, and will show up in the build folder.
  • @web3api/parse: Reference types definitions are now differentiated from the root definitions the reference.

Bugs

  • @web3api/cli: Fix MacOS specific issue w/ PATH not being retained.
  • The config property in web3api.build.yaml is now optional.
web3-api-build-bot
published 0.0.1-prealpha.28 •

Changelog

Source

Web3API 0.0.1-prealpha.28

Bugs

  • Fixed API template project
web3-api-build-bot
published 0.0.1-prealpha.27 •

Changelog

Source

Web3API 0.0.1-prealpha.27

Bugs

  • Fixed API template project
web3-api-build-bot
published 0.0.1-prealpha.26 •

Changelog

Source

Web3API 0.0.1-prealpha.26

Feature

  • @web3api/uniswapV2-api: Completed the Uniswap V2 Web3API implementation.
  • @web3api/ethereum-plugin-js: Upgraded the Ethereum plugin, added lots of new functionality.
  • @web3api/cli: Implemented a "reproducible build pipeline", where Web3APIs are now built in an isolated docker container. These builds can be fully configurable by developers. This also paves the way for implementing Web3APIs in any Wasm compatible language. Rust support on the way!
  • @web3api/react: Added the ability to set query variables within the execute function returned by the useWeb3ApiQuery hook.
  • @web3api/sha3-plugin-js: A SHA3 plugin has been implemented, and added to the client as a "default plugin".
  • @web3api/uts46-plugin-js: A UTS46 plugin has been implemented, and added to the client as a "default plugin".
  • CI: Windows CI has been implemented using appveyor.

Bugs

  • @web3api/client-js: Fixed threading issue causing the "unknown wake status" error.
  • Fixed Windows specific errors.
1
45
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc