JoeGruffins

Results 62 issues of JoeGruffins

https://github.com/decred/vspd/blob/e42b1cad330596c243baf4c391dc40c981f4de90/config.go#L66 Per [SEI CERT C Coding Standard](https://wiki.sei.cmu.edu/confluence/display/c/MSC18-C.+Be+careful+while+handling+sensitive+data,+such+as+passwords,+in+program+code) it is best practice not to store plain text passwords in memory or on disk. This could be removed from memory, mostly, by...

part of #986 This pr adds a decred simple payment verification wallet. It does this by taking code at https://github.com/decred/dcrwallet and packaging it with https://github.com/decred/libwallet into a c library that...

Just updated a node that was connected to the testnet dex for a while with no orders to rc-1. Had a strange error. Unsure what happened so just adding the...

Add a c library that has some primitive cryptographic functions needed for working with adaptor signatures. part of #2754

Just creating a new wallet from seed, so it has history, sync stops at 99.9 it seems. The spv logs will say: ``` 2024-07-05 15:18:11.891 [DBG] SPV: will request unknown...

On testnet bison.exchange:17232 Commit e8dc62140. Made a basic mm bot on dcr/eth but buy orders don't seem to be made. There are not errors in the log. The sell orders...

Testing on testnet. commit 325b9cec2 ERR log: ``` 2024-05-27 06:47:02.378 [DBG] MM[MM-bison.exchange:17232-42-60]: MultiTrade: skipping cancel not past free cancel threshold 2024-05-27 06:47:02.378 [DBG] MM[MM-bison.exchange:17232-42-60]: MultiTrade: skipping cancel not past free...

Connected on testnet to bison.exchange:17232 for a while. Commit 325b9cec2. Perhaps is a problem with the server? Unsure looking at the log. The error happens over 99 times before it...