framework
framework copied to clipboard
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** As of now, the transaction model has no built-in support for users to specify fees, or fee limits. **Describe the...
**Is your feature request related to a problem? Please describe.** As of now the processor only supports processing of unproven blocks. It would be nice to introduce a transaction handler...
**Is your feature request related to a problem? Please describe.** As of now the processor only supports processing of unproven blocks. It would be nice to introduce a events handler...
Related to #159 We need a way to automatically bump each package's version based on the commit history (contents of the commit too .e.g. feat / fix)
One of the options is to use commitizen and autogenerate changelogs from commits. Additionally we could also squash PRs into a single merge commit + enforce the PR title to...
Ideally we'd like to have something like Istanbul, which would fail the CI if coverage is dropping below configured thresholds.
Update the explorer UI to support the newly generated GQL resolvers.
**Is your feature request related to a problem? Please describe.** Currently the indexer only works with in memory storage services, which is not good for long running operations. **Describe the...