You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
3
3
# Solidity Bytes Arrays Utils
4
4
5
-
Bytes tightly packed arrays utility library for ethereum contracts written in Solidity.
5
+
Bytes tightly packed arrays' utility library for ethereum contracts written in Solidity.
6
6
7
7
The library lets you concatenate, slice and type cast bytes arrays both in memory and storage.
8
8
9
-
Given this library has an all-internal collection of methods it doesn't make sense having it reside in the mainnet. Instead it will only be available in EPM as an installable package.
9
+
Given this library has an all-internal collection of methods it doesn't make sense to have it reside in the mainnet. Instead it will only be available on EPM as an installable package.
10
10
11
11
## Important Fixes Changelog
12
12
@@ -34,6 +34,17 @@ This made me realize that in permissioned blockchains where gas is also not a li
34
34
35
35
## _Version Notes_:
36
36
37
+
* Starting from version `v0.8.0` the versioning will change to follow compatible Solidity's compiler versions.
38
+
This means that now the library will only compile on Solidity versions `>=0.8.0` so, if you need `<0.8.0` support for your project just use `v0.1.2` of the library with:
0 commit comments