Tags give the ability to mark specific points in history as being important
-
v0.2.0
3b911035 · ·v0.2.0 — transaction signing Adds Legacy + EIP-1559 transaction construction and signing via FFI to libsecp256k1 and libgmp. New modules: evm.bigint, evm.rlp, evm.secp256k1, evm.signer (replaces v0.1 stub), evm.transaction. Five new client methods for the signing workflow. Read-only v0.1 surface unchanged. Live broadcast verified on Sepolia: https://sepolia.etherscan.io/tx/0x201fe7e4ccefc902705244e9d14255d1bf076902ff41e3a682640c760f3f7ef7
-
v0.1.0
2a208716 · ·v0.1.0 — initial release Pure-Lua client for Ethereum and EVM-compatible blockchains. Read-only: RPC, ABI encode/decode for static types, function selectors, transaction receipts, EIP-55 addresses, Keccak-256 from scratch. Transaction signing arrives in v0.2. Zero install-time dependencies. CI-verified on Lua 5.1, 5.3, 5.4, LuaJIT 2.1; locally on Lua 5.5.