noot
noot
when attempting to add contract code, the compiler version only goes up to 0.4.19. as well, I get this error: ``` Error during contract verification: /bin/sh: /usr/bin/nodejs: No such file...
### Describe the bug When attempting to instantiate a new wasm instance via `wasm.NewInstance`, I get a `fatal error: unexpected signal during runtime execution` coming from inside the cgo call...
**Task summary** - determine and document the steps for testing whether forest is compatible with mainnet, and if it isn't, a way to check the differences between the lotus and...
**Issue summary** **Task summary** as part of retrieval markets, the miner and the retriever need to be able to open a payment channel between them, so the retriever can incrementally...
__Proposal:__ [Description of the feature] see #458 this PR changed the gas estimation of a value transfer but not a contract deployment. we should test to see if the gas...
__Proposal:__ [Description of the feature] add a CI check that runs 3 nodes, submits a transaction, and asserts that the transaction is included on each node and that no consensus...
__Proposal:__ [Description of the feature] Acceptance Criteria: resolve issue with safety check so that ethers.js is fully compatible with Ethermint. currently, ethermint is not compatible with ethers.js due to a...
__Proposal:__ [Description of the feature] geth's websocket server has implemented extra options for the upgrader, see: https://github.com/ethereum/go-ethereum/blob/master/rpc/websocket.go#L49 also see: https://godoc.org/github.com/gorilla/websocket#Upgrader investigate and see if they are relevant to us, and...
update script so that it's for running a single node on stagenet, fix typo
currently the contract address has to be passed via command line. for testnets w/ a known contract (eg Goerli) we should create a config containing the contract address so that...