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: getrawmempool error #8

Closed
AlexChien opened this issue Jun 16, 2016 · 1 comment
Closed

RPC: getrawmempool error #8

AlexChien opened this issue Jun 16, 2016 · 1 comment

Comments

@AlexChien
Copy link

similar issue as #7

curl -d '{"jsonrpc":"2.0","id":"1","method":"getrawmempool","params":[]}' http://127.0.0.1:20332
{"jsonrpc":"2.0","id":"1","error":{"code":-32601,"message":"Method not found","data":"   at AntShares.Network.RPC.RpcServer.InternalCall(String method, JArray _params)\n   at AntShares.Network.RPC.RpcServer.ProcessRequest(JObject request)"}}
@erikzhang
Copy link
Member

The published version of peer does not support this command "getrawmempool".
If you need to use it, you have to build the latest version master on windows or coreclr on linux.

AshRolls added a commit to AshRolls/neo that referenced this issue Aug 20, 2017
Li-Tian pushed a commit to Li-Tian/neo that referenced this issue Nov 22, 2018
* add support for struct:

like this:
 public struct testS
        {
            public int a;
            public string b;
            public byte[] c;
        }

        public static int testStruct()
        {
            testS s = new testS();
            s.a = 55;
            return s.a;
        }

* add instructions: SETITEM, NEWARRAY
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