-
-
```
../leap/libraries/chain/webassembly/runtimes/eos-vm.cpp:243:53: error: ‘jit’ is not a member of ‘eosio::vm’
243 | if constexpr (std::is_same_v) {
| …
-
-
https://github.com/AntelopeIO/leap/actions/runs/5616780429/job/15219829929
```
terminate called after throwing an instance of 'eosio::chain::block_validate_exception'
what(): Block exception
…
-
For EOS-EVM, it has been highlighted that having the following data types and functions would be beneficial.
uint128, uint256, efficient to and from hex functions, others may be added in the next f…
-
In debugging https://github.com/AntelopeIO/leap/issues/1349, it was observed by Kevin that it would be good to log the producer name for the following message:
```
Block #317926278 trx idle: 237us…
-
There are a few improvements to chainbase that can reduce wasted space in the shared memory file that exist in the `chainbase-container-allocator-poc` branch
## Per-instance allocator storage
ea…
-
https://github.com/AntelopeIO/leap/actions/runs/5522182153/jobs/10071545449?pr=1389
-
Some of my smart contracts that work fine with `3.1.0` generate an invalid ABI when compiling with `4.0.0`
After some searching, I noticed that the ABIs generated with 4.0.0 contain a table definit…
-
We have no dry-run unittests. See https://github.com/AntelopeIO/leap/pull/1081 for an example of an issue that slipped through. Create corresponding dry-run unittests similar to `read_only_trx_tests.c…