Tags: endermazer/buzzchain
Tags
NEP-6 (neo-project#126) * redesign wallet model 1. Use `WalletIndexer` to manage the indexes of wallet 2. Simplify the `Wallet` base class and `UserWallet` class 3. Remove unnecessary code * improve wallet model 1. Implement `BalanceChanged` event 2. Add useful methods to `Wallet`, `UserWallet` and `WalletAccount` * allow adding custom contract to `Wallet` * add and adjust wallet APIs * implement `ApplyTransaction` in `UserWallet` * split leveldb libs from `Neo.Implementations.Blockchains.LevelDB` * add storage for `WalletIndexer` * implement NEP-6 wallet * fix bugs * allow migrating from `UserWallet` to `NEP6Wallet` * fix bug of migrating * add `VerifyPassword` to `Wallet` * change version to v2.5.0