Skip to content

Commit

Permalink
fix: web3-validator browser target removed (#7016)
Browse files Browse the repository at this point in the history
* fix: web3-validator browser target removed

* fixup! fix: web3-validator browser target removed
  • Loading branch information
PeKne authored May 13, 2024
1 parent 12c2515 commit 0408125
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/web3-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,4 @@ Documentation:
### Fixed

- The JSON schema conversion process now correctly assigns an id when the `abi.name` is not available, for example, in the case of public mappings.
- `browser` entry point that was pointing to an non-existing bundle file was removed from `package.json` (#7015)
1 change: 0 additions & 1 deletion packages/web3-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"require": "./lib/commonjs/index.js"
}
},
"browser": "./dist/web3-validator.min.js",
"repository": "https://github.com/ChainSafe/web3.js",
"author": "ChainSafe Systems",
"license": "LGPL-3.0",
Expand Down

1 comment on commit 0408125

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 0408125 Previous: 12c2515 Ratio
processingTx 9033 ops/sec (±3.91%) 8600 ops/sec (±5.07%) 0.95
processingContractDeploy 39144 ops/sec (±7.12%) 39651 ops/sec (±6.83%) 1.01
processingContractMethodSend 18833 ops/sec (±7.39%) 18549 ops/sec (±7.08%) 0.98
processingContractMethodCall 37969 ops/sec (±6.28%) 37262 ops/sec (±6.19%) 0.98
abiEncode 42697 ops/sec (±7.11%) 41518 ops/sec (±7.12%) 0.97
abiDecode 29364 ops/sec (±7.78%) 28553 ops/sec (±8.05%) 0.97
sign 1555 ops/sec (±0.74%) 1538 ops/sec (±0.93%) 0.99
verify 357 ops/sec (±2.74%) 362 ops/sec (±0.70%) 1.01

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.