Releases: triamazikamno/railoxide
Releases · triamazikamno/railoxide
Release list
v0.1.0-alpha.12
Added sandboxed Flatpak distribution, see #3 for details
v0.1.0-alpha.11
- Added block-builder sponsored self-broadcasting mode (currently Mainnet only). This is a reliable and permissionless way to send private transactions using an empty/underfunded EOA without public broadcasters
- Added advanced public send actions (arbitrary contract calls, contract deployments)
- Hardened rpc client against very slow rpc endpoints
- Various UI improvements and consistency fixes, notably around fee estimation cards
v0.1.0-alpha.10
- De-cluttered hardware wallet unlock dialog
- Added passphrase mode cycling on Tab key press on Trezor unlock
- Added 1h cooldown timer for PPOI on shielding, added safe block confirmation counter for pending transactions
- Added tx fee estimation to public Send and Shield views
- Added gas top-up feature for arbitrary destination accounts
- Refactored native token Shield to use single multicall transaction instead of Wrap->Approve->Shield chain
- Optimized overall memory usage and added heap profiling
- Fixed db locking race condition during saved settings application
- Optimized POI snapshot application performance
v0.1.0-alpha.9
- Redesigned public broadcaster picker
- Dramatically reduced idle cpu usage
- Added auto-lock on inactivity. Default is 15m, configurable in Settings -> Privacy
- Limited waku communication to unlocked state. When wallet locks, all connections to waku network are dropped to prevent wasteful bandwidth consumption
v0.1.0-alpha.8
Fixed windows build by downgrading Arti(Tor client library)
v0.1.0-alpha.7
- Did a massive refactor to the artifact-based sync logic, now it's much more reliable, faster and prevents a whole class of possible race conditions
- Improved status bar indicators for better visibility on sync progress
- Added more ways to reset various state caches in Settings -> Maintenance
v0.1.0-alpha.6
- Added vault password change
- You can now reset local POI cache. Located in Settings -> Privacy -> POI
- Improved UX around pending/recoverable POI proofs
- Added sync status indicators to the status bar
v0.1.0-alpha.5
- Open last used wallet and chain on app start
- Show estimated tx fee in broadcaster picker
- Fix build on linux and windows
- Remove dependency on protoc binary
v0.1.0-alpha.4
- Added
Export keyswhere you can retrieve seed phrase and view-only key - Randomized equal-fee broadcaster picker ordering to disincentivize smaller 0zk address farming
- Improved wallet readiness transitions and added more detailed sync status
- Added indexed artifact sync option with prefilled publisher key and IPNS name of the railgun-indexer instance. See railgun-indexer of you want to run your own indexer. This speeds up sync and decouples/removes trust from Squid graphql node.
Full Changelog: v0.1.0-alpha.3...v0.1.0-alpha.4
v0.1.0-alpha.3
- Added gas top-up option during unshielding
- Improved recipient picker, it shouldn't clip on smaller screens anymore
- Added attention attraction and badge counter for incoming walletconnect requests
- Added version info and social buttons to the header