-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Events guide 6741 #6983
Events guide 6741 #6983
Conversation
Bundle StatsHey there, this message comes from a GitHub action that helps you and reviewers to understand how these changes affect the size of this project's bundle. As this PR is updated, I'll keep you updated on how the bundle size is impacted. Total
Changeset No files were changed View detailed bundle breakdownAdded No assets were added Removed No assets were removed Bigger No assets were bigger Smaller No assets were smaller Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
Benchmark suite | Current: 19ecdec | Previous: 6c075db | Ratio |
---|---|---|---|
processingTx |
9001 ops/sec (±3.95% ) |
9301 ops/sec (±4.81% ) |
1.03 |
processingContractDeploy |
36675 ops/sec (±7.03% ) |
39129 ops/sec (±7.62% ) |
1.07 |
processingContractMethodSend |
19118 ops/sec (±7.40% ) |
19443 ops/sec (±5.19% ) |
1.02 |
processingContractMethodCall |
39455 ops/sec (±6.09% ) |
38971 ops/sec (±6.34% ) |
0.99 |
abiEncode |
42834 ops/sec (±7.23% ) |
44252 ops/sec (±6.92% ) |
1.03 |
abiDecode |
29241 ops/sec (±7.72% ) |
30419 ops/sec (±8.89% ) |
1.04 |
sign |
1560 ops/sec (±3.40% ) |
1656 ops/sec (±4.08% ) |
1.06 |
verify |
367 ops/sec (±0.62% ) |
373 ops/sec (±0.78% ) |
1.02 |
This comment was automatically generated by workflow using github-action-benchmark.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## 4.x #6983 +/- ##
=======================================
Coverage 91.97% 91.97%
=======================================
Files 215 215
Lines 8273 8273
Branches 2268 2268
=======================================
Hits 7609 7609
Misses 664 664
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Issue #6741
pls confirm is this is correct like this:
on("data")
- Fires on each incoming log with the log object as argument.on("changed")
- Fires on each log which was removed from the blockchain. The log will have the additional property "removed: true".on("error")
- Fires when an error in the subscription occurs.on("connected")
- Fires once after the subscription successfully connected. Returns the subscription id.