Yawning Angel

Results 108 comments of Yawning Angel

Our patches: * [x] Revert "p2p: Fix "Unknown Channel" bug on CustomReactors (tendermint#… * [x] replay: add debug option to skip corrupted messages in WAL replay * [ ] node:...

Per a meeting: * Detecting when duplicate keys appear on the network (to detect key compromise and or misconfiguration).

https://github.com/oasisprotocol/curve25519-voi/pull/114

I'm not sure what sort of migration is required. The genesis doc sanity check in my branch checks that the burn address is empty. If someone does happen to use...

Isn't the solution to this, to not log at the debug level?

Patches accepted (This isn't going to happen anywhere in the near future).

Since the SDK cli can interact with ledger devices, and I added the ability to use the SDK cli binary as a `signers/remote` endpoint over AF_LOCAL, I think that the...

While we're here, we should explicity reject the MRSIGNER value `9affcfae47b848ec2caf1c49b4b283531e1cc425f93582b36806e52a43d78d1a` (https://github.com/fortanix/rust-sgx/blob/master/enclave-runner/src/dummy.key). For my future reference more than anything else `MRSIGNER` is derived from the SHA256 digest of the little...

The majority of the work required to support this has been done via #2893. The remaining concerns are primarily policy based, as the node will happily accept detached per-generated SIGSTRUCTs...

Note: Someone that's not me should be the one that ultimately implements this. The DCAP (ECDSA) based attestation process looks moderately straight forward. Although I have no idea how easy...