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

EVM Rollup + DAL Nodes support #579

Merged
merged 70 commits into from
Dec 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
fced193
introduce smart rollups statefulsets
nicolasochem Apr 15, 2023
bbf5487
ensure it starts
nicolasochem Apr 15, 2023
a538c02
fix rpc endpoint
nicolasochem Apr 15, 2023
ac8e372
add bootstrap param injection
nicolasochem May 3, 2023
b936ecb
add an empty boot sector for now
nicolasochem May 4, 2023
267c75d
put bootstrap rollup params that work in values.yaml example
nicolasochem May 17, 2023
6b2e5b0
fix example
nicolasochem May 28, 2023
a73a341
remove leftover signer code
nicolasochem May 28, 2023
41ebc13
add rollup ingress
nicolasochem May 28, 2023
f018884
set path type properly
nicolasochem May 29, 2023
f17a9d2
make rollup node listen on 0.0.0.0
nicolasochem May 31, 2023
7950c49
use debug container, pass boot sector of evm rollup
nicolasochem May 31, 2023
d0f63b1
use debug image in chain initiator to inject wasm
nicolasochem May 31, 2023
8c33ac7
make debug image work
nicolasochem May 31, 2023
63bca97
put hex of kernel in activation
nicolasochem May 31, 2023
cd21109
add debug statements
nicolasochem May 31, 2023
ae62943
fix typo
nicolasochem May 31, 2023
a0974ee
fix enumerate
nicolasochem May 31, 2023
5f98486
revert config gen changes as the rollup is not in utils container
nicolasochem May 31, 2023
6893519
add a function to replace file with its content in hex
nicolasochem Jun 1, 2023
be07479
remove sleep
nicolasochem Jun 1, 2023
9a769db
add evm proxy
nicolasochem Jun 1, 2023
ecc6c27
add evm proxy script
nicolasochem Jun 1, 2023
6c1a232
add "run" to evm-proxy cmd
nicolasochem Jun 1, 2023
c14f56d
add evm proxy service
nicolasochem Jun 1, 2023
eecc09b
add ingress for evm proxy
nicolasochem Jun 1, 2023
1fe5e8a
add comment to chain-initiator
nicolasochem Jun 7, 2023
23d3d25
add persistent data dir for rollup node
nicolasochem Jun 7, 2023
b48dd97
support several evm rollups
nicolasochem Jun 8, 2023
2c84253
fix path type for nginx
nicolasochem Jun 9, 2023
cfbaa30
DAL initial
nicolasochem Jun 9, 2023
d5f8ebd
add service ports
nicolasochem Jun 10, 2023
8a2d0ab
new syntax for evm proxy
nicolasochem Jun 12, 2023
aba1a5a
Merge remote-tracking branch 'origin/evm_rollup' into evm_rollup
nicolasochem Jun 12, 2023
28f8187
fix ports, remove wrong DAL vars
nicolasochem Jun 12, 2023
3d2e62e
DAL permissions fix
nicolasochem Jun 12, 2023
aa5e27d
DAL: use unsafe SRS in config-init
nicolasochem Jun 12, 2023
ffda22e
dal node new syntax
nicolasochem Jun 15, 2023
edb23b4
Merge remote-tracking branch 'origin/master' into evm_rollup
nicolasochem Jun 20, 2023
fa9299c
add ability for the baker to pick a DAL node
nicolasochem Jun 20, 2023
811d6c6
remove debug container workaround - evm rollup is now in main container
nicolasochem Jun 20, 2023
892d955
new EVM rollup model: installer kernel + small files
nicolasochem Jun 22, 2023
9839dc7
remove usafe srs param
nicolasochem Jun 22, 2023
a5a20c5
fix xxd command
nicolasochem Jun 23, 2023
7308c14
fix xxd in activation script as well
nicolasochem Jun 26, 2023
3b6d07b
set -e: fail activation when a command fails
nicolasochem Jun 26, 2023
bf877fb
support for bootstrap profile in DAL
nicolasochem Jul 28, 2023
cecb905
fix newlines in dal script
nicolasochem Jul 28, 2023
3e749f3
switch to --mode dev on evm proxy
nicolasochem Sep 14, 2023
945e698
switch to universal smart rollup node (instead of proto-dependent)
nicolasochem Sep 18, 2023
5db2e15
ensure you can add annotations to your evm proxy and evm node
nicolasochem Sep 28, 2023
a79d589
proper match for annotation
nicolasochem Sep 29, 2023
abcef9f
add option to pass public IP to dal nodes
nicolasochem Oct 10, 2023
4c8766e
add ability to pass attester profiles to DAL node
nicolasochem Oct 10, 2023
bd10f33
dal: add ability to specify peer
nicolasochem Oct 10, 2023
ea864f0
new evm proxy CLI
nicolasochem Oct 31, 2023
191040e
actually mondaynet doesn't have evm rollup
nicolasochem Oct 31, 2023
197c8c9
remove --mode dev for evm proxy
nicolasochem Nov 1, 2023
f69fc07
put evm proxy in dev mode again
nicolasochem Nov 2, 2023
80af9d2
Merge branch 'master' into evm_rollup
nicolasochem Nov 15, 2023
4f7f5e6
replace `--version dev` with `--devmode`
nicolasochem Nov 15, 2023
59a1fc9
fix disappearing ingress issue
nicolasochem Nov 23, 2023
20b7564
DAL update to 50Gi
nicolasochem Dec 3, 2023
e1a6dba
Merge branch 'master' into evm_rollup
nicolasochem Dec 8, 2023
2f5ac91
Merge branch 'master' into evm_rollup
nicolasochem Dec 8, 2023
230e93d
DAL comments
nicolasochem Dec 8, 2023
8377099
optional hardcoded identity for DAL nodes
nicolasochem Dec 9, 2023
4ea8e52
add ability to set storage size of dal nodes in values.yaml
nicolasochem Dec 9, 2023
5d18e9d
remove tmp changes
nicolasochem Dec 9, 2023
b414882
fix tests
nicolasochem Dec 9, 2023
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
fix newlines in dal script
  • Loading branch information
nicolasochem committed Jul 28, 2023
commit cecb9057dbb3726bb88541ca62093c6db8aa1bec
5 changes: 1 addition & 4 deletions charts/tezos/scripts/dal-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ if [ ${BOOTSTRAP_PROFILE} == "true" ]; then
fi


CMD="$TEZ_BIN/octez-dal-node \
run \
${extra_args} \
--data-dir ${DAL_DATA_DIR} \
CMD="$TEZ_BIN/octez-dal-node run ${extra_args} --data-dir ${DAL_DATA_DIR} \
--endpoint http://tezos-node-rpc:8732 \
--net-addr 0.0.0.0:11732 \
--rpc-addr 0.0.0.0:10732"
Expand Down