1ac262ec90
* Initial commit * Cherry pick from develop * Keep track of fragments * A bunch of data formats, graphs * Use mix_id for display * Proper API routes * Add openapi + swagger ui * Update locustfile * Add node stats endpoint * Add Swagger and locust to readme * All node stats endpoint * Update dependencies to use workspace * Bunch of pedantic fixes * More version updates, fmt * More lints * Add new_from_env for NymTopology * Nym API endpoint to submit monitoring results (#4616) * Nym API endpoint to submit monitoring results * Add gateway monitoring results * Cleanup, ergonomics * Weaponize * Finalize results submissions * Monitor message signing and verification * Update README * Axum graceful shutdown * More grtacefulness * Restructure result submission * Less fragile routes * Remove gateway unique index on node_id
54 lines
1.1 KiB
Plaintext
54 lines
1.1 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
|
|
nym-network-monitor/topology.json
|
|
nym-network-monitor/__pycache__
|
|
nym-network-monitor/*.key |