Socket
Socket
Sign inDemoInstall

ethereum-web3-plus

Package Overview
Dependencies
5
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.5 to 0.2.6

4

package.json
{
"name": "ethereum-web3-plus",
"version": "0.2.5",
"description": "Adds some simplifications to the web3 package such as compilation, instance creation, call sequencing",
"version": "0.2.6",
"description": "Adds some simplifications to the web3 package such as compilation, instance creation, call sequencing, events readers",
"main": "index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -170,3 +170,3 @@ # Documentation page for ethereum-web3-plus

Then you want to get events corresponding to a filter from a certain block number
Then you want to get events corresponding to a filter from a certain block number *for any contract*:
```js

@@ -198,3 +198,3 @@ var es = web3.eventSynchronizer("EventGenerator.Happening", {index:[13,14], key:"Other"} );

The parameters are:
- an string event name in the form <contract name>.<event name> or an array of such event's names. Duplicates are removed; incorrect syntax are ignored; innexistant contract or event are ignored. if several event names are provided it means all events will be subscribed.
- a string event name in the form "contract-name.event-name" or an array of such event's names. Duplicates are removed; incorrect syntax are ignored; innexistant contract or event are ignored. if several event names are provided it means all events will be subscribed.
- a filterSet as an objects with fields being the names of the indexed param of the solidity event and value being (standard [web3-events] specifications)

@@ -226,2 +226,5 @@ - null: any value is acceptable (or do not specify the field at all)

## Change log
### v 0.2.6 and v 0.2.5
- Documentation corrections
### v 0.2.4

@@ -228,0 +231,0 @@ - addition of the web3.eventSynchronizer (see above)

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc