clearloop

Results 147 issues of clearloop

### Describe the feature it's required for parsing the real function arguments since wasm will provide an extra pointer for byte array in cases ### Solution _No response_

### Describe the feature the current approach for calculating storage keys requires reserving memory slot `0x00` ~ `0x60`, leads to bugs once we storing data in memory in other logic...

### Problem to Solve related messages should be returned after the execution of transactions for debugging && indexing ### Possible Solution for example, filter the source in the events of...

C1-feature

#### Project Abstract This proposal is about to support RISC-V as a target of [zink-lang/zink](https://github.com/zink-lang/zink), as parity recently introduced [revive](https://github.com/paritytech/revive), zink is about to solve the same problem for developers...

discussion private
admin-review

### Describe the feature implementation of these sugar methods: https://docs.soliditylang.org/en/latest/units-and-global-variables.html#special-variables-and-functions should be separated in different PRs - [x] #289 - [x] #258 ### Solution use host functions & chained instructions

It could be not proper performing stack checks on compilation, for functions like the dispatcher, branches may result in different output, which break the balance of the stack! for example,...

in the implementation of #297, we found that reading the complete call data could be complex: `CALLDATA` -> `memory` -> `stack`, for templates of implementing this (with `return` but not...

when we got multiple external functions with the same content but different function names, the later ones will override the previous ones in the [exports table][et] in our parser, for...

wontfix

### Describe the feature Error has not been implemented yet, ABIs are also required but considered in a separated PR ### Solution ```rust #[derive(Errors)] enum Error { ERC20InvalidSender { sender:...

bounty-$150

the `import!` macro located in `/crates/zink/abi/abi_macro`, is currently written for tests, based on the logic of parsing `ABI` into rust signatures, we'd introduce the interface of foreign language integration with...