Skip to content

Releases: paulmillr/micro-eth-signer

0.13.3

19 Jan 07:26
0.13.3
e03df52
Compare
Choose a tag to compare
  • Use typescript verbatimModuleSyntax to support future node.js type stripping
  • Update dependencies

Full Changelog: 0.13.2...0.13.3

0.13.2

25 Dec 23:48
0.13.2
6be75b1
Compare
Choose a tag to compare
  • Fix bug in web3provider for empty addresses

Full Changelog: 0.13.1...0.13.2

0.13.1

25 Dec 02:09
0.13.1
b914e71
Compare
Choose a tag to compare
  • Web3Provider: Add support for ERC1155 and nft balances

Full Changelog: 0.13.0...0.13.1

0.13.0

23 Nov 09:17
0.13.0
5b837cf
Compare
Choose a tag to compare
  • Upgrade dependencies
  • Speed-up verkle, delay init until first run
  • Remove bigint literals

Full Changelog: 0.12.2...0.13.0

0.12.2

09 Nov 02:42
0.12.2
bbf3a3b
Compare
Choose a tag to compare
  • Transaction: Allow zero address when deploying contract
  • Fix ABI decoding not accepting 0-argument inputs

Full Changelog: 0.12.1...0.12.2

0.12.1

03 Nov 02:13
0.12.1
671b157
Compare
Choose a tag to compare

Implement experimental Verkle cryptography in /verkle submodule.

Full Changelog: 0.12.0...0.12.1

0.12.0

24 Sep 12:06
0.12.0
c8c66b9
Compare
Choose a tag to compare
  • Add support for EIP-7702 account abstraction transactions (type=4)
  • Add support for EIP-7495 SSZ stable containers

EIP-4844 pure JS KZG implementation from v0.11 has been solidified.

Full Changelog: 0.11.0...0.12.0

0.11.0

16 Sep 03:03
0.11.0
2f10d1c
Compare
Choose a tag to compare
  • Implement EIP-191 and EIP-712 message signing
  • Implement EIP-4844 KZG in pure JS
  • Rename ArchiveNodeProvider to Web3Provider
  • Export /address module
  • Upgrade noble-curves to v1.6, noble-hashes to v1.5

Full Changelog: 0.10.0...0.11.0

0.10.0

21 Jun 05:48
0.10.0
43cd4a4
Compare
Choose a tag to compare
  • Remove FetchProvider. All code should now be using micro-ftch instead
  • Add Transaction#fee
  • Remove Transaction#calcAmounts
  • Improve ESM / CJS compatibility (remove CJS masquerading)

Full Changelog: 0.9.1...0.10.0

0.9.1

22 May 04:42
0.9.1
956b88d
Compare
Choose a tag to compare
  • Rename utils ethDecimal and gweiDecimal to weieth and gweieth

Full Changelog: 0.9.0...0.9.1