-
I tried running the Python test suite on github actions in limited api mode with versions 3.9 to 3.13 (currently only python 3.8 is enabled)
And I noticed the 3.11-3.13 jobs failed (see https://githu…
-
> OK, could we just remove the depencency on the GCC-specific `abi::__cxa_demangle`? And use the mangled type here instead?
_Originally posted by @Luthaf in https://github.com/lab-cosmo/sphericart/pu…
-
# Proposal
Emscripten has two different ABIs for stack unwinding, an older one that uses JS exception handling, and a newer one that uses wasm exception handling. The new ABI is used for the wasm32-w…
-
Implement support for fetching and setting ABI (Application Binary Interface) records within the ENS integration. This will allow users to manage the ABI associated with their ENS domains.
Tasks:
- …
-
P2785R4 adds new rules when `reloc` should not call relocate ctor to solve the ABI issue. However, this significantly complicates the design and hurts teachability, causing it to suffer from the same …
-
### What feature should we add?
🌟 Hello everyone! 🌟
It would be easier to debug and understand what happened if contracts automatically parsed reverts into a human-readable format.
Current cont…
-
which application for abi va8? I tried everything but it doesn't work
-
Encoding and Decoding ABI allocates a lot, rewrite it to a version that will allocate a lot less (stream-like or spans?) and update usages.
-
When I try to send a transaction with a `ZKSyncDeployer` using `titanoboa-zksync`, I get this warning:
```
/Users/patrick/code/gaboon/.venv/lib/python3.11/site-packages/boa/contracts/abi/abi_contr…
-
There are multiple places in the SDK where we may pass a portion of an ABI
e.g.
burn(uint256,uint256)
This is done when using a Contract that wasn't created with a full abi as an argument (client-si…