This repository was archived by the owner on Jul 16, 2024. It is now read-only.
1 file changed
+1
-1
lines changedSubmodule ledger-subquery updated 94 files
- .github/ISSUE_TEMPLATE/bug-report.yml+58
- .github/ISSUE_TEMPLATE/feature-request.yml+51
- .github/pull_request_template.md+14
- .github/workflows/python.yml+33
- .pylintrc+32
- CODE_OF_CONDUCT.md+132
- Pipfile+6-1
- Pipfile.lock+605-306
- README.md+49-16
- docker-compose.yml+1
- docker/api.dockerfile+2-2
- docker/node-cosmos/dist/main.js+6-6
- docker/node.dockerfile+5
- docs/assets/architecture.puml+1-1
- docs/assets/architecture.svg+15-15
- docs/assets/entities.svg-95
- docs/assets/entities_api.puml+21-17
- docs/assets/entities_api.svg+101
- docs/assets/entities_db.puml+66
- docs/assets/entities_db.svg+87
- docs/assets/entities_legend.puml+4-5
- docs/assets/entities_legend.svg+16-45
- docs/introduction.md+49-3
- k8s/subquery/conf/healthcheck.sh+23
- k8s/subquery/templates/health/configmap.yaml+7
- k8s/subquery/templates/health/cronjob.yaml+40
- k8s/subquery/values.yaml+4
- migrations/committed/000003.sql+134
- migrations/committed/000004.sql+12
- migrations/committed/000005.sql+12
- migrations/committed/000006.sql+12
- migrations/committed/000007.sql+12
- migrations/current.ts+1-1
- migrations/src/000003.ts+59
- package.json+6-4
- schema.graphql+21-10
- setup.cfg+38
- src/genesis/cli/args.py+65-44
- src/genesis/db/__init__.py+2-2
- src/genesis/db/table_manager.py+19-10
- src/genesis/genesis.py+4-2
- src/genesis/helpers/__init__.py+1-1
- src/genesis/helpers/field_enums.py+41-58
- src/genesis/observers/__init__.py+12-11
- src/genesis/observers/accounts.py+52-29
- src/genesis/observers/balances.py+72-32
- src/genesis/observers/chain_id.py+18-9
- src/genesis/state/__init__.py+3-3
- src/genesis/state/bank.py+3-3
- src/genesis/state/utils.py+3-3
- src/mappings/authz/exec.ts+5-1
- src/mappings/bank/balanceChange.ts+15-2
- src/mappings/bank/transfer.ts+5-1
- src/mappings/dist/rewards.ts+14-2
- src/mappings/gov/votes.ts+5-1
- src/mappings/ibc/transfer.ts+5-1
- src/mappings/primitives.ts+59-9
- src/mappings/utils.ts+74-3
- src/mappings/wasm/bridge.ts+12-4
- src/mappings/wasm/contracts.ts+29-6
- src/mappings/wasm/cw20.ts+31-10
- subql+1-1
- tests/__init__.py+1-1
- tests/e2e/db/__init__.py+1-1
- tests/e2e/db/test_table_manager.py+9-8
- tests/e2e/entities/__init__.py+1-1
- tests/e2e/entities/test_CW20_balance_change.py+158-89
- tests/e2e/entities/test_CW20_transfer.py+130-54
- tests/e2e/entities/test_authz_exec.py+69-52
- tests/e2e/entities/test_contract_deploy.py+293-126
- tests/e2e/entities/test_delegation_reward_claim.py+109-48
- tests/e2e/entities/test_execute_contract_message.py+141-68
- tests/e2e/entities/test_gov_proposal_vote.py+158-113
- tests/e2e/entities/test_legacy_bridge_swap.py+132-54
- tests/e2e/entities/test_native_balances.py+91-25
- tests/e2e/entities/test_native_primitives.py+193-63
- tests/e2e/entities/test_native_transfer.py+133-55
- tests/e2e/observers/__init__.py+1-1
- tests/e2e/observers/test_accounts.py+32-29
- tests/e2e/observers/test_balances.py+41-26
- tests/e2e/observers/test_chain_id.py+4-10
- tests/helpers/__init__.py+1-1
- tests/helpers/clients.py+11-10
- tests/helpers/contracts.py+42-58
- tests/helpers/entity_test.py+10-8
- tests/helpers/genesis_data.py+6-6
- tests/helpers/gql_queries.py-1
- tests/helpers/graphql.py+17-7
- tests/helpers/regexes.py+4-3
- tests/helpers/utils.py+8-9
- tests/unit/genesis/__init__.py+2-2
- tests/unit/genesis/state/test_bank.py+4-5
- tests/unit/genesis/test_genesis.py+10-14
- tracing-compose.yml+6
0 commit comments