cothority
cothority copied to clipboard
Scalable collective authority
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.8.27 to 1.10.17. Release notes Sourced from github.com/ethereum/go-ethereum's releases. Ploitari (v1.10.17) This is a maintenance release. This release contains a lot of work in preparation for The...
Adds the TSM identity to the javascript library. Also can now use `npm link @dedis/kyber` in the `js/cothority` package. Before including: * rebase on main * only take `external` and...
**What this PR does** *See commit message* This PR --- 🙅 Friendly checklist: - [ ] 0. Code comments are added (or updated) when/where needed and explain the WHY of...
The following parts of the DID are missing - I'm not sure if it makes sense to implement them or not: - `darc/darc.go::IdentityDID` - `Verify` is not implemented - `darc/darc.go::Identity.Verify`...
This is a branch for Pilar to work on during her project at DuoKey.
The following addition to DARC expressions would be very nice: - `lrs_ed25519(pub1, pub2, darc1, darc2, ...)` resolves to true if a (Linkable) Ring Signature including these public-keys is received. Bonus-points...
Add a phapp readme with the commands to set up a signer account
Currently, the `bevm` ByzCoin contract supports two methods: * `credit` to credit an EVM account * `transaction` to perform an EVM transaction The latter one comprises both EVM transactions to...
`TestProxyCatchUp_Multiple_Blocks` in bypros is flaky. Running it with ``` go test -v -race TestProxyCatchUp_Multiple_Blocks -count 10 ``` on my mac while switching desktop triggers a bug quite reliably.