-
The Go binding calls a C ABI binding, which calls the Qt C++ functions. Overall, it's somewhat efficient.
But to comply with the common C ABI, there are some places where data types must be convert…
mappu updated
1 month ago
-
### What it does
This is from a configuration of rustfmt `force_explicit_abi`.
When using `extern` to specify an external function, it's advised to explicitly specify `C-ABI`.
Although the default…
-
- [ ] Refactor and move `abi-typegen` into it
- [ ] Plug existent strategies with `abi/parser` public interface
- [ ] Prepare the foundation for multiple output format (Javascript)
-
- [ ] Define ABI normalized type's tree
- [ ] Define public interface and points of interaction
- [ ] Document strategy to deal with future spec changes (via transpilation)
- [ ] Implement JSON pa…
-
Currently Starknet indexes require adding ABI JSON manually. Starkscan has ABIs too, but API access is expensive af (we could parse them from webpage like in #1102). In Starknet you can acquire Cairo …
-
The context for this is https://github.com/rust-lang/rust/issues/116344: some target features change the way floats are passed between functions. Changing those target features is unsound as code comp…
-
Suggestion is to add a modal for adding/modifying custom ABIs of contracts on the contract tab. Button triggering the modal can be placed to the right of the
![Image](https://github.com/user-attachm…
-
[WhatsABI](https://github.com/shazow/whatsabi) tool can guess a contract's ABI and detect proxies from an Ethereum bytecode, even if it's unverified.
Using this tool we can show guessed ABIs for u…
-
- [x] Generate GSI obs and geoval files for abi
- [x] Generate abi bc files
- [x] **Phase1:**
- Use Obs and GeoVaLs from GSI
- Evaluate observer elements: HofX, Bias Correction, obs …
-
# Feature Request
Since ENS doesn't have the concept of reserved keys on the `texts` table, we need to decouple the `ABI` from the `texts` table.
## Describe Preferred Solution
* [ ] Create a `ABI`…