Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphenecommon.wallet.Wallet.getAccounts() uses deprecated method getAllAccounts() #89

Closed
bitphage opened this issue Mar 19, 2019 · 0 comments

Comments

@bitphage
Copy link
Contributor

accounts.extend(self.getAllAccounts(pubkey))

Need to rewrite the method to use getAccountsFromPublicKey()

xeroc added a commit that referenced this issue Mar 25, 2019
@xeroc xeroc closed this as completed Mar 25, 2019
xeroc added a commit that referenced this issue Mar 27, 2019
Release 0.1.3

ef556dd (HEAD -> master) Merge branch 'release/0.1.13'
ed5074f (release/0.1.13) Update Makefile
1dfd8a8 Update authors
f06ef88 Update docs
78227ba version bump
78ac7fb (origin/develop, develop) Allow to get operation name more generally #79
7fa32cc Merge pull request #78 from bitfag/tip-block-interval-separate-method
e03e0fc Merge pull request #90 from xeroc/pyup-scheduled-update-2019-03-25
e1e1d42 Update pycryptodome from 3.7.3 to 3.8.0
3ac0ba0 Update websocket-client from 0.55.0 to 0.56.0
e4c7450 Update isort from 4.3.15 to 4.3.16
16b855a Fix requirements
1acbb61 Add scrypt as dependency as it is used for ecnrypted storage
5136310 Disable block caching by default
a1e3ac9 Fix #81
740f959 Cache chain parameters #82
6f09112 Allow to overwrite permissions #85
bfd6d6c fix #87
1326d57 Fix #89
b263427 Merge pull request #88 from xeroc/pyup-scheduled-update-2019-03-18
f08ca53 (origin/pyup-scheduled-update-2019-03-18) Update pylibscrypt from 1.7.1 to 1.8.0
b324d16 Update pyyaml from 3.13 to 5.1
f0e5069 Update isort from 4.3.12 to 4.3.15
9b95aae Update coverage from 4.5.2 to 4.5.3
b493919 Update pytest from 4.3.0 to 4.3.1
c697a37 Update graphenelib from 1.1.11 to 1.1.12
1893860 Merge tag '1.1.12' into develop
8150fd1 Move getting of block interval into separate method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants