Skip to content

Commit 661ba26

Browse files
committed
feat: add downstream server
Currently only keepalive and chainsync protocols are supported. There is a smoke test for the latter and the assumption that the former is tested in pallas. Some work has also been done in the Makefile to make it easier to have multiple Amaru nodes running in the project root directory. An architecture diagram has been added to the amaru-consensus README.
1 parent e54b51f commit 661ba26

File tree

19 files changed

+1803
-2149
lines changed

19 files changed

+1803
-2149
lines changed

.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ target/
1414
*.pdb
1515

1616
# Default database location for the ledger
17-
ledger.db
17+
/*ledger.db/
1818

1919
# Default database location for the consensus
20-
chain.db
20+
/*chain.db/
2121

2222
# Insta not-yet reviewed snapshots
2323
*.snap.new
@@ -35,3 +35,7 @@ coverage/
3535
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
3636
.idea/
3737
*~
38+
39+
# Cardano node support files
40+
/cardano-node-config/
41+
/snapshots/

0 commit comments

Comments
 (0)