Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop #236

Merged
merged 23 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d860d49
Add smoke tests for each network
natanasow Oct 21, 2022
86064a2
Edit ci
natanasow Oct 21, 2022
dfc100b
Bump versions
natanasow Oct 21, 2022
ab09c4b
Merge branch 'main' into 196-add-smoke-test-for-each-network
natanasow Oct 21, 2022
4f4c80f
Edit ci
natanasow Oct 21, 2022
1fa604b
Edit ci
natanasow Oct 21, 2022
ce77833
Fix local node occasionally fails to start (#203)
georgi-l95 Oct 25, 2022
4420204
Add environment readiness test flow (#188)
georgi-l95 Oct 27, 2022
5701dc2
Merge branch 'main' into develop
natanasow Oct 28, 2022
93e6ab2
Merge branch 'develop' of https://github.com/hashgraph/hedera-local-n…
natanasow Oct 28, 2022
d1d15bd
Add feature flag for atomicCryptoTransfer (#210)
natanasow Oct 28, 2022
c8c7430
bump version 2.1.3
georgi-l95 Oct 28, 2022
0593976
feat: add a flag to control relay rate limit (#206)
Ivo-Yankov Oct 31, 2022
91bf590
feat: add option to enable dev mode (#214)
Ivo-Yankov Nov 14, 2022
e4f3565
fix: add missing env vars (#221)
Ivo-Yankov Nov 17, 2022
12d0bdc
Record file debugging tool (#217)
Ivo-Yankov Nov 17, 2022
3755939
Official hedera explorer image (#222)
Ivo-Yankov Nov 17, 2022
cdd28ad
Merge branch 'main' into develop
Ivo-Yankov Nov 17, 2022
46451a7
Fix ports mapping (#234)
natanasow Dec 1, 2022
1c086aa
Bump the relay image version (#235)
natanasow Dec 2, 2022
d183e5a
Merge branch 'main' into develop
georgi-l95 Dec 2, 2022
e97776e
audit fix
georgi-l95 Dec 2, 2022
b87c041
Merge branch 'develop' of https://github.com/hashgraph/hedera-local-n…
georgi-l95 Dec 2, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.