Freddie Coleman
Freddie Coleman
This could use better documentation to help new people see how to use it.
Currently waiting on https://github.com/coinbase/kryptology/pull/48 ### Motivation This allows Rosetta users to sign and verify payloads using a `bls12381` curve type. It supports both basic and aug with prefix by passing...
Fixes # . ### Motivation Adds BLS12-381 curve to spec with support for both Basic and Aug signature schemes. ### Solution ### Open questions
A hack was used to keep the container running. This is bad practice and should be replaced by something more robust which maintains the log output.
Only a few messages have been implemented but it would be nice to implement them all in a separate module. This could eventually be used in a complete full node...
Could potentially request transactions from peers and use that data to create a mempool chart. Currently a speculative idea and low priory until people start caring about transaction fees.
Was not needed as connections are generally quite short. For longer lived connections I have never actually seen a disconnection caused by not ponging a ping - not sure if...
In `processPeer` a child logger is created that gives some context to the log lines. It would be nice to apply this to other areas so any log lines about...
### Purpose: We currently generate a `config.yaml` for the simulator which sets `GENESIS_CHALLENGE` but not `AGG_SIG_ME_ADDITIONAL_DATA`. This results in the simulator defaulting to using the mainnet genesis challenge as the...