-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: contract method types should allow any param if abi type not sup…
…plied (#6688) * Fix default contractor and method input parameter Previously type was [] (zero element tuple) instead of any[] which prevented passing parameters if contract aby type was not defined. * better solution + test Signed-off-by: Marin Petrunic <[email protected]> * improve test Signed-off-by: Marin Petrunic <[email protected]> * remove expect error directives Signed-off-by: Marin Petrunic <[email protected]> * remove extra line --------- Signed-off-by: Marin Petrunic <[email protected]>
- Loading branch information
Showing
3 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3cfe56f
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
processingTx
9089
ops/sec (±5.02%
)9301
ops/sec (±4.81%
)1.02
processingContractDeploy
40703
ops/sec (±6.98%
)39129
ops/sec (±7.62%
)0.96
processingContractMethodSend
19807
ops/sec (±6.94%
)19443
ops/sec (±5.19%
)0.98
processingContractMethodCall
38996
ops/sec (±6.69%
)38971
ops/sec (±6.34%
)1.00
abiEncode
45722
ops/sec (±6.51%
)44252
ops/sec (±6.92%
)0.97
abiDecode
31812
ops/sec (±8.11%
)30419
ops/sec (±8.89%
)0.96
sign
1685
ops/sec (±1.01%
)1656
ops/sec (±4.08%
)0.98
verify
375
ops/sec (±0.53%
)373
ops/sec (±0.78%
)0.99
This comment was automatically generated by workflow using github-action-benchmark.