stranger80

Results 53 issues of stranger80

Implement plugin usage tracking: - Define set of metrics to be tracked - Ensure relevant information is logged by plugin backend - Define relevant metric dashboard in Grafana - Consider...

Scenario: - User writes contract code locally and compile (eg. using Scarb) - User uploads the output binary file (eg. Sierra) to Remix plugin - User deploys the contract to...

Needs to be worked on by 1st week of Oct! Deadline for publish is 12th Oct

low

A feature idea from @JorikSchellekens: - Would be nice to be able to run "read-only" versions of effectful functions on remix. For example, dry running a transfer and seeing the...

medium
mid

Integrate Forge (https://github.com/foundry-rs/starknet-foundry) into remix plugin.

large
mid

Use all content on SnapSync (clips, slides, quick-and-dirty implementation) to put down a high-level SnapSync algorithm specification in pseudo code or sequence/flow diagrams. This should be the baseline for identification...

1) Error compiling Scarb project when setting SN version to 2.7.0 in Scarb.toml file https://github.com/NethermindEth/starknet-remix-plugin/pull/265: error: Version solving failed: - sn_multi_contract v0.1.0 (73d460476b59b04550b415dfbbf8a09b9d5d36cc722bebe4ac6de82911b90298/workspaces/cairo_scarb_sample/hello_world/Scarb.toml) cannot use starknet v2.6.3 (std), because sn_multi_contract...

bug
high

Compile and declare following contract. Then deploy with any parameters - transaction gets REVERTED. ``` #[starknet::contract] pub mod ExampleConstructor { use starknet::ContractAddress; use starknet::storage::Map; #[storage] struct Storage { names: Map::,...

bug
good first issue
ODHack

Similarly to Scarb detection - create a CI pipeline to detect the latest Cairo lang version and raise a PR to bring remix plugin to this latest toolchain. PS: Enough...