-
https://book.cairo-lang.org/ch10-01-how-to-write-tests.html#benchmarking-the-gas-usage-of-a-specific-operation
This section should be deprecated in favor of starknet-foundry
-
We should fail fast if developer forgot to provide a public key (and default hardcoded `NULL_ACCOUNT` is used as the source account).
This is a minor issue, but offers a better UX offering better err…
-
**📝 Details**
https://github.com/OpenZeppelin/cairo-contracts/blob/main/src/utils.cairo#L14-L26
While the language lets us catch errors in `call_contract_syscall` and local testing frame…
-
The revert reason that traces return can be different than those present in the receipt (although quite similar).
```
{
"jsonrpc": "2.0",
"method": "starknet_traceTransaction",
"par…
-
### Which components does the task require to be changed? (think hard pls)
snforge
### Description
See https://github.com/foundry-rs/starknet-foundry/blob/25044b09e491fdaf60b49bfdef11372ee353…
-
**Description**
---
Implement a library which allows to make reward distribution, in a dynamic way, based on a distribution curve.
**Yield distribution dynamics**
---
![Yield-distribution-dyna…
-
I'm at a point where I can't stay on `starknet` v5 anymore, I have to upgrade to v6.
But `starknet-react` is stuck on v5, hooks do not work if my project resolves `starknet` v6.
**Please** publish…
-
Please can you adjust your database to correct these errors. The following addresses are from a multiple validator solo staker, and not from an organisation.
0x9BB3072DDC08C1f29F5e036299EEd8D3c6ad…
-
List of broken links:
- https://github.com/keep-starknet-strange/awesome-starknet/blob/a0c86399372ce8cb46881f9b9297aa6ae3387711/README.md?plain=1#L77
- https://github.com/keep-starknet-strange/awe…
-
## Summary
- Follow the [getting started](https://foundry-rs.github.io/starknet-foundry/index.html) section from the SNFoundry book to place the starter contract in `starknet/contracts`.
- Inside…