Skip to content

Commit

Permalink
feat: merge alloy-rs/ruint (ruint2), take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jul 17, 2023
1 parent 35167fb commit cd025db
Show file tree
Hide file tree
Showing 31 changed files with 909 additions and 907 deletions.
15 changes: 14 additions & 1 deletion Changelog.md → CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support for [`alloy-rlp`](https://github.com/alloy-rs/rlp)

### Changed

- Make `serde::Deserialize` impl more permissive
- Use Ethereum `Quantity` encoding for serde serialization when human-readable
- Fix error in `from_base_be` that allowed instantiation of overflowing `Uint`.
- Updated `ark` to `0.4`, `fastrlp` to `0.3` and `pyo3` to `0.18`.
- Updated `ark` to `0.4`, `fastrlp` to `0.3`, `pyo3` to `0.19`, and `sqlx-core` to `0.7`.
- Improved `fastrlp` perfomance
- Improved `proptest` performance
- Made `support` module and its modules public
- Made more `algorithm` functions public

### Removed

- Automatic detection of nightly features. Enable them instead with the `nightly` cargo feature.
- Dependency on `derive_more`

### Fixed

Expand Down
Loading

0 comments on commit cd025db

Please sign in to comment.