-
Notifications
You must be signed in to change notification settings - Fork 1
Latest subquery changes #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Douglasacost
wants to merge
25
commits into
main
Choose a base branch
from
feat/composed-index
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
cc71349
update docker-compose
Douglasacost 48c642e
use npm
Douglasacost 78f2a8a
Add .prettierrc configuration file
Douglasacost 455dbbb
Update log level and disable historical in
Douglasacost 54af4ad
Update dependencies and remove unused code
Douglasacost 64f8390
Refactor collection and item creation logic
Douglasacost 9ed9c27
Delete allocation handler and
Douglasacost ea76cfd
Fix checkIfExtrinsicExecuteSuccess function call
Douglasacost 202f1b2
Fix bug in login functionality
Douglasacost 06e0985
Update mappings and entities for Pot and
Douglasacost c33ad74
Add isReward field to BalanceTransfer model
Douglasacost dbc5a02
Refactor account balance handling and sponsorship functionality
Douglasacost b8c0778
Update TREASURY_ACCOUNT in
Douglasacost 5bf64cf
Update Pot and Account Quota Fields
Douglasacost e7a4e45
Add skipTransactions option to runner and remove calls handlers
Douglasacost 7742414
Update dependencies in package.json
Douglasacost 5dfb954
Update dependencies and fix data type conversion
Douglasacost 9c491df
Add feeQuotaBalance and reserveQuotaBalance to AccountPotBalance
Douglasacost 051cea1
Add dependencies and update configuration***
Douglasacost 8bb86e8
Refactor code to improve performance and readability
Douglasacost 7864b7b
Update .gitignore and package.json
d46e445
Update dwellir rpc name
1c632e9
Update npm dependencies and configuration
Douglasacost 979ce71
Merge branch 'feat/composed-index' of github.com:NodleCode/subquery i…
Douglasacost 5d3fc1c
Update network configuration with new chainId and endpoint. Added new…
Douglasacost File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,4 +5,5 @@ node_modules | |
| dist/ | ||
| src/types | ||
|
|
||
| .project-cid | ||
| .project-cid | ||
| .vscode/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| { | ||
| "trailingComma": "es5", | ||
| "tabWidth": 4, | ||
| "semi": false, | ||
| "singleQuote": true | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.