hashmap
hashmap
Currently we use 0.4.2 (used by serde) and 0.3.5 (used by clap). Cargo audit is unhappy: ``` $cargo audit Fetching advisory database from `https://github.com/RustSec/advisory-db.git` Loaded 17 security advisories (from /home/ubuntu/.cargo/advisory-db)...
In the past the node and the wallet were in the same repo. When the wallet was extracted into a separate repo, integration tests were moved to - https://github.com/mimblewimble/grin-wallet/tree/master/integration It...
Grin was running when my server was rebooted. After that any attempt to start grin failed with the message above. Removal of `chain_data` helped.
It's not an issue per se, it was a design decision, however it may be worth to discuss one more time. Grin node periodically kills the excess of connections https://github.com/mimblewimble/grin/blob/master/p2p/src/peers.rs#L463...
This is important part of the test suite, unfortunately, I'm not sure how to make it opensource. My current test is a shell script: ``` source my-klar-env ./klar mysql ./klar...
It has been grown and should be refactored and covered by tests. Major part of the code may be moved to `klar.go`
Currently we are more oriented to peer-to-peer payments even if we support http client/server interaction. We may want a standardize API for B2C (Business to Customer) case which has the...