Skip to content

Commit

Permalink
Merge pull request #25 from WadeBarnes/node-1.12.4
Browse files Browse the repository at this point in the history
Fix node startup crashing issue with large ledgers.
  • Loading branch information
andrewwhitehead authored Sep 7, 2021
2 parents bfbe03f + 15ebe83 commit d99bc4e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ The following images include Python 3.6, the Indy SDK library and Python wrapper

## Indy Node images

These images include the Indy Node library for hosting an Indy ledger node or pool. Also included are Python 3.5, the Indy SDK library and Python wrapper, Indy CLI, and the `postgres_storage` wallet storage plugin. They form the basis of `von-network`.
These images include the Indy Node library for hosting an Indy ledger node or pool. Also included are Python 3.6, the Indy SDK library and Python wrapper, Indy CLI, and the `postgres_storage` wallet storage plugin. They form the basis of `von-network`.

| Image tag | indy-node version | indy-sdk version | python version |
|-------------------|----------------------------|----------------------------|----------------------------|
| node-1.12-4 | 1.12.4 | 1.16.0 | 3.6.9 |
| node-1.12-3 | 1.12.3 | 1.15.0 | 3.6.9 |
| node-1.12-2 | 1.12.2 | 1.14.1 | 3.6.9 |
| node-1.9-4 | 1.9.2 (gettext added) | 1.11.1 | 3.5.7 |
Expand Down
7 changes: 4 additions & 3 deletions make_node_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,12 @@
"path": "node-1.12",
"version": "node-1.12-4",
"args": {
# 1.15.0 release
"indy_sdk_url": "https://codeload.github.com/hyperledger/indy-sdk/tar.gz/f85afd2f94959eb59522e5dda160d2c7fdd1a4ba",
# 1.16.0 release
"indy_sdk_url": "https://codeload.github.com/hyperledger/indy-sdk/tar.gz/b4b330ef326958d593ab42e25679c2dcd655494c",
# 0.3.2
"ursa_url": "https://codeload.github.com/hyperledger/ursa/tar.gz/394bcdf1413ac41793e96175d46d745ed6ffd970",
"rust_version": "1.40.0",
"rocksdb_lib_ver":"5.8.fb",
"rust_version": "1.46.0",
},
"python_version": PY_36_VERSION,
},
Expand Down
2 changes: 2 additions & 0 deletions node-1.12/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ aiosqlite~=0.13.0
base58~=1.0.0
cchardet~=2.1.0
rlp~=0.6.0
cython
python-rocksdb==0.7.0
indy-node==1.12.4
git+https://github.com/hyperledger/indy-plenum.git@0bbf5c84fc11290cee4272649eb8288de0fa756d#egg=indy-plenum

0 comments on commit d99bc4e

Please sign in to comment.