iotaledger / wasp

Node for IOTA Smart Contracts
Apache License 2.0
289 stars 147 forks source link

fix(deps): update module github.com/holiman/uint256 to v1.3.0 #3460

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/holiman/uint256 v1.2.4 -> v1.3.0 age adoption passing confidence

Release Notes

holiman/uint256 (github.com/holiman/uint256) ### [`v1.3.0`](https://togithub.com/holiman/uint256/releases/tag/v1.3.0): Fitcher Penrose (v1.3.0) [Compare Source](https://togithub.com/holiman/uint256/compare/v1.2.4...v1.3.0) The 1.3.0-release contains a lot of optimizations, contributed by [@​AaronChen0](https://togithub.com/AaronChen0). Thanks for all the contributions! Other than that, a breaking change in the ssz-interface implementation and a bugfix. #### What's Changed - optimizations to `Mul`, `squared`, `Exp`, `Set`, `DivMod`, `Byte`, `Lsh`, `Rsh`, `SRsh`, `ExtendSign`, `AddMod`, `MulOverflow`, `MulMod`, `MulDivOverflow`, `MulModWithReciprocal` , `Mod`, `Sqrt` by [@​AaronChen0](https://togithub.com/AaronChen0) in ([https://github.com/holiman/uint256/pull/152](https://togithub.com/holiman/uint256/pull/152), [https://github.com/holiman/uint256/pull/153](https://togithub.com/holiman/uint256/pull/153), [https://github.com/holiman/uint256/pull/154](https://togithub.com/holiman/uint256/pull/154), [https://github.com/holiman/uint256/pull/158](https://togithub.com/holiman/uint256/pull/158), [https://github.com/holiman/uint256/pull/165](https://togithub.com/holiman/uint256/pull/165), [https://github.com/holiman/uint256/pull/166](https://togithub.com/holiman/uint256/pull/166), [https://github.com/holiman/uint256/pull/167](https://togithub.com/holiman/uint256/pull/167), [https://github.com/holiman/uint256/pull/168](https://togithub.com/holiman/uint256/pull/168), [https://github.com/holiman/uint256/pull/169](https://togithub.com/holiman/uint256/pull/169), [https://github.com/holiman/uint256/pull/172](https://togithub.com/holiman/uint256/pull/172), [https://github.com/holiman/uint256/pull/173](https://togithub.com/holiman/uint256/pull/173), [https://github.com/holiman/uint256/pull/174](https://togithub.com/holiman/uint256/pull/174) - Fixes a bug in `SetBytes29` ([https://github.com/holiman/uint256/pull/157](https://togithub.com/holiman/uint256/pull/157)) - Test-improvements, now using golang-native fuzzing instead of gofuzz-based fuzzing by [@​holiman](https://togithub.com/holiman) ([https://github.com/holiman/uint256/pull/163](https://togithub.com/holiman/uint256/pull/163), [https://github.com/holiman/uint256/pull/164](https://togithub.com/holiman/uint256/pull/164)) - The method `MarshalSSZTo` was *removed*, and has been replaced by `MarshalSSZAppend` and `MarshalSSZInto`. This is an intentionally breaking change, forcing users to explicitly choose which implementation they desire. For more info, see [https://github.com/holiman/uint256/pull/171](https://togithub.com/holiman/uint256/pull/171) **Full Changelog**: https://github.com/holiman/uint256/compare/v1.2.4...v1.2.5 *** The `uint256` release naming-convention is "fictional mathematicians", later expanded into "fictional scientists", due to the dearth of fiction about mathematicians. Fitcher Penrose appears in Amitav Ghosh's Ibis-trilogy, part II, "River of Smoke". He is a botanist collecting rare plants in Asia.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.