Closed JakeOShannessy closed 4 years ago
The modified version of Substrate now uses an array of 7 booleans to represent the capabilities. This can be fairly simply modified for more fine grained capability. The focus for now should be on the interaction of contracts and the like.
This PR is an early work in progress. At its current stage it builds substrate and a small test harness for testing contracts. The changes in this PR are mainly in the
substrate/
subdirectory. The two directories arecontracts
which is our version of thesrml_contracts
module, andtest-harness
which is a executable crate that connects to a running substrate node and tests deployment and execution of contracts.