-
# Lines of code
# Vulnerability details
# Vulnerability details
The mitigation purpose of `ADD-06` is the following:
```
Mitigation for gas-intensive setUpAirdrop function and airdrop mechanism.…
-
## RPC endpoints for light clients
A light client protocol can verify the correctness of any data it receives about the Aptos block chain without making trust assumptions on the provider of that da…
-
Similar to #253, I just ran into this so its still an outstanding issue.
![screenshot_2020_09_27_at_13_39_59](https://user-images.githubusercontent.com/23145642/94375795-196f0780-00cb-11eb-934f-02e…
-
This ticket is about adding a generic sybil resistance functionality to Polkadot to be used permissionlessly by any protocol that might need it. This includes Polkadot native infrastructure, but given…
-
# Lines of code
https://github.com/code-423n4/2024-08-phi/blob/8c0985f7a10b231f916a51af5d506dd6b0c54120/src/PhiFactory.sol#L352-L375
https://github.com/code-423n4/2024-08-phi/blob/8c0985f7a10b231f916…
-
I've been making some researchs these past 2 days on the topic of past vulnerabilities affecting cosmos libraries. I will start a list here (there must be more):
#### 2022-10-07 500M USD Binance ha…
-
To create [BTC delegations](https://github.com/babylonchain/babylon/blob/1d2fb37397623e8b229d591741ae50bea9b2bceb/proto/babylon/btcstaking/v1/tx.proto#L98) we also need the index and proof
```proto…
-
# New ZK membership proof scheme for Semaphore
Current membership proof scheme for Semaphore is Merkle(+Poseidon hash) + SNARK(Groth16). It's implementation is [here](https://github.com/semaphore-pro…
-
# Lines of code
https://github.com/code-423n4/2024-08-wildcat/blob/main/src/access/AccessControlHooks.sol#L812
# Vulnerability details
## Impact
The `onQueueWithdrawal()` function does not check …
-
I took a stab at a “JWP” encoding of merkle disclosure proofs in a token format….
https://or13.github.io/jwp-mdt/#name-root-proof
The main thing I noticed was some awkwardness regarding nesting …