Skip to content

Commit f5030f4

Browse files
Add chain (#2)
* setup scaffold * add files * update to notarized/finalized * add timestamp verify * setup imports * move config into engine * work on YAML-compatible config * move namespaces * update types version * parse share/identity * setup main * validator compiles * add consts for hardcoded params * setup group key * setup compiles * add instructions * add assets to ignore * update build path * fix copy path * use threshold to validate identity * add custom dashboard * spread out network * change peer count * add more bootstrappers * keep versions synchronized * update versions * test more nodes * update chain link * remove non-enabled * add region * try 10 nodes
1 parent 15f7956 commit f5030f4

29 files changed

+8563
-603
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ jobs:
2222
continue-on-error: true
2323
env:
2424
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
25+
- name: Publish chain
26+
run: cargo publish --manifest-path chain/Cargo.toml
27+
continue-on-error: true
28+
env:
29+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
*.swp
22
*.DS_Store
33
/target
4-
*.vscode
4+
*.vscode
5+
/chain/assets

0 commit comments

Comments
 (0)