Ford
Ford
## Current behavior ``` to_snake_case("convertedAcquisitionV2Counter") => "converted_acquisition_v2_counter" to_snake_case("converted_acquisition_v2_counter") => "converted_acquisition_v_2_counter" ``` Which also leads to: ``` is_snake_case(to_snake_case("convertedAcquisitionV2Counter")) => false ``` ## Expected behavior ``` to_snake_case("convertedAcquisitionV2Counter") => "converted_acquisition_v2_counter" to_snake_case("converted_acquisition_v2_counter") => "converted_acquisition_v2_counter"...
Where filters should allow AND and OR logical operators to combine and nest conditions in the GraphQL queries.
Tuple support has been implemented without derive for now. The derive functions that need Tuple implementations are as follows (click to link to the code): - [to_syntax_string()](https://github.com/paritytech/ethabi/blob/6f7c5fc747b4eda4cdef59629a4b604ba099914f/derive/src/lib.rs#L105) - [rust_type()](https://github.com/paritytech/ethabi/blob/6f7c5fc747b4eda4cdef59629a4b604ba099914f/derive/src/lib.rs#L146) -...
Mint signal command required an update to work with NFT subgraphs.
**Describe the bug** A transaction was submitted and quickly mined on the network; however, waitForTransaction did not return and in fact ended up failing as if the transaction was not...
Hey, I'm diving into the codebase here to understand the verification story for RPC calls. I'm particularly interested in verifying the results of `eth_getLogs` calls. After taking a glance at...
## Background The subgraph search on the explorer leaves a lot to be desired. Most indexers (and likely other participants too) use subgraph deployment ids as the identifier for a...
1. Metamask popup asks me to "click to install or activate metamask", then I get metamask popup that promps me to "connect". - is "install or activate" the right wording?...
Currently when confirming an `allocate` action the network subgraph is queried to get the subgraph deployment. If the process of publishing the subgraph to the network and allocating happened very...
Let's remove the naive indexer-agent deployment assignment algorithm and instead relying on the configurable graph-node deployment rule. ```[tasklist] ### Tasks - [ ] Indexer-agent use new pausing mechanism (depends on...