just_ppe

Results 29 issues of just_ppe

PST contracts with ~1100 interactions. State evaluation: Rust: 60-70ms https://sonar.redstone.tools/#/app/contract/SpTC4JuzZ2JDXR-lar2SbI2yJOxPgwi504BICe0uf1g AS: 350-400ms https://sonar.redstone.tools/#/app/contract/_IHQHkZrZfB3lN69Hw3xTRcHv2cBiNgh1HG1WENydP4 Go: 120s .... https://sonar.redstone.tools/#/app/contract/QkVjYoiCq4dvru8z6laZmrL55vKskwbqyrAwGSn4cRQ Some interactions for the Go evaluate for very long (~250ms) - it started...

performance
x-files

There should be an option for the user to decide what is the order of execution of his interactions mined within one block. Currently - if two or more transactions...

enhancement

I've noticed that simply posting (`arweave.transactions.post`) a transaction to arlocal (without mining the block) makes it available through a GQL search, e.g. I'm posting a SmartWeave interaction for a contract,...

question

Hey, assuming this code: ``` func main() { iso := v8.NewIsolate() defer iso.Dispose() ctx := v8.NewContext(iso) defer ctx.Close() // TODO: load contract definition from Warp GW ctx.RunScript(` const handle =...

...currently it is using hardcoded value from the WARP_GW_URL constant.

enhancement

I'm trying to use `calledOnContractWith` in a simple test: ``` const calc = (await deployContract(owner, FixedRatesCalculatorArtifact, [toWei("999"), toWei("1000")])) as FixedRatesCalculator; expect('setRates').to.be.calledOnContractWith(calc,[toWei("999"), toWei("1000")]); ``` I'm getting error: ``` Error: calledOnContract matcher...

Trying to load metadata file generated with esbuild version `0.15.12` results in an error: This is probably caused by a non compatible metadata file format in the latest versions of...

Hey, as a follow-up of https://github.com/justjake/quickjs-emscripten/issues/146 - here's code that I'm trying to run: ``` import { getQuickJS, newQuickJSWASMModule, newVariant, RELEASE_SYNC } from "quickjs-emscripten"; async function main() { // module...

question

**Describe the bug** Math.random Date WeakRef WeakMap setTimeout setInterval ...what else?

bug