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

cannot unmarshal dump #353

Closed
kw1knode opened this issue Feb 9, 2024 · 2 comments
Closed

cannot unmarshal dump #353

kw1knode opened this issue Feb 9, 2024 · 2 comments

Comments

@kw1knode
Copy link

kw1knode commented Feb 9, 2024

go version go1.21.1 linux/amd64

v1.1.0-OP_v1.5.0-CN_v0.12.4

npm -v
10.1.0
node -v
v20.9.0
pnpm --version
8.15.1
Ubuntu 22.04.3 LTS

make devnet-up

[INFO|02-09-2024 04:47:20] Generating L1 genesis.
t=2024-02-09T04:47:23+0000 lvl=warn msg="L2OutputOracleStartingBlockNumber is 0, should only be 0 for fresh chains"
t=2024-02-09T04:47:23+0000 lvl=warn msg="L2OutputOracleStartingTimestamp is 0"
t=2024-02-09T04:47:23+0000 lvl=warn msg="RequiredProtocolVersion is empty"
t=2024-02-09T04:47:23+0000 lvl=warn msg="RecommendedProtocolVersion is empty"
t=2024-02-09T04:47:23+0000 lvl=crit msg="Application failed"                   message="cannot unmarshal dump: json: cannot unmarshal string into Go struct field DumpAccount.accounts.nonce of type uint64"
exit status 1
Traceback (most recent call last):
  File "/root/optimism/./bedrock-devnet/main.py", line 9, in <module>
    main()
  File "/root/optimism/./bedrock-devnet/main.py", line 5, in main
    devnet.main()
  File "/root/optimism/bedrock-devnet/devnet/__init__.py", line 120, in main
    devnet_deploy(paths)
  File "/root/optimism/bedrock-devnet/devnet/__init__.py", line 191, in devnet_deploy
    run_command([
  File "/root/optimism/bedrock-devnet/devnet/__init__.py", line 352, in run_command
    return subprocess.run(
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['go', 'run', 'cmd/main.go', 'genesis', 'l1', '--deploy-config', '/root/optimism/packages/contracts-bedrock/deploy-config/devnetL1.json', '--l1-allocs', '/root/optimism/.devnet/allocs-l1.json', '--l1-deployments', '/root/optimism/.devnet/addresses.json', '--outfile.l1', '/root/optimism/.devnet/genesis-l1.json']' returned non-zero exit status 1.
make: *** [Makefile:131: devnet-up] Error 1```
@kw1knode
Copy link
Author

kw1knode commented Feb 9, 2024

git checkout celestia-develop, built successfully

@tuxcanfly
Copy link
Collaborator

tuxcanfly commented Feb 12, 2024

Will be fixed in rebase: ethereum-optimism#9271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants