Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
de45e5d
Update NODE_RUNNING.md with requirements for different profiles
max-sanchez Apr 2, 2025
cd9f26e
Add images for localnode running
max-sanchez Apr 2, 2025
b4fc904
Docker profile information
max-sanchez Apr 2, 2025
89708c2
Update images for localnode running
max-sanchez Apr 2, 2025
1e90514
Update images for localnode running to PNG
max-sanchez Apr 2, 2025
09067e6
Update images for localnode
max-sanchez Apr 2, 2025
5b608e3
Update links and other misc. documentation
max-sanchez Apr 2, 2025
f79fc64
Add image for overall Hemi network components
max-sanchez Apr 2, 2025
68fd276
Add image of overall Hemi network daemon stack
max-sanchez Apr 2, 2025
eaeacc7
Replace png with svg
max-sanchez Apr 2, 2025
5f70cd7
png -> svg
max-sanchez Apr 2, 2025
7d77535
Add l1 profile information + image
max-sanchez Apr 2, 2025
98e9731
Lots of doc updates
max-sanchez Apr 2, 2025
e3d89a9
Add hemi-min Docker profile and update `op-node` command line arguments
max-sanchez Apr 2, 2025
9c376db
Update bring your own l1 instructions
max-sanchez Apr 2, 2025
dd99486
Update op-node images
max-sanchez Apr 2, 2025
ca92c9e
Added quickstart summary
max-sanchez Apr 2, 2025
0a2f073
Update Table of Contents
max-sanchez Apr 2, 2025
bef98b5
sh -> bash in gen-files.sh
max-sanchez Apr 2, 2025
f26b07f
Formatting fix
max-sanchez Apr 2, 2025
667bc2e
Update op-node images
max-sanchez Apr 2, 2025
7ceb52b
Update op-geth images after merging hVM snap sync behavior
max-sanchez Apr 2, 2025
eac52ad
localnode: reformat node running docs
joshuasing Apr 2, 2025
debd0e5
localnode: add recommendation to monitor disk
joshuasing Apr 2, 2025
1a2a51b
localnode: split http/ssh clone
joshuasing Apr 2, 2025
cdd80d6
localnode: grammatical edits for components/profiles sections
joshuasing Apr 2, 2025
c878f15
localnode: edits for docker profiles last tip/notes
joshuasing Apr 2, 2025
b2d3bb5
localnode: make security warning a CAUTION alert
joshuasing Apr 2, 2025
2e570a0
localnode: fix typo and edit node sync type notes
joshuasing Apr 2, 2025
0ef56fb
localnode: make title capitalisation consistent
joshuasing Apr 2, 2025
b5cf65e
localnode: make gen-files.sh POSIX compatible and use /bin/sh
joshuasing Apr 2, 2025
d1650c5
localnode: make heminode.sh POSIX compatible
joshuasing Apr 2, 2025
d902ad6
Minor edits and fixes
max-sanchez Apr 3, 2025
9ea7071
Add mainnet static nodes
max-sanchez Apr 3, 2025
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
Prev Previous commit
Next Next commit
Update op-node images
  • Loading branch information
max-sanchez committed Apr 2, 2025
commit 667bc2e5640a24dc8ffc4ab8755edbe8f11ba5d5
2 changes: 1 addition & 1 deletion localnode/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ services:
# Hemi op-node
op-node:
# yamllint disable-line rule:line-length
image: "ghcr.io/hemilabs/op-node:e79d444@sha256:c2757007112d81c2db1f0ad52cf12e1a3f2bf8313df434d9533abbf29b8b9d04"
image: "ghcr.io/hemilabs/op-node:9dc3004@sha256:fbbed98c8d9f8b1de1eb426b84b38c5df4fe2e04e9c757f4734dc1009d253b3e"
platform: linux/amd64
profiles: ["hemi", "hemi-min", "full"]
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion localnode/docker-compose_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ services:
# Hemi op-node
op-node:
# yamllint disable-line rule:line-length
image: "ghcr.io/hemilabs/op-node:e79d444@sha256:c2757007112d81c2db1f0ad52cf12e1a3f2bf8313df434d9533abbf29b8b9d04"
image: "ghcr.io/hemilabs/op-node:9dc3004@sha256:fbbed98c8d9f8b1de1eb426b84b38c5df4fe2e04e9c757f4734dc1009d253b3e"
platform: linux/amd64
profiles: ["hemi", "hemi-min", "full"]
depends_on:
Expand Down