Bearby Wallet의 버전 기록 - 25개 버전
Bearby Wallet 제작자: lich666black
이전 버전은 주의해서 사용하세요! 아래 버전들은 테스트 및 참조용으로만 제공됩니다.부가 기능은 항상 최신 버전으로 사용해 주세요.
최신 버전
버전 2.0.14
2026년 7월 15일에 출시 - 1.64 MBfirefox 58.0 이상, android 120.0 이상에서 작동Approvals are no longer a generic “contract call.” When the wallet detectsapprovecalldata, confirm shows a MetaMask-style spending cap UI, including editing the allowance. Unlimited approvals use uint128 max on Zilliqa and uint256 max elsewhere, so caps don’t overflow or break history.
Seed phrases and private keys can be revealed as QR codes that Bearby mobile can scan for restore. SharedQrCodecomponent is also used on Receive.
One password + one security countdown, then switch between accounts and export keys without re-entering. Keys load lazily and cache per account for quick revisits.
Approvedpersonal_sign,eth_sign, EIP-712, and Scilla signatures are saved as Success history items with full message + signature. Rejects are not recorded.
| Fix | Why it matters |
|-----|----------------|
| Balances keyed by address, not pubKey hash | Watch-only accounts have emptypubKey, which crashed the home page (bad point: got length 0…) and produced garbage Scilla balance queries. Now usesaccount.addrviaQueryAccount; missing address types are skipped cleanly. |
| Hide seed phrase for private-key wallets | SecretKey-import wallets no longer offer “Reveal Seed Phrase” — only Export Private Keys. Phrase mode is blocked on the reveal page without a mnemonic wallet. |
| Remove debug logs | Cleanup for production builds. |
- Multi-account private-key reveal after a single countdown
- Seed phrase UI hidden when the wallet has no mnemonic
- QR payloads for seed/key restore on mobile
- ERC-20
approve→ spending-cap editor on confirm - Correct unlimited-approve limits for Zilliqa vs other EVM chains
- Signed-message history for personal/eth/EIP-712/Scilla
- Balance tracking keyed by
hashAddress(account.addr) - New
background/rpc/query_account.tshelper - Stale pubKey-hash balance keys purged on refresh
- New
QrCode.svelte,SpendLimitEditor.svelte - Updates across Confirm, Reveal, History, Transfer summary, Transaction details
- Locale strings for en / ja / ko / ru / zh
Bearby 2.0.14
Clearer token approvals with editable spending caps, mobile-scan QR codes for backup & restore, signed messages in history, safer multi-account private-key export, and fixed balances for watch-only accounts.
```
- Detect ERC-20 approve and show editable spending-cap UI on confirm (uint128 max o
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
이전 버전
버전 2.0.13
2026년 7월 6일에 출시 - 1.64 MBfirefox 58.0 이상, android 120.0 이상에서 작동fixed tx sending
fixed address resolveGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.11
2026년 6월 29일에 출시 - 1.64 MBfirefox 58.0 이상, android 120.0 이상에서 작동- More reliable rate fetching – We’ve replaced the old MetaMask and CryptoCompare price APIs with Bearby’s batch rate fetcher and rates service. This means faster, more stable price and quote data.
- New Ethereum node added – An additional node is now available for better network resilience.
- Fixed an issue where the wallet’s default chain hash wasn’t updating correctly when switching networks.
- Corrected a title display problem.
- Updated dependencies and build configurations.
- Refreshed the favicon with our new logo.
We hope you enjoy the smoother experience! If you run into any issues, please let us know.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.10
2026년 5월 14일에 출시 - 1.64 MBfirefox 58.0 이상, android 120.0 이상에서 작동fixed icon
fixed title
added new eth nodeGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.8
2026년 2월 23일에 출시 - 1.63 MBfirefox 58.0 이상, android 120.0 이상에서 작동fixed tests
fixed sign message with hexGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.7
2026년 2월 4일에 출시 - 1.63 MBfirefox 58.0 이상, android 120.0 이상에서 작동Fixed
- Wrong “invalid password” error gone
- Token address type now detected correctly
- Better Bech32 address validation
- Cleaner transaction history (no tech spam)
Improved
- Unique IDs for batch RPC calls
- Updated mainnet explorers:
- Viewblock
- Evmx
- Blockscout
- Otterscan
More stable. Enjoy.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.6
2026년 2월 2일에 출시 - 1.63 MBfirefox 58.0 이상, android 120.0 이상에서 작동Add Zilliqa EVM tokens support in tokensHints
Detect Zilliqa chain via slip44 and fetch tokens from zilpay.io API
Split tokensHints into separate methods for Zilliqa and Uniswap
Add ZilliqaEvmToken interface for API response
Enhanced Rate Fetching
Refactor updateRates with CryptoCompare support and auto-detect currency
Add CryptoCompare as rate API option alongside CoinGecko
Implement chain-specific rate fetching (Zilstream for ZIL, MetaMask API for ETH)
Add detectCurrencyFromLocale() to auto-detect currency from system locale
Update UI components to support CryptoCompare option
Network Updates
Add some networks
Updated networks
Bug Fixes
Code Quality
Fix MnemonicWordInput state initialization to avoid capturing initial prop value
Fix SignMessagePopup to use signMessage instead of non-existent signHash methodGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.5
2025년 12월 9일에 출시 - 1.63 MBfirefox 58.0 이상, android 120.0 이상에서 작동FeaturesToken Manager: Added token suggestions from other wallets to simplify token management.
Networks: Added network list sorting by priority for better usability.
RPC Methods: Added support for the eth_sign method.
Base Network: Added support for Base Mainnet.
Base Network: Added support for Base Testnet.
Bug FixesHistory: Fixed an infinite loop issue in the History page transaction refresh logic.
Signing: Fixed signing functionality when connected to other networks.
Network Setup: Resolved a Svelte duplicate key error in the NetworkSetup component.
EIP-191: Fixed EIP-191 message handling.
EIP-191: Resolved compliance issues with personal_sign.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.4
2025년 11월 27일에 출시 - 1.63 MBfirefox 58.0 이상, android 120.0 이상에서 작동fixed swich chain bug for zilliqa onlyGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.3
2025년 11월 26일에 출시 - 1.63 MBfirefox 58.0 이상, android 120.0 이상에서 작동added KO locale LatestGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.2
2025년 11월 25일에 출시 - 1.63 MBfirefox 58.0 이상, android 120.0 이상에서 작동added tokens auto hint
added new Avalanche C-Chain (mainnet/testnet)
fixed bugs with start before load background state
fixed minor bugs with styles
fixed EIPI1559 gas calc
fixed fetch gas with batch_request == false
fixed sign message evm
fixed endless loading after destroy walletGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 2.0.1
2025년 11월 11일에 출시 - 1.62 MBfirefox 58.0 이상, android 120.0 이상에서 작동This release marks a comprehensive evolution of the ZilPay extension, emphasizing enhanced security through quantum-resistant cryptography, expanded multi-chain compatibility, and a refined user interface. Focusing on robust testing, ledger hardware support, and seamless EVM network integration. These updates position ZilPay as a versatile, decentralized wallet for Zilliqa and beyond, with improved performance and localization.
Key Highlights- Quantum-Resistant Security: Introduced post-quantum algorithms (e.g., NTRU Prime, Kuznechik) and advanced encryption (Argon2, AES-256) to protect against emerging threats.
- Multi-Chain Expansion: Added support for EVM-compatible networks, enabling interactions with Ethereum, Binance Smart Chain, Polygon, Avalanche, Fantom, Arbitrum, and Optimism.
- Ledger Integration: Full hardware wallet compatibility, including Bluetooth and USB transport, for secure key management and transaction signing.
- User Experience Enhancements: Revamped UI with new modals, themes, and multilingual support (e.g., Japanese, Chinese, Russian translations).
- Build and Deployment Improvements: Adopted Rollup for bundling, added Makefile for Manifest V2/V3 builds with SHA256 checksums and ZIP archives.
New Features- Implemented ledger support with Bluetooth (BLE) and USB HID transport, including account addition and transaction signing (e.g., EIP-712, personal messages).
- Added multi-currency token management, including ERC-721 (NFT) support, metadata fetching, and balance updates for ZRC-2 and ERC-20 tokens.
- Introduced EVM provider with methods for chain addition, switching, and permissions (e.g.,
wallet_requestPermissions,handleAddEthereumChain). - Enabled NFT collections viewing, tracking, and parsing, with dedicated pages and modals.
- Added advanced security options, such as session storage for Manifest V2, auto-lock timers, and reveal/export functionalities for keys and mnemonics.
- Incorporated gas estimation and editing modals, supporting both Scilla and EVM transaction types.
- Added multilingual translations across all pages (e.g., home, settings, confirmations) and dynamic locale detection.
- Integrated notification system for transactions and errors, with global enable/disable toggles.
- Supported trackable addresses and asset trackers for monitoring external wallets.
Improvements- Refactored storage system to version 4, with migration logic from prior versions (V2/V3), ensuring backward compatibility and optimized performance.
- Enhanced transaction handling: Added batch requests, proxy via nodes, and detailed parsing for history (e.g., Scilla, EVM, Zilliqa proto).
- Optimized UI components: Updated icons, Jazzicon avatars, dropdowns, switches, and modals for better responsiveness and theming.
GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.4.3
2025년 9월 24일에 출시 - 816.6 KBfirefox 58.0 이상, android 120.0 이상에서 작동fixed viewblock extra 0xGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.4.2
2025년 7월 30일에 출시 - 816.75 KBfirefox 58.0 이상, android 120.0 이상에서 작동fixed gasPriceGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.4.1
2025년 3월 5일에 출시 - 816.73 KBfirefox 58.0 이상, android 120.0 이상에서 작동fixed private network token fetching.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.9
2024년 2월 24일에 출시 - 802.38 KBfirefox 48.0 이상, android 120.0 이상에서 작동added more stronger phishing detect.GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.8
2023년 7월 2일에 출시 - 802.5 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동fixed privateKey imported account decrypt for old storageGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.7
2023년 6월 23일에 출시 - 802.44 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동replace guard system
replace from AES-128 to AES-256
added PBKDF2 as passsword hasher
fixed layout bugs for connection page
fixed layout bug for accounts page
added password changerGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.6
2023년 5월 17일에 출시 - 780.46 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동added staking
fixed minor bugs
upgraded UI
added stZIL tokenGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.5
2023년 1월 13일에 출시 - 811.01 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동added Encryption method
fixed ui/ux
fixed styles
fixed connect page
updated dependsGNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.4
2022년 11월 19일에 출시 - 763.41 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.3
2022년 11월 18일에 출시 - 763.32 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.2
2022년 10월 13일에 출시 - 761.9 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.1
2022년 6월 11일에 출시 - 762.78 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드
버전 1.3.0
2022년 6월 2일에 출시 - 762.65 KBfirefox 48.0 이상, android 48.0 ~ 68.*에서 작동GNU Lesser General Public License v3.0 전용에 따라 릴리스된 소스 코드