Levi Chimezie
Levi Chimezie
I am new to laravel, so when I updated the .env file, I did not update the `APP_KEY` variable, because I thought it was not necessary. So when I ran...
Implementation for storage update in `mandos_rs`
Is there a reason for this cap on `gas_limit` for `async_callback_tx_input` as seen here? https://github.com/ElrondNetwork/elrond-wasm-rs/blob/296e34ae4ffd8333c7a2cb39b105dd2d0c5c5db4/elrond-wasm-debug/src/tx_mock/tx_async_call_data.rs#L59 When `self.blockchain().get_gas_limit()` is called in a smart contract's callback that is called after an async...
I tried running this test https://github.com/ElrondNetwork/elrond-wasm-rs/blob/886ea0e953c700da74cc0693ab04e7d0d30c52b5/contracts/examples/multisig/tests/multisig_mandos_go_test.rs#L2 with the `mandos-go-tests` feature enabled and got the error "No such file or directory". I am experiencing this in my contract (the file exists...
The transactions returned by this endpoint all have their `round` field as 0. This value should be the round the transaction was executed in. Or am I missing something?
Updates I made during the hackathon.
This is my attempt to provide solution for https://github.com/mwood23/slate-test-utils/issues/8 I also added a `getEditorElement` command as a convenience helper to get the editor element should in case a user wants...
Hi, first I like the way I can test snapshots with this framework. How can I test user interaction involving adding image to the editor being tested?
Please, can the version of zip used in sc-meta and other packages be updated? The one used here is no longer available as shown on [https://crates.io/crates/zip/versions](https://crates.io/crates/zip/versions)