Skip to content

Commit 5b837cf

Browse files
committed
Release 0.13.0.
1 parent edd5eb0 commit 5b837cf

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Minimal library for Ethereum transactions, addresses and smart contracts.
99
- 🆎 Execute contracts in JS: includes Chainlink and Uniswap APIs
1010
- 🦺 Typescript-friendly: ABI parsing, RLP, SSZ, KZG proof generation & verification
1111
- 🌍 Archive-node-friendly: fetch balances & history
12-
- 🪶 Lightweight: 1200 lines for core functionality
12+
- 🪶 25KB gzipped (1200 lines) for core functionality
1313

1414
Check out article [ZSTs, ABIs, stolen keys and broken legs](https://github.com/paulmillr/micro-eth-signer/discussions/20) about caveats of secure ABI parsing found during development of the library.
1515

build/package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"esbuild": "0.20.1"
1010
},
1111
"scripts": {
12-
"build:release": "npx esbuild --bundle input.js --outfile=`npx jsbt outfile` --global-name=`npx jsbt global`"
12+
"build:release": "npx esbuild --minify --bundle input.js --outfile=`npx jsbt outfile` --global-name=`npx jsbt global`"
1313
}
1414
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micro-eth-signer",
3-
"version": "0.12.2",
3+
"version": "0.13.0",
44
"description": "Minimal library for Ethereum transactions, addresses and smart contracts",
55
"files": [
66
"abi",

0 commit comments

Comments
 (0)