FabijanC
FabijanC
This should allow omitting the address and chain from verification requests. That is, these fields should be optional, and the creationData DB should be queried by recompiled creation bytecode to...
Create an NPM module that is an abstraction of the Sourcify API. Currently provides two methods: - one for fetching metadata - one for fetching Natspec (userdoc and devdoc) Both...
- Concern raised by: https://twitter.com/alexberegszaszi/status/1428699640480899076 - Piece of code responsible for this behavior: https://github.com/ethereum/sourcify/blob/462e238f55191fed794bcab742fe36ad73049500/services/verification/src/services/Injector.ts#L492 - This is performed before saving a source file to the repository - Actual file names...
With Starknet v0.10.0, execution simulation has been introduced (`/feeder_gateway/simulate_transaction` of the sequencer API). It is used by `starknet invoke --estimate_fee` and `starknet invoke --simulate` of Starknet CLI. This is how...
**Describe the bug** I was experimenting with some contracts that require constructor arguments and some which don't. So I was trying to declare and deploy one which does, but forgot...
Remove `go` reference. `go` used to be installed in the first version of the file. This is no longer the case and the command fails.
Missing parentheses lead to incomplete AssertionError message such as this one: ``` AssertionError: For a non-reverted transaction with finality status: FinalityStatus.RECEIVED, ``` - - - This change is [](https://reviewable.io/reviews/starkware-libs/cairo-lang/167)
Currently the requirements specify 6.0: https://github.com/starkware-libs/cairo-lang/blob/cc86dfc40202fd74370734ef8b9414a2d78dcc06/scripts/requirements.txt#L48 I noticed this while building a Docker image for starknet-devnet: [CI/CD log - error at the bottom](https://circleci.com/api/v1.1/project/github/0xSpaceShard/starknet-devnet/5159/output/103/0?file=true&allocation-id=64cbca505ae5657fffb66edd-0-build%2FABCDEFGH) [People on SO advised](https://stackoverflow.com/questions/76708329/docker-compose-no-longer-building-image-attributeerror-cython-sources) updating Pyyaml to...
- Fixes the CI - It was [silently failing](https://github.com/starkware-libs/starknet-specs/actions/runs/7078175530/job/19263374936) (check the step `Run npm run validate_all`). - Unifies references to `starknet_api_openrpc.json`: - There were both `./api/starknet_api_openrpc.json` and `./starknet_api_openrpc.json` references; changed...
First of all, thanks for the great tutorial and the CLI app for exercising! Sorry, I accidentally pressed Submit before finishing my issue. Here's the rest. In question 21/88, i.e....