tilacog

Results 30 issues of tilacog

We could expose all `graphman`'s commands as GraphQL mutations over the indexer management API endpoint _(port `18000`, by default)_. In this design, `graph-node` would act as a service, exposing all...

At first glance, this feature would operate similarly to `graphman copy` but subgraphs could be sent to a foreign cluster. The motivation behind this encompasses both: - mutual aid while...

indexer experience

We could create a new `graphman chain rewind` command to rewind all subgraphs from a given chain, targeting a specific block. The command could be invoked in a similar fashion...

enhancement
area/graphman
Stale

We could expand the `graphman chain` command with new tasks that deal with the call cache. For instance, the following command: ``` $ graphman chain call-cache remove --from --to ```...

good first issue

The `structopt` crate is in maintenance mode, and authors suggest that users migrate to `clap`, which now has derive macros in a similar fashion. This PR updates all `structopt` occurrences...

**Do you want to request a *feature* or report a *bug*?** Feature. **What is the current behavior?** `graphman chain check-blocks` panics if it finds more than a single block for...

enhancement
area/graphman

This PR removes the `'info` lifetime constraint from the `AccountInfo` slice. This change was necessary for passing Anchor's `program::entry` to the `solana-test-program`'s [`ProgramTest::add_program`](https://docs.rs/solana-program-test/latest/solana_program_test/struct.ProgramTest.html#method.add_program) method. Here's a sample of the lifetime...

lang

Extends `tsc` exclusion pattern to ignore test files named `*.test.ts`.

This PR modifies the `timer` function to return a tuple with the [`timeout` object](https://nodejs.org/api/timers.html#class-timeout) returned by the call to `setInterval` alongside the `Eventual` timer. Users could then cancel the timer...