-
### I've searched open & closed issues for similar requests
- [X] Yes
### Package name
cairo-language-server
### Package homepage
https://github.com/starkware-libs/cairo
### Language…
-
# Feature Request
**Describe the Feature Request**
Implementation of ONNX Operator
**Describe Preferred Solution**
Implementation following the same Operator interface as defined in ONNX. …
-
Getting this error while creating a new account : AttributeError: module 'collections' has no attribute 'Mapping'
`export STARKNET_WALLET=starkware.starknet.wallets.open_zeppelin.OpenZeppelinAccoun…
-
- [x] Team's ZK Rollup Roadmap.
- [ ] Analysis and selection of ZK libs.
- [ ] Analysis and selection of ZK Protocol.
- [ ] Discover the possibility of innovation in ZK protocol's primitives or engine…
-
Current spec mandates a hardcoded error message on contract errors. This prevents clients from programmatically proess such errors:
https://github.com/starkware-libs/starknet-specs/blob/cddef47e2f239…
-
study the design of giza, what abstraction does it use for the prover and how it transforms cairo program to prover input
-
https://github.com/starkware-libs/starknet-api/blob/a50e621028dc85970307792f9edaa617eef62e16/src/transaction.rs#L489
The transaction version is not part of the starknet state. It is occasionally us…
-
**Description**
In the `stake` function of the `Staking` contract, the current logic uses `get_tx_info().account_contract_address` to retrieve the address of the staker. However, the account contract…
-
We would store a merkle root of the list of addresses who have voted. Then each time someone votes, they would send a merkle proof of exclusion from this list to prevent double voting. If the voter h…
-
[Full details of the standard](https://eips.ethereum.org/EIPS/eip-4626)
OpenZeppelin has always offered the best implementations for different standards in Ethereum and now in Starknet.
EIP-4626 it'…