WhoSoup
WhoSoup
The sim is set up to use `engine.fnodes` to store the simulated nodes but this is never reset between tests, meaning new tests just keep appending to the end of...
This report came from @ilzheev in discord. One of the nodes in the open node cluster reported a different factoid balance. The node in question is https://cl.factomd.net, which reports itself...
Reported by @ilzheev, occurs on the testnet. The node is v6.6.0 but there are no functional changes to the control panel between that version and 6.8.0, mostly grant updates. The...
With the recent publication of the HTTP/3 standard and a variety of API improvements that necessitate breaking changes, it's a good time to make a new API Version: V3. Unfortunately,...
Just came across this bug: when converting a factom Timestamp to a Golang time.Time, the milliseconds are not converted correctly. Example: ```golang fmt.Println(time.Now()) ts := primitives.NewTimestampNow() fmt.Println(ts.GetTime()) ``` Output: ```...
This is the factomd-side code for the decentralized ANO management prototype. Changes: * Add FullSignatureBlock to mirror the SignatureBlock, containing pubkey+sig instead of just sig * Add MultiSignable interface *...
This occured on a node testing the new p2p package on **the testnet** during a **fresh sync** but it seems to be an issue that's been around for a while:...
Thanks to @ilzheev for reporting this one. Regular transactions contain the RCD/Signature for all inputs but pending transactions currently don't. They're not returned by the API so this will need...
As part of the general cleanup process, we removed the factom/wallet folder from the factom repo in https://github.com/FactomProject/factom/pull/144. This contains the wallet backend and needs to find a new home...
This is the walletd counterpart that uses the wsapi whitelist feature in https://github.com/FactomProject/factom/pull/135. It adds a "-whitelist" flag where people can specify remote ips to allow. Note that if someone...