just_ppe

Results 28 issues of just_ppe

Hi, we're having really strange issues with running tests. There are about 100 of them, and on each run some of them (usually 2 or 3) fail with the error...

status:needs-research
Stale

Hey, is there a chance of adding a better errors handling for the async code? I.e. such that would not require adding global handler for `uncaughtException` or `unhandledRejection`? Adding such...

Hey, first of all - thanks for this great library. Now - I'm having slight issues with getting a result from an async function call. Full code example below (I...

A dedicated CLI needs to be created - as a way of reducing the entry barrier and further enhancing the DX. The development should be splitted into phases: 1. Phase...

enhancement

Raised by @jakub-wojciechowski during the Dex development (https://github.com/warp-contracts/wrc/tree/dex). Currently errors have to be handled manually in the contract's code (checking the result.type from the `SmartWeave.contracts.write` and throwing ContractError if it...

enhancement

introduce https://github.com/laverdet/isolated-vm for executing js/ts smart contracts - as a replacement for VM2 Related to https://github.com/warp-contracts/warp/issues/164

Contract `C_TX_2` makes an internal write on contract `C_TX_1` at interaction I(n). 1. Evaluator loads the state of the `C_TX_1` up to internal write interaction I(n) 2. I(n) is an...

documentation

Consider a case where we have 2 contracts 1. a "token" contract 2. a "staking" contracts - that can stake tokens on the token contract After setting proper allowance for...

enhancement
x-files

Requires https://github.com/warp-contracts/gateway/issues/89

Right now we're using VM2, but that obviously works only in node.js env. Another idea is to run js code in the js engine that is embedded in a wasm...

enhancement