Haruka
Haruka
Candidate fix: #1373
The network is pretty stable now so this is not an apparent issue. However I believe in an unstable environment it will still be an issue.
`1347703880` is `0x50545448`, which should be interpreted as `"HTTP"`. This is caused by nodes accidentally connecting to RPC ports instead of P2P ports - the RPC server returns `HTTP/1.1 400...
bumping snarkVM rev to `e0462bf` would fix this provided that cuda toolkit is installed in the system (only installing cuda runtime is not enough as it doesn't include nvcc)
A QuickLook plugin?
After reading the code, I found that even `board./board_state` works (instead of `board.leo/board_state.record`) as `eat` function doesn't report error if the tokens are not there; is this intended? ~~Also, it...
Closing as ABNF definitions are in their own repo now.
Looks like it's not "out of sync"; the block 23767 simply doesn't exist on the http sync server.
Looks like returning any literal could trigger this: ``` record T { owner: address, gates: u64, } @program function a(b: T) -> u8 { let c: bool = b.gates ==...
Looks like the phase 2 is coming soon but this is still not implemented. Leaving the private key in the cmdline is really insecure, so I'd suggest implementing this before...