web3data-js
web3data-js copied to clipboard
Web3Data.js - The easiest way to interact with multiple blockchains from a single library.
Bumps [docsify](https://github.com/docsifyjs/docsify) from 4.11.6 to 4.12.0. Release notes Sourced from docsify's releases. v4.12.0 Bug Fixes Fix Vue compatibility (#1271) Fix sidebar title error (#1360) Fix cannot read property 'startsWith' of...
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Currently there is no way to check what version is available for CDN based distribution: https://unpkg.com/web3data-js/dist/web3data.min.js The version of each built file should be added along the methods as a...
### Use Case: Users want code that is compliant with JS standards! Wait who are we kidding JS has no standards! Either way we are misusing bind it should be...
### Use Case: Users want a library that is up to date with our API! So they want to use a block id instead of number. ### Requirements: - Change...
### Use Case: Users want convenience! Yay western world ideologies! In that vein, make it easy to unsubscribe but allowing the user to forgo the inclusion of the callback when...
### Use Case: Users want a cohesive experience using web3data.js! So let's make that happen by providing param validation. ### Requirements: - validate event names and parameters for websockets
### Use Case: Users want to use web3data event listeners like they use other javascript style listeners (standardization!!). ### Requirements: - Change the `.on()` method to allow a string for...