-
# Handle
shw
# Vulnerability details
## Impact
The `verify` function of `NativeMetaTransaction` calls the Solidity `ecrecover` function directly to verify the given signature. However, the `ecrec…
-
Hi all, sure you've seen my slack messages.
`Trixi.jl` has a great user interface and it's very flexible. However, anyone who is visiting the `Trixi.jl` page and is actually using it for research…
-
Adding this to `miniscript/mod.rs` results in a panic.
```
#[test]
fn test_regression_29() {
let _ = Descriptor::::from_str("eltr(,thresh(1,spk_eq(,00)))");
}
```
```
asser…
-
Since we use the bech32 address in std, we need to add validation regarding capitalization, else unexpected bugs will occur.
Another solution is to forgo bech32 and use a different string representat…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
The ecrecover function is used in castVoteBySig() to recover the voter’s address from the signature. The built-in EVM precompile ecrecover is s…
-
### Guidelines
- [X] I checked for duplicate suggestions
- [X] My suggestion intends to add or improve something
### Version
Main (Production)
### Topic
A game mechanic (e.g. a part, a feature, e…
-
**Github username:** @erictee2802
**Submission hash (on-chain):** 0x4019ad4d7e70f094a7cd557d3d392bff8d0f53f1854511eb96a4bbc88bc4d82f
**Severity:** medium
**Description:**
**Description**\
EVM's ecre…
-
See: #523
This notice will be kept up for a while.
-
You write at https://teachbitcoin.io/presentations/ecdsa.html#/2 that low s values are enforced. As far as I know, this is not the case. [BIP 62](https://github.com/bitcoin/bips/blob/master/bip-0062.m…
-
# Handle
0xRajeev
# Vulnerability details
## Impact
The ecrecover function is used to verify and execute EIP-2612 permit transactions. The built-in EVM precompile ecrecover is susceptible to sign…