move prover logic from node

This commit is contained in:
Dmitriy Ryajov 2024-01-29 14:58:14 -06:00
parent 0da9d51213
commit 24c57c9109
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 13 additions and 11 deletions

View File

@ -1,12 +1,12 @@
# ## Nim-Codex ## Nim-Codex
# ## Copyright (c) 2024 Status Research & Development GmbH ## Copyright (c) 2024 Status Research & Development GmbH
# ## Licensed under either of ## Licensed under either of
# ## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) ## * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
# ## * MIT license ([LICENSE-MIT](LICENSE-MIT)) ## * MIT license ([LICENSE-MIT](LICENSE-MIT))
# ## at your option. ## at your option.
# ## This file may not be copied, modified, or distributed except according to ## This file may not be copied, modified, or distributed except according to
# ## those terms. ## those terms.
# ## ##
import pkg/chronos import pkg/chronos
import pkg/chronicles import pkg/chronicles
@ -25,8 +25,10 @@ import ../../utils/poseidon2digest
import ../builder import ../builder
import ../sampler import ../sampler
# import ./backends import ../../manifest
# import ../types import ../../merkletree
import ../../stores
import ../../market
export backends export backends