-
code src/UniswappyV2EthPair.ts line 25.
`static uniswapInterface = new Contract(WETH_ADDRESS, UNISWAP_PAIR_ABI);`
WETH_ADDRESS is an ERC20 token, how can it match UNISWAP_PAIR_ABI?
-
It seems that enabling the legacy ABI with `_GLIBCXX_USE_CXX11_ABI=0` causes TSAN to report false positives in libstdc++/libgcc copy-on-write strings.
Consider the following simple reproducer
```c++…
-
## Abstract
Add support for the following syntax:
```solidity
abi.encodeCall(fnPointer, { arg1: 1, arg2: 2 });
```
## Motivation
It is currently possible to call a function, or throw a c…
-
how dose a ABI work and in what instances should it be used.
-
### Component
General design optimization (improving efficiency, cleanliness, or developer experience)
### Describe the suggested feature and problem it solves.
Currently it tests against inputs to…
-
Basic `inout` and `out` parameter support is landed, however it doesn't currently work with `ArrayParameterType` arguments.
The following code should compile successfully:
```hlsl
void increment(inou…
-
### Steps to reproduce
The crash is occasional. I refer to issue https://github.com/flutter/flutter/issues/135501 that illustrates the crash will
be solved after 3.16.x. But I meet the occasiona…
-
I tried this code with `rustc --target riscv64gc-unknown-linux-gnu rust_code.rs`:
```rust
#![feature(abi_riscv_interrupt)]
pub extern "riscv-interrupt-m" fn interrupt_machine(_a: u8, _b: u8, _c: u8) …
-
### Issue with current documentation:
In https://numpy.org/devdocs/dev/depending_on_numpy.html#runtime-dependency-version-ranges
> If you use the NumPy C API (directly or via Cython), you can also…
njzjz updated
1 month ago
-
I'm attempting to link in a Nintendo 64 SDK static library (`libnusys.a`), but the Rust linker errors out:
```
rust-lld: error: lto.tmp: ABI 'o32' is incompatible with target ABI 'n64'
```
Do …