- 30 Jul, 2021 1 commit
-
-
Andrew Thompson authored
-
- 29 Jul, 2021 1 commit
-
-
Andrew Thompson authored
-
- 28 Jul, 2021 7 commits
-
-
Rahul Garg authored
- core#928
-
Rahul Garg authored
Add new hardcoded seed node
-
Mark Allen authored
-
Rahul Garg authored
Update blessed snap-941761
-
Rahul Garg authored
-
Rahul Garg authored
Add VIP router to node_aliases
-
Michael Jeffrey authored
-
- 22 Jul, 2021 2 commits
-
-
Evan Vigil-McClanahan authored
Bump core and update snap for 7/22 release
-
Evan Vigil-McClanahan authored
-
- 21 Jul, 2021 6 commits
-
-
Evan Vigil-McClanahan authored
Upgrade to hbbft version without PBC encryption support
-
Evan Vigil-McClanahan authored
-
Siraaj Khandkar authored
-
Abhay Kumar authored
Add audit for var-78
-
Rahul Garg authored
-
Rahul Garg authored
-
- 20 Jul, 2021 4 commits
-
-
Evan Vigil-McClanahan authored
validator 1.1.0
-
Evan Vigil-McClanahan authored
- add more predicates for gossip peers - add bloom gossip - retune connections - update core to have new vars
-
Abhay Kumar authored
Add audit for var-77
-
Rahul Garg authored
-
- 19 Jul, 2021 12 commits
-
-
Abhay Kumar authored
Add audit-76
-
Rahul Garg authored
-
Marc Nijdam authored
Clean up JSON/RPC API for proper use of errors and data types.
-
Jeremy Cooper authored
-
Rahul Garg authored
- core#880
-
Rahul Garg authored
Add snap, global follow mode
-
Evan Vigil-McClanahan authored
-
Evan Vigil-McClanahan authored
-
Marc Nijdam authored
bump sibyl, grpcbox deps to pull in fix for silencing invalid_preface error logging
-
Marc Nijdam authored
add version to jsonrpc
-
andymck authored
-
lthiery authored
-
- 18 Jul, 2021 1 commit
-
-
Jeremy Cooper authored
Clean up the JSON/RPC API results so that conditional states, missing data and errors are all easier to detect programmatically. General principles: * When there is an error, make sure to consistenly use the ?jsonrpc_error() macro. * If a value is semantically boolean, make it so in the result set. Don't return a string. * If there's no particular error in a query, but there's no data for an item then try to use `null` instead of a specialized strings such as "undefined". * If a query only returns data if the validator/miner is in a specific mode, try to ensure that there is a consistently available attribute that can be checked _first_ in the result set. Don't make clients try to guess the state by checking for the existence of other items, or even worse, by checking the returned datatype. Example: `dkg_queue`. Before this change, `dkg_queue` either returned `{ "error" : "not running" }` (return type is dictionary) or `[ {"name":...,"address":...}, ... ]` (return type is array) Now returns either `{ "running": false }` or `{ "running": true, "consensus_members" : [ ... ] }`
-
- 17 Jul, 2021 3 commits
-
-
Marc Nijdam authored
add height dbus endpoint
-
Marc Nijdam authored
Implement ability to query stats for a single validator.
-
Jeremy Cooper authored
-
- 16 Jul, 2021 3 commits
-
-
Benoit Duffez authored
-
Abhay Kumar authored
add block age dbus endpoint
-
Evan Vigil-McClanahan authored
-