smrepl icon indicating copy to clipboard operation
smrepl copied to clipboard

A Spacemesh Terminal wallet app

Results 10 smrepl issues
Sort by recently updated
recently updated
newest added

We'd like to have a more consistent and understandable categories and command names. Currently the menu system is a bit inconsistent and not very intuitive to use. The reason is...

epic
0.3

If an amount cannot be parsed, `smrepl` continues to ask further tx details such as fee amount despite a shown error and then allows to create a tx with the...

bug

# Repro Steps 1. Start full node with default config file. 2. Start smrepl and setup post in smrepl. 3. Follow the instructions in smrepl and update the node's config...

Properly escape post data path in post generated the json. Currently we generate an invalid json string for the pass. e.g. `"smeshing-opts-datadir": "c:\smesher"`. We need to generate: `"smeshing-opts-datadir": "c:\\smesher"`.

Hi, When trying to create a docker image with `make dockerbuild-go`, I got the following errors: ``` go build golang.org/x/sys/internal/unsafeheader: module requires Go 1.12 go build github.com/spacemeshos/go-spacemesh/crypto/sha3: module requires Go...

bug
v0.2

Repro: Restore a smapp wallet using 12 words secret phrase by creating a new wallet in providing mnemonic input. Result: first account has different address than Smapp's first account. Expected:...

bug
v0.2

Welcome to Spacemesh. Connected to api server at localhost:9092 (GRPC API 2.0). >> Insecure Connection. Use only with a local trusted server Network id: 29 > Max transactions per second:...

Make TAB key behave like SPACE key in repl keyboard input so the auto-suggestor for the current level will be displayed. So, if TAB is pressed after a command was...

good first issue

Fix all tests so they should pass. Currently wallet tests are all broken.

bug