Lohann Paterno Coutinho Ferreira
Lohann Paterno Coutinho Ferreira
@angrymouse I think just for the fact that all numbers in javascript are IEEE-754 float, I don't think is possible to guarantee determinism across different machines without emulate all numbers...
> Are there actually any cameras out there that do not run a full (usually Linux) OS? In my example specifically, I'm experimenting on using an [ESP32](https://esp-rs.github.io/no_std-training/) to connect to...
As example, the FFMPEG library decode/encode rtsp messages without heap allocations, each message is constrained to 4096 bytes maximum, the issue is that it mixes the code that parsers the...
I believe the error is here: https://github.com/rust-blockchain/evm/blob/release-v041/src/executor/stack/executor.rs#L1005-L1010 There must be check there, if it is before Homestead hardfork it should not fail after charge the code deposit.
@sorpaas thx for the reply! I fixed this in PR: https://github.com/rust-blockchain/evm/pull/223/files So far so good, with this fix my client was able to synchronize up to 100k blocks from ethereum...
I believe that by made this crate ethereum compliant, the number of contributors and attention to this project will increase, i liked the way the code is structured, is way...
I've added a config for staticcall on this PR: https://github.com/rust-ethereum/evm/pull/223 Using this branch, I was able to synchronize a node up to block `2_674_999`. but I'm still getting a state...
Good catch @overetch, will fix this week when I have some free time.
@avive yes! the plan is fully support all platforms supported by flutter, currently the only blocker for web is this issue here, which will be fixed shortly.