Yawning Angel
Yawning Angel
> The proxy service should require that the participant posts the quote to obtain a PCK certificate (instead of just the PPID). Then it could verify that MRENCLAVE/MRSIGNER match a...
https://www.intel.com/content/www/us/en/forms/basic-intel-registration.html Maybe what is required to sign up for an account, to sign up to get an API key that allows querying PCK certificates, but Intel in their infinite wisdom...
Tendermint's p2p code does not support this. See: https://github.com/tendermint/tendermint/issues/1521
Just so I hopefully remember the next time this happens before I spend a few hours trying to figure out why a entirely unrelated change suddenly starts making `e2e/runtime/txsource-multi-short`, if...
> transaction history sounds doable. oasismonitor has an endpoint for that https://oasismonitor.com/docs#operation/getTransactionsList > > I don't see anything from that API for staking rewards though. https://oasismonitor.com/docs#operation/getAccountRewards https://oasismonitor.com/docs#operation/getAccountsRewardsStat
Since our own indexer is in the works, using that for staking rewards is probably better than the calls I mentioned earlier in this ticket as well.
>if we don't bring that data into the wallet, this would be better implemented outside the wallet Kind of disagree. People expect the wallet to provide such things (I guess...
> not here to dispute what other people expect or your beliefs. it's just that someone asked point_down Yeah. I am ultimately ok with wherever this lives, as long as...
I think the last time this was discussed, partitioning the validators into buckets by voting power and shuffling inside the buckets was brought up. As an alternative, clearly indicating to...
While I am sketching out an implementation of this derivation method, I am extremely against this for a number of reasons. - They opted to actually use BIP32-Ed25519, which is...