libevm 0.0.32 → 0.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/AUTHORS.rst CHANGED
@@ -1,29 +1,35 @@
1
+
1
2
  ..
2
3
  SPDX-License-Identifier: AGPL-3.0-or-later
3
4
 
4
- ----------------------------------------------------------------------
5
- Copyright © 2024, 2025, 2026 Pellegrino Prevete
5
+ -------------------------------------------------------
6
+ Copyright © 2024, 2025, 2026
7
+ Pellegrino Prevete
6
8
 
7
9
  All rights reserved
8
- ----------------------------------------------------------------------
10
+ -------------------------------------------------------
9
11
 
10
- This program is free software: you can redistribute it and/or modify
11
- it under the terms of the GNU Affero General Public License as
12
- published by the Free Software Foundation, either version 3 of the
12
+ This program is free software: you can redistribute it
13
+ and/or modify it under the terms of the
14
+ GNU Affero General Public License as published by
15
+ the Free Software Foundation, either version 3 of the
13
16
  License, or (at your option) any later version.
14
17
 
15
- This program is distributed in the hope that it will be useful,
16
- but WITHOUT ANY WARRANTY; without even the implied warranty of
17
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
- GNU Affero General Public License for more details.
18
+ This program is distributed in the hope that it will
19
+ be useful, but WITHOUT ANY WARRANTY; without even the
20
+ implied warranty of MERCHANTABILITY or FITNESS FOR A
21
+ PARTICULAR PURPOSE.
22
+ See the GNU Affero General Public License
23
+ for more details.
19
24
 
20
- You should have received a copy of the GNU Affero General Public
21
- License along with this program.
25
+ You should have received a copy of the
26
+ GNU Affero General Public License
27
+ along with this program.
22
28
  If not, see <https://www.gnu.org/licenses/>.
23
29
 
24
- =========================
25
- EVM Chains Info Authors
26
- =========================
30
+ ================================
31
+ EVM Library (libevm) authors
32
+ ================================
27
33
 
28
34
  * Pellegrino Prevete
29
35
  * eth-mail
package/README.md CHANGED
@@ -172,7 +172,9 @@ through
172
172
  https://github.com/themartiancompany/fur/tree/libevm)
173
173
 
174
174
  The package has also been published
175
- on the NPM Registry as `evm-chains-info`
175
+ on the NPM Registry as
176
+ [`evm-chains-info`](
177
+ https://npmjs.com/package/libevm)
176
178
  and so it can be installed from there by typing
177
179
 
178
180
  ```bash