DavidM-D

Results 21 issues of DavidM-D

[Rendered](https://github.com/near/NEPs/blob/random-nonces/neps/nep-0522.md)

WG-protocol
S-draft/needs-implementation
A-NEP
WG-tools
S-review/needs-wg-to-assign-sme

The purpose of this issue is to explain product requirements of Chain Signatures. We don't go into implementation details because those are changeable. ## Description Chain Signatures allow for a...

Right now we're using a single indexer to run the whole network. If that indexer starts generating fake transactions, all the signing parties will pick up those fake transactions. We...

Near BOS
Emerging Tech

There's a [thread here](https://near.zulipchat.com/#narrow/stream/295302-general/topic/Random.20Beacon.20nearcore/near/426458103), describing the correct way to extract randomness from the VRF. We need to work out whether we're including the VRF proof or whether we're correctly extracting...

Near BOS
Emerging Tech

We have [this security vulnerability](https://github.com/near/mpc-recovery/issues) registered on dependabot. This issue doesn't effect us because we use an old version to tokio, but should we update it will. Updating tokio will...

Near BOS
Emerging Tech

While working on #412 I noticed that there are about 3 times as many messages getting sent as I'd expect when running [this test](https://github.com/near/mpc-recovery/tree/c60d027a742412c75b92d6652ebe85a26c60a8fc/node/src/protocol/triple.rs). When running 10 nodes there are...

Near BOS
Emerging Tech

### Description We don't currently do this and it would make us fail faster and probably help with security

Near BOS
Emerging Tech

Right now it's terrifically difficult not to write certain types of tests that are flaky. An example of this is [here](https://github.com/near/mpc-recovery/pull/412/files#diff-ba268cf45ac70c3337fe76db7a8d0aebd280c53323d8fb3d2f5a89d6fdcf2524R395). Since the entropy generated is different each run this...

Near BOS
Emerging Tech

Currently working on this. Should the discussion/documentation of this live in the MPC repo @volovyks ?