bac0f24cf7
* split up coconut module a bit * internal tool for watching dkg state and updating group contract * debug dkg state * display past dealer data * improved EpochState Display impl * display contract errors + advance epoch state * check admin * panic handler * simplify app.rs * split action enum * added new tab with logger information * new dealing display * sort by index * [fixedup] wip: updating epoch issued credentials - OG 92ade10384a6d7b6c6c222d2e29d69d3b3446a4c * storing and signing partial blinded credentials * starting cleanup * fixed coconut tests + clippy * fixed nym-api tests * removed dkg-manager tool it was moved to a different branch * implemented remaining endpoints * unit tests + bug fixes * clippy * added persistent identity keys to nym-api theyre not yet announced - this will be in another PR * cargo fmt * clippy * fixed loading of old configs without storage paths set * added additional logs for blind-sign endpoint * fixed up licenses * lowercasing error variants * changed 'issued_credentials' to a post * added minimal client support * fixed the unit test
51 lines
1.0 KiB
Plaintext
51 lines
1.0 KiB
Plaintext
// Copyright 2020 - Nym Technologies SA <contact@nymtech.net>
|
|
// SPDX-License-Identifier: CC0-1.0
|
|
|
|
/targetString
|
|
**/*.rs.bk
|
|
/*/target
|
|
/test_inbox
|
|
.idea
|
|
target
|
|
.env
|
|
.env.dev
|
|
envs/devnet.env
|
|
/.vscode/settings.json
|
|
validator/.vscode
|
|
sample-configs/validator-config.toml
|
|
scripts/deploy_qa.sh
|
|
scripts/run_gate.sh
|
|
scripts/run_mix.sh
|
|
scripts/start_local_tmux_network.sh
|
|
/.floo
|
|
/.flooignore
|
|
qa-v4-topology.json
|
|
qa-v6-topology.json
|
|
v4-topology.json
|
|
v6-topology.json
|
|
/explorer/downloads/topology.json
|
|
/explorer/public/downloads/mixmining.json
|
|
/explorer/public/downloads/topology.json
|
|
/nym-wallet/dist/*
|
|
/clients/validator/examples/nym-driver-example/current-contract.txt
|
|
validator-api/v4.json
|
|
validator-api/v6.json
|
|
**/node_modules
|
|
validator-api/keypair
|
|
contracts/mixnet/code_id
|
|
contracts/mixnet/Justfile
|
|
contracts/mixnet/Makefile
|
|
validator-config
|
|
*.patch
|
|
validator-api-config.toml
|
|
dist
|
|
storybook-static
|
|
envs/qwerty.env
|
|
.parcel-cache
|
|
**/.DS_Store
|
|
cpu-cycles/libcpucycles/build
|
|
foxyfox.env
|
|
|
|
.next
|
|
ppa-private-key.b64
|
|
ppa-private-key.asc |