- 15 Jul, 2021 7 commits
-
-
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
-
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 7 commits
-
-
Andrew Thompson authored
Audit 74
-
Rahul Garg authored
-
Rahul Garg authored
-
Rahul Garg authored
Update core and add new snap-920076
-
Evan Vigil-McClanahan authored
-
Andrew Boudreau authored
-
Andrew authored
-
- 12 Jul, 2021 5 commits
-
-
Andrew Thompson authored
If a node does not get its proposal into a round have it start the next round early to get a jump on things. This should help with cases where the node is behind and, because it has to validate all the blocks it didn't sign, can't catch up for the whole epoch.
-
Evan Vigil-McClanahan authored
Audit 73, light gws
-
Rahul Garg authored
-
Marc Nijdam authored
Remove pbc from lockfile
-
Marc Nijdam authored
Do not expose the JSONRPC and GRPC ports on the miner docker files
-
- 11 Jul, 2021 5 commits
-
-
Rahul Garg authored
- core#910: lazy snapshot field de-serialization
-
Rahul Garg authored
Put all gateways into non-validating mode
-
Tim Cooijmans authored
-
Evan Vigil-McClanahan authored
-
Rahul Garg authored
-
- 10 Jul, 2021 1 commit
-
-
Rahul Garg authored
Bump to new snap-913684 for miner, exclude validators
-
- 09 Jul, 2021 7 commits
-
-
Evan Vigil-McClanahan authored
-
Marc Nijdam authored
Bump deps
-
Rahul Garg authored
- core: eager gossip plausible blocks - libp2p: random peer predicate
-
Marc Nijdam authored
add random peer predicate
-
Evan Vigil-McClanahan authored
-
Andrew authored
-
Rahul Garg authored
Add audit-72, num_consensus_members=40
-