-
As suggested by @muawiakh,
The `Makefile` which allows users to execute `make test` to run the tests locally should also be used in Travis to run tests. This ensures that any changes which breaks the…
kansi updated
6 years ago
-
I see in blockchain transaction:
"hash": "ABF250E0A338713972F3F8FC0DA18731E152863A23DA34E3C5557E68130AEA9D",
"height": "178830727",
"index": 0,
"tx_result": {
"c…
-
iirc, we essentially just took our TestApp from the simapp in the sdk. The api for using this test application could be greatly improved to provide test writers with fine grained and each control over…
-
## Description
When I want to do a `gnokey query vm/qeval`, I would expect to be able to write a command like this:
```
gnokey query vm/qeval -remote https://rpc.gno.land:443 -data "gno.land/r/…
-
It wouldn't start if genesisPath and GCI is specified.
Node v11.8.0
Lotion 0.4.8
`
lotion({
initialState: {
blockNo: 0,
txCount: 0
},
ports: { abci: 58354, p2p: 58355, rpc:…
-
In multiple places in the codebase, loops are used to retry async operations, e. g. in application/casp/signing.go:15 and 32. Those loops might run indefinitely, with further invocations through the m…
-
## Feature Request
### Summary
Currently both SaveABCIResponses and Commit are ran in sequence during `ApplyBlock`. I think we should run these in parallel, as they both have I/O and CPU lo…
-
i'm running validator , sometime node got interrupt with error message:
```Mar 03 03:46:02 instance-2 nibid[402495]: 3:46AM INF executed block height=544103 module=state num_invalid_txs=0 num_vali…
-
## 🐛 Bug Report
The tallyVM cannot be updated, if it updates wasmer, at least on x86.
## Steps to Reproduce
On an x86 machine:
`go get github.com/sedaprotocol/seda-wasm-vm/tallyvm@v1…
-
## Description and context
chain blocks get halt after running some staking operations
## Steps to reproduce
Appear blocks halt for 4 times:
The first 3 times happened when we perform stake re…