Skip to content

Commit

Permalink
feat(iroha): add iroha AIO image and iroha test ledger
Browse files Browse the repository at this point in the history
1. Provides port randomization for host port binding
2. Possibility to launch from within test cases, no need for docker-compose
3. Can be linked to Postgres container via default host network interface instead docker networks
4. Updates entrypoint.sh via jq and thus configuration file based on Postgres environment variables
5. In this way, implements a workaround to the FILE -> ENV configuration precedence of Iroha

Signed-off-by: hxlaf <xuhan@lafayette.edu>
  • Loading branch information
hanxu12 authored and petermetz committed Aug 26, 2021
1 parent d9c977c commit 1eb811a
Show file tree
Hide file tree
Showing 11 changed files with 1,205 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"HyperLedger",
"ipaddress",
"ipfs",
"Iroha",
"isready",
"jboss",
"JORDI",
"Keychain",
Expand Down Expand Up @@ -74,6 +76,7 @@
"openethereum",
"organisation",
"parameterizable",
"Postgres",
"protos",
"RUSTC",
"Secp",
Expand Down
Loading

0 comments on commit 1eb811a

Please sign in to comment.