mirror of
https://github.com/QuilibriumNetwork/ceremonyclient.git
synced 2026-02-21 10:27:26 +08:00
* v2.1.0 [omit consensus and adjacent] - this commit will be amended with the full release after the file copy is complete * 2.1.0 main node rollup
14 lines
540 B
Plaintext
14 lines
540 B
Plaintext
This repository is forked from the mainline EMP repository. The changes are minimal,
|
|
but resolve some issues with respect to specific architectures, and notable bugs.
|
|
|
|
Structure is preserved, so to track differences, you can run in a directory above
|
|
the project root (e.g., ~/source/):
|
|
|
|
git clone https://github.com/emp-toolkit/emp-tool.git
|
|
git clone https://github.com/emp-toolkit/emp-ot.git
|
|
|
|
diff -ry --suppress-common-lines emp-tool ceremonyclient/emp-tool
|
|
diff -ry --suppress-common-lines emp-ot ceremonyclient/emp-ot
|
|
|
|
|