issues
search
hats-finance
/
illuminex-0x0bb4aa1f58719707405c231fcdf0b405714799cf
0
stars
1
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Audit Report Draft Update
#102
hats-bug-reporter[bot]
closed
3 months ago
0
Improper Verification of `outgoingTxHash` Leading to Incorrect Refuel Transaction Creation and finalization
#101
hats-bug-reporter[bot]
opened
4 months ago
6
Incorrect Indexing of Offchain Signer Public Keys after update
#100
hats-bug-reporter[bot]
opened
4 months ago
0
Abuse of Refuel Mechanism in VaultBitcoinWallet
#99
hats-bug-reporter[bot]
opened
4 months ago
2
Deposit and Withdraw Could Revert Due to Underflow
#98
hats-bug-reporter[bot]
opened
4 months ago
0
Fee implementation is broken
#97
hats-bug-reporter[bot]
opened
4 months ago
1
enrichSigHash : The order of function calling would lead to multiple issues.
#96
hats-bug-reporter[bot]
opened
4 months ago
4
`DoS` Attack via Small Donation in `VaultBitcoinWallet`
#95
hats-bug-reporter[bot]
opened
4 months ago
6
Fee Bypass during VaultBitcoinWallet contract deployment
#94
hats-bug-reporter[bot]
opened
4 months ago
1
Front-Running Vulnerability in `toggleFeesExclusion` Function
#93
hats-bug-reporter[bot]
opened
4 months ago
0
Owner can renounce Ownership
#92
hats-bug-reporter[bot]
opened
4 months ago
3
VaultBitcoinWallet ; user who exempted from fee can front run and complete withdrawal or deposit before owner can enable them as fee payer.
#91
hats-bug-reporter[bot]
opened
4 months ago
2
VaultBitcoinWallet : charging fee for owner withdrawal render meaningless
#90
hats-bug-reporter[bot]
opened
4 months ago
3
VaultBitcoinWallet : `startRefuelTxSerializing`, `startOutgoingTxSerializing` the ownership is transferred to VaultBitcoinWallet contract , some function will not work
#89
hats-bug-reporter[bot]
opened
4 months ago
9
VaultBitcoinWallet : startOutgoingTxSerializing() and startOutgoingTxSerializing() could revert when anyone become as relayer.
#88
hats-bug-reporter[bot]
opened
4 months ago
7
AllowedRelayers : anyone can become a relayer when `relayersWhitelistEnabled` is set false.
#87
hats-bug-reporter[bot]
opened
4 months ago
3
VaultBitcoinWallet : `startRefuelTxSerializing` & `startOutgoingTxSerializing` could get blocked due to `toggleRelayer` calling
#86
hats-bug-reporter[bot]
opened
4 months ago
3
Does not emit event after writing into cricial storage slots
#85
hats-bug-reporter[bot]
opened
4 months ago
2
A malicious/ inactive relayer of VaultBitcoinWallet can make withdrawal mechanism stuck forever
#84
hats-bug-reporter[bot]
opened
4 months ago
11
Potential locking of funds when the sent BTC does not cover the fee.
#83
hats-bug-reporter[bot]
opened
4 months ago
5
TxSerializerLib : Lack of access control for `serializeTx` function.
#82
hats-bug-reporter[bot]
opened
4 months ago
1
AbstractTxSerializer : `enrichOutgoingTransaction` updates the `inputsStorage.spendInput` even if it does not reach the `hasSufficientInputs`
#81
hats-bug-reporter[bot]
opened
4 months ago
1
The current Design in `VaultBitcoinWallet::minWithdrawalLimit` makes it so easy for malicious persons to DOS the withdrawals
#80
hats-bug-reporter[bot]
opened
4 months ago
18
Remove `Endian.reverse256` from Bitcoin Address Generation in `_generateAddress` Function
#79
hats-bug-reporter[bot]
opened
4 months ago
1
Incorrect Index Emission in _updateRingKey Function
#78
hats-bug-reporter[bot]
opened
4 months ago
2
Use `abi.encodePacked` in `_sign()` function similar to as done by Sapphire
#77
hats-bug-reporter[bot]
opened
4 months ago
1
`UpdateMinWithdrawalLimit` event has used incorrect uint type
#76
hats-bug-reporter[bot]
opened
4 months ago
1
tx's can end up being stuck
#75
hats-bug-reporter[bot]
opened
4 months ago
1
Potential silent revert condition due to underflow in `_onActionDeposit`
#74
hats-bug-reporter[bot]
opened
4 months ago
0
VaultBitcoinWallet : user could not able to withdraw in some cases. This needs admin intervention to resolve
#73
hats-bug-reporter[bot]
opened
4 months ago
3
minConfirmations check does not follow best practices
#72
hats-bug-reporter[bot]
opened
4 months ago
0
VaultBitcoinWallet : no upper and lower bound for the `satoshiPerByte` when calling the `setFee`
#71
hats-bug-reporter[bot]
opened
4 months ago
5
Missing events for _updateKeyPair, _setMinWitnessSignatures and _setWitnessPublicKeys in the TEERollup contract.
#70
hats-bug-reporter[bot]
opened
4 months ago
1
VaultBitcoinWallet : depositFee and withdrawalFee can not be adjusted more than 1% during peak time
#69
hats-bug-reporter[bot]
opened
4 months ago
1
VaultBitcoinWallet : charging the protocol fee twice on user could be cause of concern
#68
hats-bug-reporter[bot]
opened
4 months ago
3
VaultBitcoinWallet : Lack of slippage protection for user during deposit.
#67
hats-bug-reporter[bot]
opened
4 months ago
13
scripts : vault : illuminex_btc_vault.wallet-template.json - vault is not supporting the latest VM
#66
hats-bug-reporter[bot]
opened
4 months ago
1
`ackTransaction` Function Always Reverts, Resulting in Inability to Process Bitcoin Transaction Proofs
#65
hats-bug-reporter[bot]
opened
4 months ago
7
Incorrect Interface Declaration Causes serialize Function to Always Revert
#64
hats-bug-reporter[bot]
opened
4 months ago
3
VaultBitcoinWallet : once a hook is set, it never is unset
#63
hats-bug-reporter[bot]
opened
4 months ago
1
VaultBitcoinWallet : `importFees` is not realised
#62
hats-bug-reporter[bot]
opened
4 months ago
1
RotatingKeys : `ringKeyUpdateInterval` is not enforced
#61
hats-bug-reporter[bot]
opened
4 months ago
1
Missing Import for Endian Library in BitcoinAbstractWallet.sol
#60
hats-bug-reporter[bot]
opened
4 months ago
1
Protocol Fees Calculation Precision Issue
#59
hats-bug-reporter[bot]
opened
4 months ago
10
Missing checks for `address(0)` when assigning a value to the address prover in `MockDepositProcessor.sol`.
#58
hats-bug-reporter[bot]
opened
4 months ago
1
Predictable and Colliding Transfer IDs Due to Zero idSeed
#57
hats-bug-reporter[bot]
opened
4 months ago
1
Incorrect Handling of Insufficient Amounts in withdraw Function
#56
hats-bug-reporter[bot]
opened
4 months ago
1
Compiler version above 0.8.24 are not yet supported on Saphire however still included
#55
hats-bug-reporter[bot]
opened
4 months ago
1
`abi.encodePacked` Allows Hash Collision when dynamic types are the input
#54
hats-bug-reporter[bot]
opened
4 months ago
10
Overwrite of already finished tx serializations
#53
hats-bug-reporter[bot]
opened
4 months ago
1
Next