WIP: Resolve json rpc #57

Merged
jeffreypicard merged 8 commits from resolve-json-rpc into master 2022-09-07 20:36:07 +02:00
Showing only changes of commit 040bb78f06 - Show all commits

View file

@ -1,10 +0,0 @@
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
#!/bin/bash
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
curl --request POST 'localhost:8686/' \
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
--http1.1 \
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
--header 'Content-Type: application/json' \
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
--data-raw '{
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
"jsonrpc":"2.0",
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
"method":"resolve",
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
"params":{"data": "asdf"},
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
"id":1
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.
}'
moodyjon commented 2022-09-06 21:24:59 +02:00 (Migrated from github.com)
Review

Where does this port number come from? I would expect to see 8080 (or 50001)

Also does this need "/rpc" to match line 45 of jsonrpc_service.go?

I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).

Where does this port number come from? I would expect to see 8080 (or 50001) Also does this need "/rpc" to match line 45 of jsonrpc_service.go? I haven't been able to determine whether (Python) herald uses "/rpc" or any other path(s).
jeffreypicard commented 2022-09-07 07:18:11 +02:00 (Migrated from github.com)
Review

This is an old script added in by mistake, I'll move and change it.

This is an old script added in by mistake, I'll move and change it.