Fix traces (#6127)

* Fix traces
* More tests for codecov
* Review fixes
* trace float test
* Fix return value for traces
* Remove SuiteJournalSink2
* Add explicit severity
* Move logs to ApplyView
* Add check for output strings
* Merging fix
This commit is contained in:
Olek
2026-01-13 16:38:48 -05:00
committed by GitHub
parent 1c812a6c4d
commit 81cbc91927
7 changed files with 594 additions and 404 deletions

View File

@@ -703,7 +703,7 @@ struct Wasm_test : public beast::unit_test::suite
Bytes const wasm(wasmStr.begin(), wasmStr.end());
TestHostFunctions hfs(env, 0);
auto const allowance = 189'508;
auto const allowance = 185'974;
auto re = runEscrowWasm(wasm, hfs, ESCROW_FUNCTION_NAME, {}, allowance);
if (BEAST_EXPECT(re.has_value()))