David
David
I tried to deploy a service with an incorrect number of arguments, but I got the following error statement: ``` error: could not deploy Multisig: gasLimit must be provided for...
I would like to run gas benchmarks against a cluster but I can't easily do that with oasis-client since the address of the service/output of the call is returned directly...
We need to decide on and register a coin type for deriving wallets using the BIP 44 standard. We are currently using Ethereum's coin type of 60 to generate wallets,...
As requested by Dawn, we should look into adjusting the gas model for Rust contracts. After deploying a separate dev cluster with 3 compute nodes, 1 storage node, and 3...
For the HiveMind contract which stores the model parameters upon deployment, setting the expiry date to be explicitly the next day does not lower the gas cost.
All of the integration tests run the same `setup-e2e.sh` script to install the same dependencies. It would greatly reduce build time if we just added these dependencies to the Dockerfile...
Blocking issue for https://github.com/oasislabs/runtime-ethereum/pull/427
Reference: https://github.com/oasislabs/private-issues/issues/197 There is no way to hook up gdb with Wasm contracts because Wasm discards the debugging symbols. This means the best way to debug is through print statements...
Trying to deploy some of the heavier weight contracts in pwasm-tutorial, such as https://github.com/paritytech/pwasm-tutorial/tree/master/step-4 fail due to not enough gas.