- 19 Jul, 2021 8 commits
-
-
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
-
- 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 9 commits
-
-
Benoit Duffez authored
-
Abhay Kumar authored
add block age dbus endpoint
-
Evan Vigil-McClanahan authored
-
Benoit Duffez authored
-
Evan Vigil-McClanahan authored
-
Marc Nijdam authored
Implement hbbft_perf for JSONRPC.
-
Marc Nijdam authored
JSON/RPC string fixes
-
Rahul Garg authored
Audit 75
-
Marc Nijdam authored
-
- 15 Jul, 2021 10 commits
-
-
Jeremy Cooper authored
-
Jeremy Cooper authored
Remove the "verbose" option from the ledger_validators call and make the items it returns (nonce and name) part of the normal result set.
-
Jeremy Cooper authored
Update the `ledger_validators` call to: * Return more JSON-native datatypes, especially integers and floats, where possible. * Always include an `address` element * Optionally include a `name` element and `nonce` element if the `verbose` parameter is set. This output is slightly different than the previous version, which would return the validator address in `validator_address`, and even then, only if `verbose` had been set. I believe that `address` is a critical identity property to the validator, not an optional one. Human-readable angry-purple-tiger name, on the other hand, is optional instead.
-
Jeremy Cooper authored
Fix the `ledger_validators` method so that the return type of the "name" attribute for a validator appears properly in the JSON results as a string instead of a list of integers. Also add the validator's address to the result set, since that is an important identifier to have. Fixes helium/miner#908.
-
Jeremy Cooper authored
Fix several points in the JSON/RPC interface where items which should be strings in JSON are instead appearing as lists of integers in result sets. Likewise, fix an issue in the opposite direction, for `get_account`, where the account address wasn't being B58 decoded before being handed off to the ledger for querying.
-
Jeremy Cooper authored
-
Jeremy Cooper authored
Remove the "verbose" option from the ledger_validators call and make the items it returns (nonce and name) part of the normal result set.
-
Evan Vigil-McClanahan authored
-
Jeremy Cooper authored
Implement the `hbbft_perf` for JSON/RPC use, as requested in helium/miner #873. A large portion of this code originally lived entirely within `miner_cli_hbbft.erl`, so rather than duplicate it, the essential information gathering now happens in `miner_util.erl` (per Evan's suggestion) and is then parsed and formatted in different ways by the CLI (`miner_cli_hbbft.erl`) and the JSON/RPC handler (`miner_jsronrpc_hbbft.erl`). This is a cherry-pick commit to rescue a branch that has been screwed up by a bad rebase/merge.
-
Andrew Thompson authored
-
- 14 Jul, 2021 8 commits
-
-
Rahul Garg authored
- core#917
-
Rahul Garg authored
- core#915
-
Rahul Garg authored
- core#914 - core#918
-
Andrew Thompson authored
-
Evan Vigil-McClanahan authored
Start next round early if node does not have its proposal in
-
Andrew Thompson authored
-
Andrew Thompson authored
-
Marc Nijdam authored
fix #893 - jsonrpc p2p_status jsx encoding error
-
- 13 Jul, 2021 2 commits
-
-
Andrew Thompson authored
Audit 74
-
Rahul Garg authored
-