Skip to content

Commit

Permalink
Merge develop (#236)
Browse files Browse the repository at this point in the history
* Add smoke tests for each network

Signed-off-by: nikolay <[email protected]>

* Edit ci

Signed-off-by: nikolay <[email protected]>

* Bump versions

Signed-off-by: nikolay <[email protected]>

* Edit ci

Signed-off-by: nikolay <[email protected]>

* Edit ci

Signed-off-by: nikolay <[email protected]>

* Fix local node occasionally fails to start (#203)

* wait before generating accounts

Signed-off-by: georgi-l95 <[email protected]>

* bump sdk version

Signed-off-by: georgi-l95 <[email protected]>

* bump sdk version

Signed-off-by: georgi-l95 <[email protected]>

* test

Signed-off-by: georgi-l95 <[email protected]>

* check if network node is started

Signed-off-by: georgi-l95 <[email protected]>

Signed-off-by: georgi-l95 <[email protected]>

* Add environment readiness test flow (#188)

Add environment readiness test flow

Signed-off-by: georgi-l95 <[email protected]>

* Add feature flag for atomicCryptoTransfer (#210)

Signed-off-by: nikolay <[email protected]>

Signed-off-by: nikolay <[email protected]>

* bump version 2.1.3

Signed-off-by: georgi-l95 <[email protected]>

* feat: add a flag to control relay rate limit (#206)

Signed-off-by: Ivo Yankov <[email protected]>

Signed-off-by: Ivo Yankov <[email protected]>

* feat: add option to enable dev mode (#214)

Signed-off-by: Ivo Yankov <[email protected]>

Signed-off-by: Ivo Yankov <[email protected]>

* fix: add missing env vars (#221)

Signed-off-by: Ivo Yankov <[email protected]>

* Record file debugging tool (#217)

* wip: add a record parsing command

Signed-off-by: Ivo Yankov <[email protected]>

* wip: parse records from inside network node

Signed-off-by: Ivo Yankov <[email protected]>

* chore: temporarily add java build files

Signed-off-by: Ivo Yankov <[email protected]>

* chore: code cleanup

Signed-off-by: Ivo Yankov <[email protected]>

* chore: re-ignore compile directory

Signed-off-by: Ivo Yankov <[email protected]>

* feat: input validation

Signed-off-by: Ivo Yankov <[email protected]>

* nit: resolve code smells

Signed-off-by: Ivo Yankov <[email protected]>

* fix: debug tooltip

Signed-off-by: Ivo Yankov <[email protected]>

* fix: changed record file selection logic

Signed-off-by: Ivo Yankov <[email protected]>

* fix: load env vars at correct time

Signed-off-by: Ivo Yankov <[email protected]>

Signed-off-by: Ivo Yankov <[email protected]>

* Official hedera explorer image (#222)

* chore: bump version

Signed-off-by: Ivo Yankov <[email protected]>

* update explorer image registry

Signed-off-by: Ivo Yankov <[email protected]>

Signed-off-by: Ivo Yankov <[email protected]>

* Fix ports mapping (#234)

Signed-off-by: nikolay <[email protected]>

Signed-off-by: nikolay <[email protected]>

* Bump the relay image version (#235)

Signed-off-by: nikolay <[email protected]>

Signed-off-by: nikolay <[email protected]>

* audit fix

Signed-off-by: nikolay <[email protected]>
Signed-off-by: georgi-l95 <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
Co-authored-by: nikolay <[email protected]>
Co-authored-by: Ivo Yankov <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2022
1 parent 28786de commit d2f9148
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configs/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"havegedImageTag": "0.32.0-alpha.1",
"uploaderImageTag": "0.7.0",
"mirrorImageTag": "0.67.0-rc1",
"relayImageTag": "0.10.0",
"relayImageTag": "0.12.0",
"mirrorNodeExplorerImageTag": "latest",
"timeout": "180s",
"pythonVersion": "python3.7",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ services:
image: "${MIRROR_NODE_EXPLORER_IMAGE_PREFIX}hedera-mirror-node-explorer:${MIRROR_NODE_EXPLORER_IMAGE_TAG}"
restart: "unless-stopped"
ports:
- "9090:80"
- "9090:8080"

web3:
image: "${MIRROR_IMAGE_PREFIX}hedera-mirror-web3:${MIRROR_IMAGE_TAG}"
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d2f9148

Please sign in to comment.