Gonçalo Pestana
Gonçalo Pestana
This PR starts bounding the EPM storage structs. This is a pre-requisite for the staking parachain since the worst case PoV calculation depends on bounded storage types (the [`StorageInfoTrait`](https://paritytech.github.io/substrate/master/frame_support/traits/trait.StorageInfoTrait.html) must...
Currently, we calculate and update the `MinimumUntrustedScore` manually by calling [`Call::set_untrusted_min_score`](https://github.com/paritytech/substrate/blob/master/frame/election-provider-multi-phase/src/lib.rs#L955). Historically, the `MinimumUntrustedScore` value has calculated by fetching the last 30 election scores and halving their average. This approach...
This PR implements a generic BaseDeposit calculation for signed submissions, based on the size of the submission queue. It adds a new associated type to EPM's config, `type SignedDepositBase`, that...
https://github.com/paritytech/substrate/pull/13983
Companion for https://github.com/paritytech/substrate/pull/14582
https://github.com/paritytech/substrate/pull/14328
As a developer I'd like to execute arbitrary functions when a host receives a dht message. For example, when the node processes an incoming `GET_VALUE` message, I'd like to spawn...
## Blockchain is Watching You: Profiling and Deanonymizing Ethereum Users - Account-based model is inferior than UTXO model from a privacy perspective; “quasi-identifiers” to tag users based on account addresses...
Buffer of paper on `{privacy, security, P2P, decentralised systems}` to read next. Summaries , notes and bibliography at https://github.com/gpestana/p2psec/tree/master/research
Measuring privacy in P2P networks is hard but important to study and design privacy preserving P2P systems. ### to read list - [x] Towards measuring anonymity (C Dıaz, et. al)...