mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 17:18:08 -05:00
chore: Noted about code origin (#278)
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
## RLP derive crate
|
||||
|
||||
Forked from an earlier Apache licenced version of the `fastrlp-derive` crate, before it changed licence to GPL.
|
||||
Forked from an earlier Apache licenced version of the `fastrlp-derive` crate, before it changed licence to GPL.
|
||||
NOTE: The Rust fastrlp implementation is itself a port of the [Golang Apache licensed fastrlp](https://github.com/umbracle/fastrlp)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
## RLP encoder/decoder
|
||||
|
||||
Forked from an earlier Apache licenced version of the `fastrlp` crate, before it changed licence to GPL.
|
||||
Forked from an earlier Apache licenced version of the `fastrlp` crate, before it changed licence to GPL.
|
||||
NOTE: The Rust fastrlp implementation is itself a port of the [Golang Apache licensed fastrlp](https://github.com/umbracle/fastrlp)
|
||||
@@ -1,7 +1,11 @@
|
||||
# libmdbx-rs
|
||||
|
||||
|
||||
Rust bindings for [libmdbx](https://libmdbx.dqdkfa.ru).
|
||||
|
||||
Forked from an earlier Apache licenced version of the `libmdbx-rs` crate, before it changed licence to GPL.
|
||||
NOTE: Most of the repo came from lmdb-rs bindings: https://github.com/mozilla/lmdb-rs.
|
||||
|
||||
## Updating the libmdbx Version
|
||||
|
||||
To update the libmdbx version you must clone it and copy the `dist/` folder in `mdbx-sys/`.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
//! EIP-2124 implementation based on <https://eips.ethereum.org/EIPS/eip-2124>.
|
||||
//! Previously version of apache licenced: https://crates.io/crates/ethereum-forkid
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![allow(clippy::redundant_else, clippy::too_many_lines)]
|
||||
|
||||
Reference in New Issue
Block a user