Switching from AVM interpreter to AVM runner with background execution (#111)

This commit is contained in:
Pavel
2021-12-28 20:53:25 +03:00
committed by GitHub
parent 4aefddecaa
commit 9d0c7b2bb8
22 changed files with 442 additions and 206 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
import { SecurityTetraplet } from '@fluencelabs/avm';
import { SecurityTetraplet } from '@fluencelabs/avm-runner-interface';
import { match } from 'ts-pattern';
import { CallParams, Fluence, FluencePeer } from '../../index';
import { CallServiceData, GenericCallServiceHandler, CallServiceResult, ResultCodes } from '../commonTypes';