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

99.1.0-disabled-opcodes crashes on first block #636

Open
pinheadmz opened this issue Oct 8, 2024 · 4 comments
Open

99.1.0-disabled-opcodes crashes on first block #636

pinheadmz opened this issue Oct 8, 2024 · 4 comments

Comments

@pinheadmz
Copy link
Contributor

...
2024-10-08T01:10:14.818635Z [net] got inv: block 00000098b79136dd77f00198f7f84c6e2494843b1dac386a3beedbf2d4af6284  have peer=6
2024-10-08T01:10:14.818665Z [net] sending sendheaders (0 bytes) peer=6
2024-10-08T01:10:14.818930Z [net] received: getheaders (69 bytes) peer=5
2024-10-08T01:10:14.818950Z [net] getheaders -1 to end from peer=5
2024-10-08T01:10:14.818974Z [net] sending headers (1 bytes) peer=5
2024-10-08T01:10:14.819501Z [net] received: getheaders (69 bytes) peer=8
2024-10-08T01:10:14.819521Z [net] getheaders -1 to end from peer=8
2024-10-08T01:10:14.819549Z [net] sending headers (1 bytes) peer=8
2024-10-08T01:10:14.819771Z [net] received: headers (1 bytes) peer=10
2024-10-08T01:10:14.819864Z [net] received: getheaders (69 bytes) peer=10
2024-10-08T01:10:14.819892Z [net] getheaders -1 to end from peer=10
2024-10-08T01:10:14.819902Z [net] sending headers (1 bytes) peer=10
2024-10-08T01:10:14.820484Z [net] received: headers (82 bytes) peer=9
2024-10-08T01:10:14.821960Z [net] received: inv (37 bytes) peer=1
2024-10-08T01:10:14.821981Z [net] got inv: block 00000098b79136dd77f00198f7f84c6e2494843b1dac386a3beedbf2d4af6284  have peer=1
2024-10-08T01:10:14.822056Z [net] sending sendheaders (0 bytes) peer=1
2024-10-08T01:10:14.822369Z [net] received: inv (37 bytes) peer=7
2024-10-08T01:10:14.822414Z [net] got inv: block 00000098b79136dd77f00198f7f84c6e2494843b1dac386a3beedbf2d4af6284  have peer=7
2024-10-08T01:10:14.822428Z [net] sending sendheaders (0 bytes) peer=7
2024-10-08T01:10:14.823567Z [net] received: block (362 bytes) peer=9
2024-10-08T01:10:14.823705Z [net] received block 00000098b79136dd77f00198f7f84c6e2494843b1dac386a3beedbf2d4af6284 peer=9
Assertion failed: false (script/interpreter.cpp: EvalScript: 472)
Stream closed EOF for default/tank-0004-red (bitcoincore)

@willcl-ark
Copy link
Contributor

willcl-ark commented Oct 8, 2024

I can't repro this. tank-0001 is running tag: '99.1.0-disabled-opcodes' and it's reading blocks just fine. Running locally on regtest.

Also, be sure to pull new images from dockerhub, as I updated a few of them. Perhaps this is the part we should automate or offer to do as an inquirer option during deploy?

image

image

@pinheadmz
Copy link
Contributor Author

try on signet?

@willcl-ark
Copy link
Contributor

How do I enable signet?

@pinheadmz
Copy link
Contributor Author

There is a signet test you can use. I saw this failure while testing out Galen Eros

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