Releases: hazae41/cubane
Releases · hazae41/cubane
0.1.19 — Signing
- Improved AbiString performances
- Renamed WasmSignature to ExtSignature
- Added ExtPrivateKey and ExtPublicKey with personal and unsafe message signing and recovering
- Made @paulmillr libraries recommended by default in README
0.1.18 — Signatures
- Added RsvSignature, BytesSignature, ZeroHexSignature with conversion helpers
0.1.13 — Fixes
0.1.8 — Fixed floor(), ceil(), round()
Fixed
- Added floor(), ceil(), round()
- toString() doesn't add decimal part if 0 (e.g. "123.0000".toString() becomes "123")
0.1.6 - Fixed
- Added Fixed, a bigint with decimals
- Better Results
- Added full example: https://github.com/hazae41/cubane/blob/main/test/example/example.ts
0.1.1 - JSON
- Added .toJSON()
- Fixes
- Faster
0.1.0 - Faster, TypedData, Fixes
- It was 32x to 34x faster then, it's 40x to 42x now, for ABI encoding various types
- It now supports TypedData (EIP-712)
- It accepts more JS types as ABI input
- It can now checksum addresses
- Now provides "orThrow" variants
0.0.12 - ENS
- Added Ens.tryNamehash
0.0.7 - Faster
- Zero-copy BigInt conversion
0.0.6 - Bring your own algorithm
BREAKING (see setup in README)
- Bring your own algorithm
- Zero-copy WebAssembly output