Reuven Podmazo
Reuven Podmazo
It is undocumented that using a given version of `derive_error_chain` requires the use of a specific version of `error_chain`. For example, to use `derive-error-chain = "=0.11.2"`, one also has to...
To the extent possible, we want to add support for IBC in secret contracts. We want to: - [ ] Add the option to send messages to IBC from contracts...
The access to contract storage can be optimized, making some access patters cheaper in terms of runtime and gas cost: My idea is that in the enclave we can have...
When calling a contract that triggers a callback (that may trigger another callback, etc.), only the data returned from the first contract in the call-chain is saved on the blockchain....
When an enclave crate is configured to compile with Xargo, instead of manually importing the `sgx_tstd` standard library, you randomly get the following error from some dependencies: ``` error[E0658]: use...
This PR adds two methods to iterate over all the blocks in a LocalFunction. This allows making per-block transformations, or simple full-function analysis, without having to manually navigate the function's...
### Summary Does Walrus have an way to check if a wasm module contains any floating point operations? ### Additional Details I'm looking for a way to (quickly?) detect if...
all the links under this page are broken: https://sagan-software.github.io/eosio-rust/examples/index.html and all the subpages are empty
When running very short workloads, the time spent in the `m3_ParseModule` can be significant, or even most of the execution time. This can be mitigated by being able to save...