factomd icon indicating copy to clipboard operation
factomd copied to clipboard

Factom Daemon

Results 41 factomd issues
Sort by recently updated
recently updated
newest added

Bumps [gopkg.in/yaml.v2](https://github.com/go-yaml/yaml) from 2.2.5 to 2.2.8. Commits 53403b5 Optimize cases with long potential simple_keys (#555) 1f64d61 Fix issue in simple_keys improvements (#548) a95acef Update travis config to use latest go...

dependencies

After typing in sudo make I get this error `/bin/sh: 1: go: not found` Same thing for make install

factomd/util/config.go contains quite a number of warnings that can be easily resolved making the code cleaner

When building from sources in docker-compose it fails to properly resolve git tags and attach correct version value; this happened due to this change https://github.com/FactomProject/factomd/blame/328a1ea51a992ed2b58e1ad7d9043b2d9a9457b8/Makefile#L1 and not noticeable if the...

Needs to go into the next release - no rollup created for that yet

Factom uses a replay filter to invalidate messages that are "too old" or "too new". "too old" is defined as more than one hour prior to the current directory block...

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...

Currently factomd anchors API supports only BTC and ETH anchors, which are used into Factom Mainnet. If there is a custom network (e.g. community testnet or any private network), it...