8000 Tags · endermazer/buzzchain · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: endermazer/buzzchain

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
0