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

RPC Plugins don't have access to current wallet #617

Closed
devhawk opened this issue Mar 3, 2019 · 2 comments
Closed

RPC Plugins don't have access to current wallet #617

devhawk opened this issue Mar 3, 2019 · 2 comments
Labels
help wanted We suggest a careful read at https://docs.neo.org/. However, fell free to further discuss the topic.

Comments

@devhawk
Copy link
Contributor

devhawk commented Mar 3, 2019

Most of the commands in RpcServer use the local Wallet field, but RPC Plugins don't have access to the wallet

@shargon
Copy link
Member

shargon commented Mar 4, 2019

Check this comment #536 (comment)
You should be able to access to the Wallet using the System property, and access to the current RpcServer

@shargon shargon added the help wanted We suggest a careful read at https://docs.neo.org/. However, fell free to further discuss the topic. label Mar 4, 2019
@devhawk
Copy link
Contributor Author

devhawk commented Mar 4, 2019

Thanks @shargon! I'm experimenting with 2.9.4, looks like #536 went in after that.

@devhawk devhawk closed this as completed Mar 4, 2019
Thacryba pushed a commit to simplitech/neo that referenced this issue Feb 17, 2020
* 2.9.0

* updates for 2.9.0

* Update v2.9.0.md (neo-project#610)

Adjustment for instruction of getting nep-5 applicationlog.

* Update invokescript.md (neo-project#613)

Add tx

* Update invokefunction.md (neo-project#612)

Add tx for response.

* Create getwalletheight (neo-project#611)

Add getwalletheight api.

* updates for 2.9.0

* minor updates

* Update setup.md (neo-project#617)

Add introduction of Plugins.

* Update v2.9.0.md (neo-project#615)

Add introduction for setting config.json

* final updates

* Update v2.9.0.md (neo-project#618)

Add notes for install plugins.

* plugin related
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted We suggest a careful read at https://docs.neo.org/. However, fell free to further discuss the topic.
Projects
None yet
Development

No branches or pull requests

2 participants