mirror of https://github.com/waku-org/nwaku.git
re-inserting chronicles
This commit is contained in:
parent
d8f2e43a93
commit
467d030b8f
|
@ -3,12 +3,16 @@ when (NimMajor, NimMinor) < (1, 4):
|
|||
else:
|
||||
{.push raises: [].}
|
||||
|
||||
import json_serialization, json_serialization/std/options, presto/[route, client]
|
||||
import
|
||||
chronicles, json_serialization, json_serialization/std/options, presto/[route, client]
|
||||
import
|
||||
../../../waku_store/common, ../../../common/base64, ../serdes, ../responses, ./types
|
||||
|
||||
export types
|
||||
|
||||
logScope:
|
||||
topics = "waku node rest store_api"
|
||||
|
||||
proc decodeBytes*(
|
||||
t: typedesc[StoreResponseRest],
|
||||
data: openArray[byte],
|
||||
|
|
Loading…
Reference in New Issue