Alexander Kondratskiy

Results 19 issues of Alexander Kondratskiy

Using a config such as the one below fails to find the listed `documents` since it is not at the top level. I think the code should also recursively gather...

enhancement

Hey! I was wondering if there is a way to prevent re-deployment of code that basically has not changed (e.g. reformatting, adding comments, or changing function order). Currently those can...

### Component Forge ### Have you ensured that all of these are up to date? - [X] Foundry - [ ] Foundryup ### What version of Foundry are you on?...

T-bug

Not everyone uses hardhat, and it's overly restrictive to bind it to one framework. It should be able to work standalone given solc compiler output

help wanted

When calling the function `listProposals` with `includeArchived: false`, the result still includes archived proposals.

I have created a batch proposal that interacts with several contracts, and looks like this: ```js { proposalId: '1a8d8b0a-13c0-45e6-a4f2-bebb83d02f2f', contractId: 'mumbai-batch', createdAt: '2023-06-08T21:44:39.474Z', title: 'pause all contracts', type: 'batch', via:...

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue Running `graph test` on any distro other than Ubuntu throws: ``` kholdstare@5ced7da9ec4e:~/workspace/code/blockchain/subgraph$ yarn graph test -l OS...

bug

The `subgraph.yaml` schema is very poorly documented. The only place I see is here: https://thegraph.academy/developers/defining-a-subgraph/ which is a tutorial. There needs to be a dedicated reference-style document describing the schema...

Currently JSON is the only format supported for migration files. It would be nice to have a format that supports comments. Yaml is common even if it has its drawbacks....