Releases: kassandraoftroy/stealthereum-cli
Releases · kassandraoftroy/stealthereum-cli
v0.4.4
v0.4.3
Changelog
- Add sepolia (testnet) network
- Fix sync bug (ignore misformatted metadata rather than panic)
- Make sepolia testnet default chain
v0.4.2
Changelog
- NFT show-balances bug fix
- better log and password prompt text
- cleanup
v0.4.0
New version of CLI, totally overhauled and with many new commands.
Now the CLI is not just a wrapper of the cryptographic library but actually functions like a primitive wallet client.
- Generate a stealth meta address (ERC5564) and set up stealthereum keystore
- Register stealth meta address with the Stealth Address Registry (ERC6538)
- Sync with chain to find "Stealth Payments" announced on the Cannonical ERC5564 announcer
- View your aggregated "Stealth Balances" of ETH/ERC20/ERC721 up to sync
- View all the stealth addresses you control that have received payment up to sync
- "Stealth Transfer" ETH/ERC20/ERC721 from any EOA to a "stealth address registered" account so they receive at a fresh stealth address they control
- Export private key of any stealth address you control to "bail out" and import the address to any wallet client of your choosing to operate on it from there (may degrade privacy! but easy to make sure you can control your funds!)
v0.3.0
Changelog
Introducing password protected stealth keys from the CLI! 🎉
This makes Stealth.ereum a lot safer to test out, though it's still very much an experimental tool
USE AT YOUR OWN RISK
v0.2.1
Changelog:
- bump schemeId (from 0 to 1) to comply with specification in finalized ERC5564
v0.2.0
Changelog
- Streamline and simplify CLI commands
- Remove commands with opinionated metadata (
stealth-tx,fmt-metadata) - Improve documentation (help, readme)
v0.1.1
Changelog
- Add
scancommand for basic scan utility - Improve help and documentation in readme
v0.1.0
First release of stealthereum-cli :)