-
### Is there an existing issue for the same bug?
- [X] I have checked the existing issues.
### Version or Commit ID
main
### Other environment information
_No response_
### Actual behavior and H…
-
Add a document md file for all possible abis from starknet and ethereum. In starknet, it has to have both return and parameters.
The most important data types are complex types. We already have bas…
-
stub issue, some ideas for reducing calldata as EIP 4488 introduces a calldata limit. plus with rollups, transactions are getting more calldata heavy anyways.
- Introduce a version byte into the be…
-
shlibs_provides vs shlibs_requires should take in account the ABI to avoid issue between lib32 and non lib32
Also when backing up libs, we should have compat & compat32 taken in account.
-
Initiating a call can crash the audio service, causing the microphone to stop working until a new call is initiated. I noticed this behaviour when using Signal, but other apps may also cause the audio…
-
Added in #38465
This calling convention is used to define interrup handlers on MSP430 microcontrollers. Usage looks like this:
``` rust
#[no_mangle]
#[link_section = "__interrupt_vector_10"]
…
-
In README:
*Need to pass the ABI's manually to the library in order to be able to decode params later*
```
//Add ABI's
const testABI = [{"inputs": [{"type": ....}];
abiDecoder.addABI(te…
-
Currently, this is the way to serialize data into felts:
```rust
let m = MyData {
name: felt!("0x1234").into(),
class_hash: felt!("0x5555").into(),
};
let felts = MyData::cairo_seriali…
-
for example:
KUZU_API explicit Database(std::string databasePath);
the std::string-(template) parameter only works if you use the very same compiler with equal settings (debug/release,optimizati…
-
I'm considering making libddcutil a default dependency for KDE's powerdevil.
It is important that KDE binaries don't break when a shared library is upgraded, which means the ABI of the libraries we…