Skip to content

Commit

Permalink
Remove FFI layer between chain and store
Browse files Browse the repository at this point in the history
The FFI layer was no longer required and the ChainController can access the
CommiStore directly now.

Signed-off-by: Adam Ludvik <ludvik@bitwise.io>
  • Loading branch information
Adam Ludvik committed Oct 1, 2018
1 parent e97b3c7 commit 751814f
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 355 deletions.
2 changes: 1 addition & 1 deletion validator/sawtooth_validator/journal/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(

_pylibexec(
'chain_controller_new',
ctypes.py_object(block_store),
block_store.pointer,
block_manager.pointer,
block_validator.pointer,
state_database.pointer,
Expand Down
Loading

0 comments on commit 751814f

Please sign in to comment.