Elvin
Elvin
- Riot version (or commit ref): bdbc256e4cbdd26206c5b3d3235b66e00189549e - Go version: 13.6 - Operating system and bit: - Can you reproduce the bug at [Examples](https://github.com/go-ego/riot/tree/master/examples): - [ ] Yes (provide example...
fixbug: get wrong result when execute opcodes.F64ConvertSI32 & opcodes.F64ConvertUI32
There should be some problems with the code here, but I don't know where they are right now. The reason is that when I run a normal wasm file, the...
When there is panic inside the function, the following code will not return the error at all。Previous code is OK ``` //compiler/module.go func (m *Module) CompileForInterpreter(gp GasPolicy) ([]InterpreterCode, error) {...
` C standard library referenced by POW function < math. H >,result as follows: double ww = pow(3.0, 0.3) = 1.1293469354568555 double xx = pow(2.2, 0.3) = 1.029005759421095 float yy...
Just like Ethereum, where is the wasm virtual machine?
### 链服务模块 / Chain Service Components - [ ] venus - [ ] venus-auth - [ ] venus-gateway - [ ] venus-messager - [ ] venus-miner - [ ] 文档...
when I run `./target/release/askbend -c askbend.toml --rebuild` cmd , I got the error as blow. how to fix this? ``` [2023-10-16T02:07:41Z INFO ] embedding 605/1936, time: 513.095121ms Error: APIError: ResponseError...
fix bug: Blockchain stop when invocation parameters between contracts cannot be processed