mirror of
https://github.com/status-im/nim-json-rpc.git
synced 2025-02-22 17:28:11 +00:00
Move errors module back to json_rpc folder
This commit is contained in:
parent
c688889c85
commit
08ceae27e0
@ -15,7 +15,7 @@ import
|
||||
./private/jrpc_sys,
|
||||
./private/client_handler_wrapper,
|
||||
./private/shared_wrapper,
|
||||
./private/errors
|
||||
./errors
|
||||
|
||||
from strutils import replace
|
||||
|
||||
|
@ -14,7 +14,7 @@ import
|
||||
chronos/apps/http/httpclient as chronosHttpClient,
|
||||
chronicles, httputils, json_serialization/std/net,
|
||||
../client,
|
||||
../private/errors,
|
||||
../errors,
|
||||
../private/jrpc_sys
|
||||
|
||||
export
|
||||
|
@ -13,7 +13,7 @@ import
|
||||
results,
|
||||
chronos,
|
||||
../client,
|
||||
../private/errors,
|
||||
../errors,
|
||||
../private/jrpc_sys
|
||||
|
||||
export client
|
||||
|
@ -12,7 +12,7 @@ import
|
||||
pkg/websock/[websock, extensions/compression/deflate],
|
||||
pkg/[chronos, chronos/apps/http/httptable, chronicles],
|
||||
stew/byteutils,
|
||||
../private/errors
|
||||
../errors
|
||||
|
||||
# avoid clash between Json.encode and Base64Pad.encode
|
||||
import ../client except encode
|
||||
|
@ -12,8 +12,8 @@ import
|
||||
stew/[byteutils, objects],
|
||||
json_serialization,
|
||||
json_serialization/std/[options],
|
||||
./errors,
|
||||
./jrpc_sys,
|
||||
../errors,
|
||||
./jrpc_sys,
|
||||
./shared_wrapper,
|
||||
../jsonmarshal
|
||||
|
||||
|
@ -12,7 +12,7 @@ import
|
||||
chronicles,
|
||||
chronos,
|
||||
./private/server_handler_wrapper,
|
||||
./private/errors,
|
||||
./errors,
|
||||
./private/jrpc_sys,
|
||||
./jsonmarshal
|
||||
|
||||
|
@ -14,7 +14,7 @@ import
|
||||
./jsonmarshal,
|
||||
./private/jrpc_sys,
|
||||
./private/shared_wrapper,
|
||||
./private/errors
|
||||
./errors
|
||||
|
||||
export
|
||||
chronos,
|
||||
|
@ -11,7 +11,7 @@ import
|
||||
stew/byteutils,
|
||||
chronicles, httputils, chronos,
|
||||
chronos/apps/http/[httpserver, shttpserver],
|
||||
../private/errors,
|
||||
../errors,
|
||||
../server
|
||||
|
||||
export
|
||||
|
@ -10,7 +10,7 @@
|
||||
import
|
||||
chronicles,
|
||||
json_serialization/std/net,
|
||||
../private/errors,
|
||||
../errors,
|
||||
../server
|
||||
|
||||
export errors, server
|
||||
|
@ -1,5 +1,5 @@
|
||||
import
|
||||
../../json_rpc/private/errors
|
||||
../../json_rpc/errors
|
||||
|
||||
type
|
||||
HexQuantityStr* = distinct string
|
||||
|
Loading…
x
Reference in New Issue
Block a user