-
# Lines of code
https://github.com/code-423n4/2024-04-renzo/blob/main/contracts/Withdraw/WithdrawQueue.sol#L214
# Vulnerability details
## Impact
The `WithdrawQueue` is unable to claim airdrops ac…
-
This ticket encapsulates a hook and ISM that allows a Hyperlane message to be transported via Axelar. You can find their docs here https://docs.axelar.dev/dev/general-message-passing/gmp-messages. The…
-
### Description
Silent payments are a type of payment that can be made to a unique onchain address for every payment even though the receiver provided the spender with a reusable (offchain) address.…
-
## What is the Problem Being Solved?
In `dapp-offer-up`, we have tests for **_bundling_** a contract and **_building_** a proposal (`test-bundle-source.js`) and (`test-build-proposal.js`). It doesn't…
-
DimentionX and Rarible both store nfts in an offchain json file that follows the openSea standard. I think this should be formalized into a Struct.
I vaguely remeber that we have talked about this…
-
(this is an off-repo issue -> will move to its own repo probably)
Bazaar uses IPFS to distribute shop metadata and images. The chain only stores one IPFS hash per Shop/Article. Content is usually c…
-
In Substrate, we can use Offchain-Workers to do some things that cannot be done inside the runtime, for example during a consensus round. These are suitable for asynchronous tasks, like consulting a…
-
I believe there is a relatively cheap way to provide for offchain transactions. In order to do so I'd need a way to verify a signature.
```
(defun verify-sig:boolean (public-key:string message:st…
-
**Description**
---
A clear and concise description of the Feature
**Acceptance Criteria**
---
- [ ] Add and describe Acceptance Criteria
- [ ] Add and describe Acceptance Criteria
**Additional con…
-
Hello.
The question is in the title.
I want to send signed transaction to the Smart Contract.
How can I do this?
Maybe some code snippets?
Thanks