Skip to content

Commit

Permalink
add dist path for minified builds in validator (#7416)
Browse files Browse the repository at this point in the history
* add dist path for minified builds in validator

* update changelog
  • Loading branch information
luu-alex authored Dec 10, 2024
1 parent 594f83a commit f41ca32
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2864,3 +2864,9 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
- Updated Typescript version 4 -> 5 (#7272)

## [Unreleased]

### Added

#### web3-validator

- Add web3-validator dist path for react-native builds (#7416)
4 changes: 4 additions & 0 deletions packages/web3-validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,7 @@ Documentation:
- `browser` entry point that was pointing to a non-existing bundle file was removed from `package.json` (#7015)

## [Unreleased]

### Added

- Add web3-validator dist path for react-native builds (#7416)
1 change: 1 addition & 0 deletions packages/web3-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"require": "./lib/commonjs/index.js"
}
},
"./dist/web3-validator.min.js": "./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 f41ca32

@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: f41ca32 Previous: 594f83a Ratio
processingTx 20413 ops/sec (±6.44%) 23821 ops/sec (±6.52%) 1.17
processingContractDeploy 36029 ops/sec (±8.88%) 38684 ops/sec (±8.01%) 1.07
processingContractMethodSend 14680 ops/sec (±8.53%) 15406 ops/sec (±8.61%) 1.05
processingContractMethodCall 27056 ops/sec (±6.59%) 27007 ops/sec (±7.65%) 1.00
abiEncode 41028 ops/sec (±7.80%) 43472 ops/sec (±7.00%) 1.06
abiDecode 28296 ops/sec (±7.69%) 30982 ops/sec (±6.75%) 1.09
sign 1470 ops/sec (±4.17%) 1524 ops/sec (±3.52%) 1.04
verify 359 ops/sec (±0.70%) 365 ops/sec (±0.65%) 1.02

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

Please sign in to comment.