Matt Witherspoon

Results 19 comments of Matt Witherspoon

It would be useful to add a unit test that exercises this code then, as far as I can remember all unit tests did pass with `is_invocable_v`

> since ZFS immediately acknowledges the write back to the nodeos and then queues its own sync in the background This sounds frightening. A filesystem ignoring sync requests sounds broken....

Agreed, it does seem rather surprising that trace_api_plugin tries to ensure durability here whereas neither the block log nor ship log do, I believe. But this trace_api_plugin durability seems to...

A mode such as this seems tricky to explain to users: when using this mode and stopping nodeos cleanly, shutting down the box will still lose state. Unless the user...

My hunch is that this will be resolved in 2.1.1 since in 2.1.1 there is no longer a dependency on libpqxx. Not sure when 2.1.1 will be released though.

This may be an llvm packaging or installation problem in your environment. On Ubuntu 21.10, which ships llvm 13 as its default llvm version, eosio does print the proper version...

20.04? Did you `apt-get install llvm-13-dev`? The default llvm -- the one you'd get with `apt-get install llvm-dev` -- I believe is llvm 10 on Ubuntu 20.04.

@aubertc a bit confused on the question -- is it about building eosio? It seems you're on Debian 10? There is no need to build LLVM on Debian 10 what...

It sounds like you're encountering a long known deficiency in nodeos' implementation that has existed since 1.0. Nearly all implemented WASM runtimes past and present (binaryen, wabt, WAVM, EOS VM,...