Skip to content

Releases: brumeproject/wallet

0.4.1 - Fix icon

27 Sep 18:33
Compare
Choose a tag to compare
  • Fix favicon

0.4.0 - WalletConnect

27 Sep 14:25
Compare
Choose a tag to compare

WalletConnect

  • WalletConnect over Tor
  • You can scan a QR code on mobile
  • You can paste a WC link on desktop
  • Badge for session connection status

UX

  • Allow custom transaction nonce on send
  • Extension: Added a badge for active sessions
  • Extension: Added a toolbar badge for requests

Performances

  • Lower CPU, RAM and bandwidth usage
  • More WebSocket RPCs

Error handling

  • Better pooling and retrying
  • Cooldown mechanism
  • Better error display

Bugs

  • Fixed state synchronization bugs
  • Fixed display on high-DPI screens

Other

  • New extension logo
  • Far less logs in the console

0.3.29 - Fixes

22 Aug 10:35
Compare
Choose a tag to compare

UI

  • Hotfix for extension not opening on latest Chromium
  • Disabled spellcheck on receive dialog input
  • Fixed text centered on Firefox
  • Added alerts on unimplemented things

Tor

  • Each connection now has its own JSON-RPC id counter

HTTP

  • Fix HTTP target not including search

0.3.28 - Fixes

08 Aug 12:54
Compare
Choose a tag to compare

Chains

  • Added Base and zkSync Era

TLS

  • Added server_name extension

HTTP

  • Added sending data with Content-Length

Other

  • Fixed input bugs

0.3.27 - Tokens

06 Aug 14:50
Compare
Choose a tag to compare

Tokens

  • Added ERC-20 tokens (WETH, USDT, DAI, USDC, stETH, ...)

Chains

  • Support for HTTP(S) for RPCs 🔗
  • Support for multiple RPCs per chain (randomly selected for each request)
  • Added Optimism, Gnosis, BSC, Arbitrum, Avalanche, Celo, Linea, Ethereum Classic

UI

  • Added "Receive" dialog with QR code and address

Ledger

  • Support for signing typed structured messages (blind)
  • Support for type-0 legacy relay-protected Ethereum transactions

Tor

  • Better retrying algorithm with better logs
  • Better parallelization of Tor requests ⚡️

Other

  • Fixed and improved state synchronization

0.3.26 - Ledger

27 Jul 12:50
Compare
Choose a tag to compare

Ledger

  • You can now add your Ledger as a seed via USB
  • It uses a custom Ledger connector that doesn't leak your IP address
  • You may need to enable "Blind signing" on your Ledger

Others

  • Refactors

0.3.25 - Mnemonic

24 Jul 14:27
Compare
Choose a tag to compare

Mnemonic seeds

  • Added support for mnemonic seeds (12-words and 24-words phrases)
  • Generate/import multiple seeds and store them encrypted + authenticated
  • Generate a wallet from any path; import the 9th wallet of a seed without importing the first 8 wallets
  • List all wallets by seed

UI

  • Fixed bottom bar

Other

  • Better indexation mechanism
  • Fixed state synchronization bug

0.3.24 - Hotfix

22 Jul 13:44
Compare
Choose a tag to compare

Requests

  • Fixed requests not showing on unknown origin

0.3.23 - Requests

22 Jul 13:06
Compare
Choose a tag to compare

Requests

  • Requests page, where you can see all incoming requests from dapps
  • Requests won't popup in your face when a dapp spams them
  • You can reject all requests at once

Sessions

  • You can disconnect all sessions at once
  • You can connect with temporary sessions, they won't appear in the Sessions page, and will be destroyed when you reload the app

0.3.22 - Sessions

21 Jul 20:17
Compare
Choose a tag to compare

Sessions

  • You can now view and disconnect sessions on the new Sessions page

Other

  • Tor now uses native Ed25519 when using Safari 17
  • Fixed bug when using authentication on Safari 17
  • Improved wallet creation dialog
  • Global storage synchronization