-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Can't use commands that need to open wallet via JSON-RPC #305
Labels
Bug
Used to tag confirmed bugs
Comments
This works in neo-cli because of the extension https://github.com/neo-project/neo-cli/blob/ed2e1a25be070c7fd9bc2998df3d6e1081b28b1e/neo-cli/Network/RPC/RpcServerWithWallet.cs |
Ý ý như khi ở iii uh you go lj you going b please clarify
Hi I'm at bi in full g vpk
On Mon, Jul 9, 2018, 7:47 PM f27d <notifications@github.com> wrote:xplllew
it on GitHub
<#305 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/APbYh_2lT2zC7YZQ6lFW6_0hcFlCbEUJks5uE0LmgaJpZM4VHXCn>
.
|
Can this be closed now @erikzhang with your fix? |
erikzhang
added a commit
that referenced
this issue
Sep 14, 2018
* refactoring * message priority * add failure reason for `sendrawtransaction` (neo-project/neo-node#116) * fix bug in `sendrawtransaction` * improve RpcServer and Plugin system * add `unconnected` to RPC command `getpeers` * update dependencies: - Microsoft.AspNetCore.ResponseCompression v2.1.1 - Microsoft.AspNetCore.Server.Kestrel v2.1.1 - Microsoft.AspNetCore.Server.Kestrel.Https v2.1.1 - Microsoft.EntityFrameworkCore.Sqlite v2.1.1 - Microsoft.Extensions.Configuration.Json v2.1.1 * add WebSocket * fix bug in Snapshot.Dispose() * Hides the caught exceptions logs in `RemoteNode` * fix block stuck * fix bug in p2p connection * fix #305 * fix consensus * checked on Fixed8 mul * solve the problem of disconnecting from peers * fix bug in `System.Runtime.GetTime` * add RPC command: `getwalletheight` * fix p2p bug * Prevent error messages when exiting * optimize p2p network * allow user interface to send messages to plugins * change version to 2.9.0 * backward compatible for sendrawtransaction * Solve the problem of resynchronizing blocks * put unverified transactions in the memory pool back into the message queue after the block is persisted * minor change to consensus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can't use commands that need to open wallet via JSON-RPC, like
getbalance
、dumpprivkey
.I guess because there is no value given to "wallet" in the following code.
neo/neo/Network/RPC/RpcServer.cs
Lines 35 to 39 in 18be40a
neo/neo/NeoSystem.cs
Lines 57 to 61 in 18be40a
The text was updated successfully, but these errors were encountered: