Graydon Hoare
Graydon Hoare
The support for (and p21 use of) protocol gating on host functions breaks the benchmark code that imports all functions into a p20 contract. This fixes the bug.
This moves the global PRNG to thread-local, removes the separate PRNG inside the QIC, and also moves the global signature-verification cache to be thread-local (it probably doesn't have to be,...
PR https://github.com/stellar/stellar-core/pull/4375 limited the github action to run on pushes to specific branches, so as to avoid the double-execution of CI on merge-queue activity (it was triggering on both the...
This temporarily disables tracy memory tracking so we can evaluate its effect on the maxTPS test
This reverts wasmi from 0.36 to 0.31 while retaining everything else that's happened in p22. In particular the host still only speaks p22 and refuses to emulate p21. This is...
This is just a little helper to reproduce some portion of what the package builder job does, so we can do faster debugging iteration on the debian package files.
# Proposal To define a new target that is a variant of `wasm32v1-none` that specifies a small and fixed set of wasm proposals rather than the open-ended (and growing) set...