drewstone

Results 223 issues of drewstone

Credits to @shekohex

I'm looking to extend an already existing gossip based protocol w/ a DKG and trying to execute the state machine for gg20's Keygen first. It seems difficult with the existing...

We are integrating this system into a blockchain using the active validators of Proof of Stake network as our participating set. While we can diagnose misbehavior using the tools of...

# Overview I'm trying to initialize a contract that holds both `Mapping`s and `ContractRef`s to other contracts. It does not seem that contract references by default implement the necessary trait...

C-bug
B-enhancement
P-low

I'm trying to test a cross-contract system implementation. A few things are unclear: - How should the contracts be created in tests if `ContractRef`'s are created in constructors. - How...

C-question

enhancement
good first issue
help wanted

I've been working on understanding an odd bug related to a SHA256 gadget apart of the ethsnarks repo. The issue can be found here: https://github.com/HarryR/ethsnarks/issues/27. In particular, on the following...

Hello, I'm very new to this repo. Is this easily extensible to multi-agent settings? A bit about the problem I want to codify: - N agents uniformly distributed on the...