Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Clean up outdated stuff #878

Merged
merged 4 commits into from
Aug 17, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To do this, you can either:
process completes you can then run `make && make symlink-artifacts EKIDEN_SRC_PATH=/path/to/ekiden`
and all the required artifacts will be symlinked under `.ekiden` and `.runtime`.

* Download Ekiden artifacts from CI by running `make download-artifacts`. You need to have
* (Coming soon...) Download Ekiden artifacts from CI by running `make download-artifacts`. You need to have
the correct `BUILDKITE_ACCESS_TOKEN` set up to do this.

* Manually provide the required artifacts in a custom directory and specify
Expand All @@ -31,15 +31,13 @@ where the code has been checked out.
To build everything required for running the runtime, simply execute in the
top-level directory:
```bash
$ cd /code/
$ make
```

## Running the gateway

To run a local single-node Ekiden "cluster" and a development version of the gateway, run:
```bash
$ cd /code/
$ make run-gateway
```

Expand All @@ -63,23 +61,21 @@ make devtools

To build the benchmarking version of the runtime (release build, logging suppressed, nonce checking disabled):
```bash
$ cd /code/
$ CARGO_TARGET_DIR=target_benchmark cargo build --release --features benchmark
```

Release builds of `gateway` and `genesis` are also used for benchmarking. To build, for each component:
```bash
$ cd /code/
$ cargo build -p <component> --release
```

Finally, to build the benchmarking go client with benchmarks and Rust smart
contracts:
```bash
$ cd /code/benchmark
$ cd benchmark
$ make
```

Run benchmarks by first spinning up the gateway (see previous chapter) and then
executing `/code/benchmark/benchmark -b <benchmark_name>`. Benchmarks results
executing `benchmark/benchmark -b <benchmark_name>`. Benchmarks results
will be reported to STDOUT in JSON format.
24 changes: 0 additions & 24 deletions testnet/kx/README.md

This file was deleted.

210 changes: 0 additions & 210 deletions testnet/kx/kx.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions testnet/kx/view-compute-logs.sh

This file was deleted.