Subway2023
Subway2023
May I ask how to execute this program
Arithmetic on user-defined type in assembly also cause the error ```solidity type U8 is uint8; using {yoloAdd as +, yoloDiv as /} for U8 global; function yoloAdd(U8 x, U8 y)...
Similarly, using **ShiftLeft**,**ShiftRight** with a variable in a struct on the right side also causes an error. ```solidity contract C { struct MyStruct { uint256 value; } mapping(uint256 => uint256)...
Thank you very much for your answer. The example you provided successfully includes the complete ABI.
Excuse me, may I ask what the meaning of the "nvidia" tag is?
Thank you to bryanpkc and gklimowicz for your responses.
May I ask why run_asm is deterministic, but run_int is not deterministic? Has run_int applied some optimizations?
there is an error when building fuzz tool ``` root@subw3-117c:/mnt/riscv/ckb-vm-develop/fuzz# cargo build Compiling spike-sys v0.1.2 Compiling serde v1.0.219 Compiling derive_more v1.0.0 Compiling libfuzzer-sys v0.4.9 error: could not find native static...
The input for fuzzing is RISC-V binary code. Do you happen to have a differential testing tool that accepts RISC-V assembly code as input instead? This would make it easier...
> > ## Steps to Reproduce > > ``` > > cd circuits > > npm install > > npx jest __tests__/TallyVotes.test.ts > > ``` > > > > >...