John M. Jones
John M. Jones
Fixes #659 This PR adds 3 command line options to witness_node: 1. `accept-incoming-connections` will allow peers to request a connection to your node (default is true). Set to false, your...
**User Story** As a `developer` I want `to use fc::fstream` so that `it works like most other fstream library classes/functions`. **Impacts** - [ ] API (the application programming interface) -...
A "would_block" asio error when logging could needlessly throw, and should probably be ignored. See https://github.com/EOSIO/eos/pull/2458 also https://github.com/EOSIO/eos/commit/9224efeaa8e47a124996c8e8f849ecd1eb85b224 Moved from #997 as it is a separate issue.
Fixes #2150 To Do: - [ ] Assure that static `dummy` gets added to parameters (unit test needed)
As stated here: https://github.com/bitshares/bitshares-core/issues/995#issuecomment-450638713 , sizeof() can return a platform-dependent result. This can endanger consensus, if one node rejects a (block | transaction) due to size, but another accepts it....
This PR will adjust the language and add a few details to PR #115 to hopefully clarify the desires of the BSIP.
LVGL fonts are mentioned in the README as a TODO. Has there been progress? I would like (probably need) this for my project, and would be willing to take a...