Skip to content

Commit

Permalink
feat: add tari engine for flow and wasm functions (#4237)
Browse files Browse the repository at this point in the history
A prototype and stub for a potential WASM and flow engine for DAN layer smart contracts.

Not fully functional, but wanted to get the code in. Most of the work is moving the StateDb and Instructions into the engine crate. The idea is that the `engine` crate can be referenced by template creators as a `dev_dependency` in their projects so that they can run tests without all the HotStuff consensus code.
  • Loading branch information
stringhandler committed Jul 4, 2022
1 parent a8ba89f commit a997934
Show file tree
Hide file tree
Showing 110 changed files with 2,584 additions and 1,469 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dan_layer_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- reopened
- synchronize
env:
toolchain: nightly-2021-11-20
toolchain: nightly-2022-05-01

jobs:
dan-layer-integration-tests:
Expand Down
Loading

0 comments on commit a997934

Please sign in to comment.