From 2045afea04a1a2e39fe0f14c2ff7a67ae172a57c Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 14 Aug 2024 10:32:21 +1200 Subject: [PATCH 1/6] make timestamp optional --- Acala/acala-starter/schema.graphql | 2 +- Ajuna/ajuna-starter/schema.graphql | 2 +- Altair/altair-starter/schema.graphql | 2 +- Astar/astar-evm-starter/schema.graphql | 2 +- Astar/astar-starter/schema.graphql | 2 +- Automata/automata-starter/schema.graphql | 2 +- Avail/avail-starter/schema.graphql | 2 +- Avail/avail-turing-starter/schema.graphql | 2 +- Bajun/bajun-starter/schema.graphql | 2 +- Basilisk/basilisk-starter/schema.graphql | 2 +- Bifrost/bifrost-starter/schema.graphql | 2 +- Bitcountry/bitcountry-starter/schema.graphql | 2 +- Bitgreen/bitgreen-starter/schema.graphql | 2 +- Bittensor/bittensor-starter/schema.graphql | 2 +- Calamari/calamari-starter/schema.graphql | 2 +- Centrifuge/centrifuge-starter/schema.graphql | 2 +- Clover/clover-starter/schema.graphql | 2 +- ComposableFinance/composable-finance-starter/schema.graphql | 2 +- Contextfree/contextfree-starter/schema.graphql | 2 +- Crust/crust-starter/schema.graphql | 2 +- Darwinia/darwinia-starter/schema.graphql | 2 +- Efinity/efinity-starter/schema.graphql | 2 +- Encointer/Encointer-starter/schema.graphql | 2 +- Energy Web X/energy-web-x-starter/schema.graphql | 2 +- Equilibrium/equilibrium-starter/schema.graphql | 2 +- Frequency/frequency-starter/schema.graphql | 2 +- HashedNetwork/hashed-network-starter/schema.graphql | 2 +- HydraDX/hydradx-starter/schema.graphql | 2 +- IntegriteeShell/integritee-shell-starter/schema.graphql | 2 +- Interlay/interlay-starter/schema.graphql | 2 +- Kapex/kapex-starter/schema.graphql | 2 +- Karura/karura-starter/schema.graphql | 2 +- Khala/khala-starter/schema.graphql | 2 +- Kilt/kilt-spiritnet-credentials-example/schema.graphql | 2 +- Kilt/kilt-spiritnet-starter/schema.graphql | 2 +- Kusama/kusama-starter/schema.graphql | 2 +- Kylin/kylin-starter/schema.graphql | 2 +- Litentry/litentry-starter/schema.graphql | 2 +- Manta/manta-atlantic-starter/schema.graphql | 2 +- Moonbeam/Moonbeam-starter/schema.graphql | 2 +- Moonbeam/moonbeam-evm-starter/schema.graphql | 2 +- Moonriver/Moonriver-starter/schema.graphql | 2 +- Moonriver/moonriver-evm-starter/schema.graphql | 2 +- Nodle/nodle-starter/schema.graphql | 2 +- OriginTrail/origintrail-starter/schema.graphql | 2 +- Parallel/parallel-heiko-starter/schema.graphql | 2 +- Parallel/parallel-starter/schema.graphql | 2 +- Peaq/peaq-starter/schema.graphql | 2 +- Polkadex/polkadex-starter/schema.graphql | 2 +- Polkadot/Polkadot-starter/schema.graphql | 2 +- Quartz/quartz-subql-starter/schema.graphql | 2 +- Reef/reef-starter/schema.graphql | 2 +- Shiden/shiden-starter/schema.graphql | 2 +- Statemine/statemine-starter/schema.graphql | 2 +- Statemint/statemint-starter/schema.graphql | 2 +- Subsocial/subsocial-starter/schema.graphql | 2 +- T3rn/t3rn-starter/schema.graphql | 2 +- Unique/unique-starter/schema.graphql | 2 +- Vara/vara-starter/schema.graphql | 2 +- Watr/watr-starter/schema.graphql | 2 +- Westend/westend-starter/schema.graphql | 2 +- Zeitgeist/zeitgeist-starter/schema.graphql | 2 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/Acala/acala-starter/schema.graphql b/Acala/acala-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Acala/acala-starter/schema.graphql +++ b/Acala/acala-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Ajuna/ajuna-starter/schema.graphql b/Ajuna/ajuna-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Ajuna/ajuna-starter/schema.graphql +++ b/Ajuna/ajuna-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Altair/altair-starter/schema.graphql b/Altair/altair-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Altair/altair-starter/schema.graphql +++ b/Altair/altair-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Astar/astar-evm-starter/schema.graphql b/Astar/astar-evm-starter/schema.graphql index 220915d9..6a456919 100644 --- a/Astar/astar-evm-starter/schema.graphql +++ b/Astar/astar-evm-starter/schema.graphql @@ -22,7 +22,7 @@ type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Astar/astar-starter/schema.graphql b/Astar/astar-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Astar/astar-starter/schema.graphql +++ b/Astar/astar-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Automata/automata-starter/schema.graphql b/Automata/automata-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Automata/automata-starter/schema.graphql +++ b/Automata/automata-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Avail/avail-starter/schema.graphql b/Avail/avail-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Avail/avail-starter/schema.graphql +++ b/Avail/avail-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Avail/avail-turing-starter/schema.graphql b/Avail/avail-turing-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Avail/avail-turing-starter/schema.graphql +++ b/Avail/avail-turing-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bajun/bajun-starter/schema.graphql b/Bajun/bajun-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Bajun/bajun-starter/schema.graphql +++ b/Bajun/bajun-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Basilisk/basilisk-starter/schema.graphql b/Basilisk/basilisk-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Basilisk/basilisk-starter/schema.graphql +++ b/Basilisk/basilisk-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bifrost/bifrost-starter/schema.graphql b/Bifrost/bifrost-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Bifrost/bifrost-starter/schema.graphql +++ b/Bifrost/bifrost-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bitcountry/bitcountry-starter/schema.graphql b/Bitcountry/bitcountry-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Bitcountry/bitcountry-starter/schema.graphql +++ b/Bitcountry/bitcountry-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bitgreen/bitgreen-starter/schema.graphql b/Bitgreen/bitgreen-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Bitgreen/bitgreen-starter/schema.graphql +++ b/Bitgreen/bitgreen-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Bittensor/bittensor-starter/schema.graphql b/Bittensor/bittensor-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Bittensor/bittensor-starter/schema.graphql +++ b/Bittensor/bittensor-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Calamari/calamari-starter/schema.graphql b/Calamari/calamari-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Calamari/calamari-starter/schema.graphql +++ b/Calamari/calamari-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Centrifuge/centrifuge-starter/schema.graphql b/Centrifuge/centrifuge-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Centrifuge/centrifuge-starter/schema.graphql +++ b/Centrifuge/centrifuge-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Clover/clover-starter/schema.graphql b/Clover/clover-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Clover/clover-starter/schema.graphql +++ b/Clover/clover-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/ComposableFinance/composable-finance-starter/schema.graphql b/ComposableFinance/composable-finance-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/ComposableFinance/composable-finance-starter/schema.graphql +++ b/ComposableFinance/composable-finance-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Contextfree/contextfree-starter/schema.graphql b/Contextfree/contextfree-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Contextfree/contextfree-starter/schema.graphql +++ b/Contextfree/contextfree-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Crust/crust-starter/schema.graphql b/Crust/crust-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Crust/crust-starter/schema.graphql +++ b/Crust/crust-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Darwinia/darwinia-starter/schema.graphql b/Darwinia/darwinia-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Darwinia/darwinia-starter/schema.graphql +++ b/Darwinia/darwinia-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Efinity/efinity-starter/schema.graphql b/Efinity/efinity-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Efinity/efinity-starter/schema.graphql +++ b/Efinity/efinity-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Encointer/Encointer-starter/schema.graphql b/Encointer/Encointer-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Encointer/Encointer-starter/schema.graphql +++ b/Encointer/Encointer-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Energy Web X/energy-web-x-starter/schema.graphql b/Energy Web X/energy-web-x-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Energy Web X/energy-web-x-starter/schema.graphql +++ b/Energy Web X/energy-web-x-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Equilibrium/equilibrium-starter/schema.graphql b/Equilibrium/equilibrium-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Equilibrium/equilibrium-starter/schema.graphql +++ b/Equilibrium/equilibrium-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Frequency/frequency-starter/schema.graphql b/Frequency/frequency-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Frequency/frequency-starter/schema.graphql +++ b/Frequency/frequency-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/HashedNetwork/hashed-network-starter/schema.graphql b/HashedNetwork/hashed-network-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/HashedNetwork/hashed-network-starter/schema.graphql +++ b/HashedNetwork/hashed-network-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/HydraDX/hydradx-starter/schema.graphql b/HydraDX/hydradx-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/HydraDX/hydradx-starter/schema.graphql +++ b/HydraDX/hydradx-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/IntegriteeShell/integritee-shell-starter/schema.graphql b/IntegriteeShell/integritee-shell-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/IntegriteeShell/integritee-shell-starter/schema.graphql +++ b/IntegriteeShell/integritee-shell-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Interlay/interlay-starter/schema.graphql b/Interlay/interlay-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Interlay/interlay-starter/schema.graphql +++ b/Interlay/interlay-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kapex/kapex-starter/schema.graphql b/Kapex/kapex-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Kapex/kapex-starter/schema.graphql +++ b/Kapex/kapex-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Karura/karura-starter/schema.graphql b/Karura/karura-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Karura/karura-starter/schema.graphql +++ b/Karura/karura-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Khala/khala-starter/schema.graphql b/Khala/khala-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Khala/khala-starter/schema.graphql +++ b/Khala/khala-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kilt/kilt-spiritnet-credentials-example/schema.graphql b/Kilt/kilt-spiritnet-credentials-example/schema.graphql index b81b44b6..a05cf177 100644 --- a/Kilt/kilt-spiritnet-credentials-example/schema.graphql +++ b/Kilt/kilt-spiritnet-credentials-example/schema.graphql @@ -4,7 +4,7 @@ type Attestation @entity { id: ID! #id is ClaimHashOf - createdDate: Date! #date of creation of the attestation + createddate: Date #date of creation of the attestation createdBlock: BigInt! #block of creation of the attestation creator: String! # Account address creationClaimHash: String! diff --git a/Kilt/kilt-spiritnet-starter/schema.graphql b/Kilt/kilt-spiritnet-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Kilt/kilt-spiritnet-starter/schema.graphql +++ b/Kilt/kilt-spiritnet-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kusama/kusama-starter/schema.graphql b/Kusama/kusama-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Kusama/kusama-starter/schema.graphql +++ b/Kusama/kusama-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Kylin/kylin-starter/schema.graphql b/Kylin/kylin-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Kylin/kylin-starter/schema.graphql +++ b/Kylin/kylin-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Litentry/litentry-starter/schema.graphql b/Litentry/litentry-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Litentry/litentry-starter/schema.graphql +++ b/Litentry/litentry-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Manta/manta-atlantic-starter/schema.graphql b/Manta/manta-atlantic-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Manta/manta-atlantic-starter/schema.graphql +++ b/Manta/manta-atlantic-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Moonbeam/Moonbeam-starter/schema.graphql b/Moonbeam/Moonbeam-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Moonbeam/Moonbeam-starter/schema.graphql +++ b/Moonbeam/Moonbeam-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Moonbeam/moonbeam-evm-starter/schema.graphql b/Moonbeam/moonbeam-evm-starter/schema.graphql index 220915d9..6a456919 100644 --- a/Moonbeam/moonbeam-evm-starter/schema.graphql +++ b/Moonbeam/moonbeam-evm-starter/schema.graphql @@ -22,7 +22,7 @@ type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Moonriver/Moonriver-starter/schema.graphql b/Moonriver/Moonriver-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Moonriver/Moonriver-starter/schema.graphql +++ b/Moonriver/Moonriver-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Moonriver/moonriver-evm-starter/schema.graphql b/Moonriver/moonriver-evm-starter/schema.graphql index 220915d9..6a456919 100644 --- a/Moonriver/moonriver-evm-starter/schema.graphql +++ b/Moonriver/moonriver-evm-starter/schema.graphql @@ -22,7 +22,7 @@ type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Nodle/nodle-starter/schema.graphql b/Nodle/nodle-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Nodle/nodle-starter/schema.graphql +++ b/Nodle/nodle-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/OriginTrail/origintrail-starter/schema.graphql b/OriginTrail/origintrail-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/OriginTrail/origintrail-starter/schema.graphql +++ b/OriginTrail/origintrail-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Parallel/parallel-heiko-starter/schema.graphql b/Parallel/parallel-heiko-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Parallel/parallel-heiko-starter/schema.graphql +++ b/Parallel/parallel-heiko-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Parallel/parallel-starter/schema.graphql b/Parallel/parallel-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Parallel/parallel-starter/schema.graphql +++ b/Parallel/parallel-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Peaq/peaq-starter/schema.graphql b/Peaq/peaq-starter/schema.graphql index 220915d9..6a456919 100644 --- a/Peaq/peaq-starter/schema.graphql +++ b/Peaq/peaq-starter/schema.graphql @@ -22,7 +22,7 @@ type SubstrateTransfer @entity { id: ID! amount: BigInt! blockNumber: Int! - date: Date! + date: Date from: String! to: String! } diff --git a/Polkadex/polkadex-starter/schema.graphql b/Polkadex/polkadex-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Polkadex/polkadex-starter/schema.graphql +++ b/Polkadex/polkadex-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Polkadot/Polkadot-starter/schema.graphql b/Polkadot/Polkadot-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Polkadot/Polkadot-starter/schema.graphql +++ b/Polkadot/Polkadot-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Quartz/quartz-subql-starter/schema.graphql b/Quartz/quartz-subql-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Quartz/quartz-subql-starter/schema.graphql +++ b/Quartz/quartz-subql-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Reef/reef-starter/schema.graphql b/Reef/reef-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Reef/reef-starter/schema.graphql +++ b/Reef/reef-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Shiden/shiden-starter/schema.graphql b/Shiden/shiden-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Shiden/shiden-starter/schema.graphql +++ b/Shiden/shiden-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Statemine/statemine-starter/schema.graphql b/Statemine/statemine-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Statemine/statemine-starter/schema.graphql +++ b/Statemine/statemine-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Statemint/statemint-starter/schema.graphql b/Statemint/statemint-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Statemint/statemint-starter/schema.graphql +++ b/Statemint/statemint-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Subsocial/subsocial-starter/schema.graphql b/Subsocial/subsocial-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Subsocial/subsocial-starter/schema.graphql +++ b/Subsocial/subsocial-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/T3rn/t3rn-starter/schema.graphql b/T3rn/t3rn-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/T3rn/t3rn-starter/schema.graphql +++ b/T3rn/t3rn-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Unique/unique-starter/schema.graphql b/Unique/unique-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Unique/unique-starter/schema.graphql +++ b/Unique/unique-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Vara/vara-starter/schema.graphql b/Vara/vara-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Vara/vara-starter/schema.graphql +++ b/Vara/vara-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Watr/watr-starter/schema.graphql b/Watr/watr-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Watr/watr-starter/schema.graphql +++ b/Watr/watr-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Westend/westend-starter/schema.graphql b/Westend/westend-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Westend/westend-starter/schema.graphql +++ b/Westend/westend-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ diff --git a/Zeitgeist/zeitgeist-starter/schema.graphql b/Zeitgeist/zeitgeist-starter/schema.graphql index d436bb62..c7035cfd 100644 --- a/Zeitgeist/zeitgeist-starter/schema.graphql +++ b/Zeitgeist/zeitgeist-starter/schema.graphql @@ -18,7 +18,7 @@ type Transfer @entity { """ The date of the transfer """ - date: Date! + date: Date """ The account that transfers are made from """ From cb03c516f7d4b5ab5226ecab0d69159bd3d372e9 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 14 Aug 2024 13:15:37 +1200 Subject: [PATCH 2/6] update polkadot version --- Acala/acala-evm-starter/package.json | 2 +- Acala/acala-starter/package.json | 2 +- Ajuna/ajuna-starter/package.json | 2 +- Altair/altair-starter/package.json | 2 +- Astar/astar-evm-starter/package.json | 2 +- Astar/astar-starter/package.json | 2 +- Astar/astar-wasm-starter/package.json | 2 +- Automata/automata-starter/package.json | 2 +- Avail/avail-starter/package.json | 2 +- Avail/avail-turing-starter/package.json | 2 +- Bajun/bajun-starter/package.json | 2 +- Basilisk/basilisk-starter/package.json | 2 +- Bifrost/bifrost-starter/package.json | 2 +- Bitcountry/bitcountry-starter/package.json | 2 +- Bitgreen/bitgreen-starter/package.json | 2 +- Bittensor/bittensor-starter/package.json | 2 +- Calamari/calamari-starter/package.json | 2 +- Centrifuge/centrifuge-starter/package.json | 2 +- Clover/clover-starter/package.json | 2 +- ComposableFinance/composable-finance-starter/package.json | 2 +- Contextfree/contextfree-starter/package.json | 2 +- Crust/crust-starter/package.json | 2 +- Darwinia/darwinia-starter/package.json | 2 +- Efinity/efinity-starter/package.json | 2 +- Encointer/Encointer-starter/package.json | 2 +- Energy Web X/energy-web-x-starter/package.json | 2 +- Equilibrium/equilibrium-starter/package.json | 2 +- Frequency/frequency-starter/package.json | 2 +- HashedNetwork/hashed-network-starter/package.json | 2 +- Humanode/Humanode-starter/package.json | 2 +- HydraDX/hydradx-starter/package.json | 2 +- IntegriteeShell/integritee-shell-starter/package.json | 2 +- Interlay/interlay-starter/package.json | 2 +- Kapex/kapex-starter/package.json | 2 +- Karura/karura-evm-starter/package.json | 2 +- Karura/karura-starter/package.json | 2 +- Khala/khala-starter/package.json | 2 +- Kilt/kilt-spiritnet-credentials-example/package.json | 2 +- Kilt/kilt-spiritnet-starter/package.json | 2 +- Kusama/kusama-starter/package.json | 2 +- Kylin/kylin-starter/package.json | 2 +- Litentry/litentry-starter/package.json | 2 +- Manta/manta-atlantic-starter/package.json | 2 +- Moonbeam/Moonbeam-starter/package.json | 2 +- Moonbeam/moonbeam-evm-starter/package.json | 2 +- Moonriver/Moonriver-starter/package.json | 2 +- Moonriver/moonriver-evm-starter/package.json | 2 +- Multi-chain/transfers/package.json | 2 +- Nodle/nodle-starter/package.json | 2 +- OriginTrail/origintrail-starter/package.json | 2 +- Parallel/parallel-heiko-starter/package.json | 2 +- Parallel/parallel-starter/package.json | 2 +- Peaq/peaq-starter/package.json | 2 +- Polkadex/polkadex-starter/package.json | 2 +- Polkadot/Polkadot-starter/package.json | 4 ++-- Quartz/quartz-subql-starter/package.json | 2 +- Reef/reef-starter/package.json | 2 +- Shiden/shiden-starter/package.json | 2 +- Statemine/statemine-starter/package.json | 2 +- Statemint/statemint-starter/package.json | 2 +- Subsocial/subsocial-starter/package.json | 2 +- T3rn/t3rn-starter/package.json | 2 +- Unique/unique-starter/package.json | 2 +- Vara/vara-starter/package.json | 2 +- Watr/watr-starter/package.json | 2 +- Westend/westend-starter/package.json | 2 +- Zeitgeist/zeitgeist-starter/package.json | 2 +- 67 files changed, 68 insertions(+), 68 deletions(-) diff --git a/Acala/acala-evm-starter/package.json b/Acala/acala-evm-starter/package.json index 792c5091..fcfa3dce 100644 --- a/Acala/acala-evm-starter/package.json +++ b/Acala/acala-evm-starter/package.json @@ -28,7 +28,7 @@ "@subql/acala-evm-processor": "latest" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/node": "latest", "@subql/testing": "latest", diff --git a/Acala/acala-starter/package.json b/Acala/acala-starter/package.json index 978462a4..4b09348d 100644 --- a/Acala/acala-starter/package.json +++ b/Acala/acala-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Ajuna/ajuna-starter/package.json b/Ajuna/ajuna-starter/package.json index 237aee62..e9913449 100644 --- a/Ajuna/ajuna-starter/package.json +++ b/Ajuna/ajuna-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Altair/altair-starter/package.json b/Altair/altair-starter/package.json index f73557e0..2c7c0cbb 100644 --- a/Altair/altair-starter/package.json +++ b/Altair/altair-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Astar/astar-evm-starter/package.json b/Astar/astar-evm-starter/package.json index 65550da8..b2965fb4 100644 --- a/Astar/astar-evm-starter/package.json +++ b/Astar/astar-evm-starter/package.json @@ -29,7 +29,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Astar/astar-starter/package.json b/Astar/astar-starter/package.json index 20a8b3de..25a47b94 100644 --- a/Astar/astar-starter/package.json +++ b/Astar/astar-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Astar/astar-wasm-starter/package.json b/Astar/astar-wasm-starter/package.json index 8e6dc405..19ec1650 100644 --- a/Astar/astar-wasm-starter/package.json +++ b/Astar/astar-wasm-starter/package.json @@ -24,7 +24,7 @@ "ipfs-unixfs": "6.0.6" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/node": "latest", "@subql/testing": "latest", diff --git a/Automata/automata-starter/package.json b/Automata/automata-starter/package.json index 66faa1af..cfe7ea6b 100644 --- a/Automata/automata-starter/package.json +++ b/Automata/automata-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Avail/avail-starter/package.json b/Avail/avail-starter/package.json index 10923ca3..529f3698 100644 --- a/Avail/avail-starter/package.json +++ b/Avail/avail-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Avail/avail-turing-starter/package.json b/Avail/avail-turing-starter/package.json index 19f15b0c..e2ed31ee 100644 --- a/Avail/avail-turing-starter/package.json +++ b/Avail/avail-turing-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bajun/bajun-starter/package.json b/Bajun/bajun-starter/package.json index 7d4c5b23..66387bd6 100644 --- a/Bajun/bajun-starter/package.json +++ b/Bajun/bajun-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Basilisk/basilisk-starter/package.json b/Basilisk/basilisk-starter/package.json index ed0ce442..e2e792a6 100644 --- a/Basilisk/basilisk-starter/package.json +++ b/Basilisk/basilisk-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bifrost/bifrost-starter/package.json b/Bifrost/bifrost-starter/package.json index 54944896..058d676c 100644 --- a/Bifrost/bifrost-starter/package.json +++ b/Bifrost/bifrost-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bitcountry/bitcountry-starter/package.json b/Bitcountry/bitcountry-starter/package.json index fe775030..4154106d 100644 --- a/Bitcountry/bitcountry-starter/package.json +++ b/Bitcountry/bitcountry-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bitgreen/bitgreen-starter/package.json b/Bitgreen/bitgreen-starter/package.json index d591918c..a1420c5b 100644 --- a/Bitgreen/bitgreen-starter/package.json +++ b/Bitgreen/bitgreen-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Bittensor/bittensor-starter/package.json b/Bittensor/bittensor-starter/package.json index 1aea2ecd..54a988f3 100644 --- a/Bittensor/bittensor-starter/package.json +++ b/Bittensor/bittensor-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Calamari/calamari-starter/package.json b/Calamari/calamari-starter/package.json index 22acb9c9..dcf3622b 100644 --- a/Calamari/calamari-starter/package.json +++ b/Calamari/calamari-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Centrifuge/centrifuge-starter/package.json b/Centrifuge/centrifuge-starter/package.json index a559306e..13ed1d4c 100644 --- a/Centrifuge/centrifuge-starter/package.json +++ b/Centrifuge/centrifuge-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Clover/clover-starter/package.json b/Clover/clover-starter/package.json index 91bfaf3a..ef5b463a 100644 --- a/Clover/clover-starter/package.json +++ b/Clover/clover-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/ComposableFinance/composable-finance-starter/package.json b/ComposableFinance/composable-finance-starter/package.json index 8f617c13..5e4e025c 100644 --- a/ComposableFinance/composable-finance-starter/package.json +++ b/ComposableFinance/composable-finance-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Contextfree/contextfree-starter/package.json b/Contextfree/contextfree-starter/package.json index f6fa417b..79aae54d 100644 --- a/Contextfree/contextfree-starter/package.json +++ b/Contextfree/contextfree-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Crust/crust-starter/package.json b/Crust/crust-starter/package.json index e1653da6..9ff48009 100644 --- a/Crust/crust-starter/package.json +++ b/Crust/crust-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Darwinia/darwinia-starter/package.json b/Darwinia/darwinia-starter/package.json index ca6cce7b..78a7f3b8 100644 --- a/Darwinia/darwinia-starter/package.json +++ b/Darwinia/darwinia-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "typescript": "^5.2.2", diff --git a/Efinity/efinity-starter/package.json b/Efinity/efinity-starter/package.json index 65219630..cc8b6b2a 100644 --- a/Efinity/efinity-starter/package.json +++ b/Efinity/efinity-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Encointer/Encointer-starter/package.json b/Encointer/Encointer-starter/package.json index 4e476b6a..1ee51f79 100644 --- a/Encointer/Encointer-starter/package.json +++ b/Encointer/Encointer-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Energy Web X/energy-web-x-starter/package.json b/Energy Web X/energy-web-x-starter/package.json index 40a839a0..2263f754 100644 --- a/Energy Web X/energy-web-x-starter/package.json +++ b/Energy Web X/energy-web-x-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/testing": "latest", "@subql/types": "latest", diff --git a/Equilibrium/equilibrium-starter/package.json b/Equilibrium/equilibrium-starter/package.json index ecbb471e..e3fa2212 100644 --- a/Equilibrium/equilibrium-starter/package.json +++ b/Equilibrium/equilibrium-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Frequency/frequency-starter/package.json b/Frequency/frequency-starter/package.json index dd21eb51..4c192a99 100644 --- a/Frequency/frequency-starter/package.json +++ b/Frequency/frequency-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/HashedNetwork/hashed-network-starter/package.json b/HashedNetwork/hashed-network-starter/package.json index 9dea0cab..cba0f211 100644 --- a/HashedNetwork/hashed-network-starter/package.json +++ b/HashedNetwork/hashed-network-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Humanode/Humanode-starter/package.json b/Humanode/Humanode-starter/package.json index 7e0bb224..43eebecb 100644 --- a/Humanode/Humanode-starter/package.json +++ b/Humanode/Humanode-starter/package.json @@ -27,7 +27,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/HydraDX/hydradx-starter/package.json b/HydraDX/hydradx-starter/package.json index e7fc35b3..cec53bd2 100644 --- a/HydraDX/hydradx-starter/package.json +++ b/HydraDX/hydradx-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/IntegriteeShell/integritee-shell-starter/package.json b/IntegriteeShell/integritee-shell-starter/package.json index 319b8650..b2836005 100644 --- a/IntegriteeShell/integritee-shell-starter/package.json +++ b/IntegriteeShell/integritee-shell-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Interlay/interlay-starter/package.json b/Interlay/interlay-starter/package.json index 5998a1e1..dbbdcc8c 100644 --- a/Interlay/interlay-starter/package.json +++ b/Interlay/interlay-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Kapex/kapex-starter/package.json b/Kapex/kapex-starter/package.json index ef7889e2..6595b2bc 100644 --- a/Kapex/kapex-starter/package.json +++ b/Kapex/kapex-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Karura/karura-evm-starter/package.json b/Karura/karura-evm-starter/package.json index a3c8d4f2..567c73cf 100644 --- a/Karura/karura-evm-starter/package.json +++ b/Karura/karura-evm-starter/package.json @@ -25,7 +25,7 @@ "@subql/acala-evm-processor": "latest" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "typescript": "^5.2.2", diff --git a/Karura/karura-starter/package.json b/Karura/karura-starter/package.json index 5e488a2c..4a905fe5 100644 --- a/Karura/karura-starter/package.json +++ b/Karura/karura-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Khala/khala-starter/package.json b/Khala/khala-starter/package.json index aec0a0ea..bcb8dfe6 100644 --- a/Khala/khala-starter/package.json +++ b/Khala/khala-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Kilt/kilt-spiritnet-credentials-example/package.json b/Kilt/kilt-spiritnet-credentials-example/package.json index 6748f3f7..bd950ee1 100644 --- a/Kilt/kilt-spiritnet-credentials-example/package.json +++ b/Kilt/kilt-spiritnet-credentials-example/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "node-fetch": "2.6.7", diff --git a/Kilt/kilt-spiritnet-starter/package.json b/Kilt/kilt-spiritnet-starter/package.json index bd4e57c4..48b37dde 100644 --- a/Kilt/kilt-spiritnet-starter/package.json +++ b/Kilt/kilt-spiritnet-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/types": "latest", "node-fetch": "2.6.7", diff --git a/Kusama/kusama-starter/package.json b/Kusama/kusama-starter/package.json index 6715f377..e1d41078 100644 --- a/Kusama/kusama-starter/package.json +++ b/Kusama/kusama-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Kylin/kylin-starter/package.json b/Kylin/kylin-starter/package.json index 8e440420..cdf62c39 100644 --- a/Kylin/kylin-starter/package.json +++ b/Kylin/kylin-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Litentry/litentry-starter/package.json b/Litentry/litentry-starter/package.json index 6480da41..19ff5bd2 100644 --- a/Litentry/litentry-starter/package.json +++ b/Litentry/litentry-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Manta/manta-atlantic-starter/package.json b/Manta/manta-atlantic-starter/package.json index 60462988..4b3683fd 100644 --- a/Manta/manta-atlantic-starter/package.json +++ b/Manta/manta-atlantic-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Moonbeam/Moonbeam-starter/package.json b/Moonbeam/Moonbeam-starter/package.json index b30aa999..5252ac17 100644 --- a/Moonbeam/Moonbeam-starter/package.json +++ b/Moonbeam/Moonbeam-starter/package.json @@ -24,7 +24,7 @@ "ipfs-unixfs": "6.0.6" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Moonbeam/moonbeam-evm-starter/package.json b/Moonbeam/moonbeam-evm-starter/package.json index 9cd5be10..dbca0021 100644 --- a/Moonbeam/moonbeam-evm-starter/package.json +++ b/Moonbeam/moonbeam-evm-starter/package.json @@ -32,7 +32,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Moonriver/Moonriver-starter/package.json b/Moonriver/Moonriver-starter/package.json index 8313ab93..46666f51 100644 --- a/Moonriver/Moonriver-starter/package.json +++ b/Moonriver/Moonriver-starter/package.json @@ -24,7 +24,7 @@ "ipfs-unixfs": "6.0.6" }, "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Moonriver/moonriver-evm-starter/package.json b/Moonriver/moonriver-evm-starter/package.json index 8055b2c0..7c795a74 100644 --- a/Moonriver/moonriver-evm-starter/package.json +++ b/Moonriver/moonriver-evm-starter/package.json @@ -32,7 +32,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Multi-chain/transfers/package.json b/Multi-chain/transfers/package.json index 97134f80..4b2df984 100644 --- a/Multi-chain/transfers/package.json +++ b/Multi-chain/transfers/package.json @@ -25,7 +25,7 @@ "@subql/testing": "latest", "@subql/node": "latest", "@subql/cli": "latest", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^4.1.3" }, "resolutions": { diff --git a/Nodle/nodle-starter/package.json b/Nodle/nodle-starter/package.json index ea92d2df..e5d02056 100644 --- a/Nodle/nodle-starter/package.json +++ b/Nodle/nodle-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/OriginTrail/origintrail-starter/package.json b/OriginTrail/origintrail-starter/package.json index 3ca304e4..ba86a0c9 100644 --- a/OriginTrail/origintrail-starter/package.json +++ b/OriginTrail/origintrail-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Parallel/parallel-heiko-starter/package.json b/Parallel/parallel-heiko-starter/package.json index f84e5b5b..4f189777 100644 --- a/Parallel/parallel-heiko-starter/package.json +++ b/Parallel/parallel-heiko-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Parallel/parallel-starter/package.json b/Parallel/parallel-starter/package.json index 214a0a02..796e121f 100644 --- a/Parallel/parallel-starter/package.json +++ b/Parallel/parallel-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Peaq/peaq-starter/package.json b/Peaq/peaq-starter/package.json index 560edc87..032c0898 100644 --- a/Peaq/peaq-starter/package.json +++ b/Peaq/peaq-starter/package.json @@ -29,7 +29,7 @@ "@subql/testing": "latest", "@subql/node-ethereum": "latest", "ethers": "^5.7.2", - "@polkadot/api": "^10", + "@polkadot/api": "^12", "typescript": "^5.2.2", "@subql/node": "latest" }, diff --git a/Polkadex/polkadex-starter/package.json b/Polkadex/polkadex-starter/package.json index 29365e7e..8e790317 100644 --- a/Polkadex/polkadex-starter/package.json +++ b/Polkadex/polkadex-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Polkadot/Polkadot-starter/package.json b/Polkadot/Polkadot-starter/package.json index c4ce5118..c583d357 100644 --- a/Polkadot/Polkadot-starter/package.json +++ b/Polkadot/Polkadot-starter/package.json @@ -21,12 +21,12 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^11", + "@polkadot/api": "^12", "@subql/cli": "latest", "@subql/testing": "latest", "@subql/types": "latest", "typescript": "^5.2.2", - "@subql/common-substrate": "^4.0.1" + "@subql/common-substrate": "latest" }, "resolutions": { "ipfs-unixfs": "6.0.6" diff --git a/Quartz/quartz-subql-starter/package.json b/Quartz/quartz-subql-starter/package.json index 9ece32e3..bf360817 100644 --- a/Quartz/quartz-subql-starter/package.json +++ b/Quartz/quartz-subql-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Reef/reef-starter/package.json b/Reef/reef-starter/package.json index e466be7f..20c77e85 100644 --- a/Reef/reef-starter/package.json +++ b/Reef/reef-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Shiden/shiden-starter/package.json b/Shiden/shiden-starter/package.json index 477addd5..a54eac20 100644 --- a/Shiden/shiden-starter/package.json +++ b/Shiden/shiden-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Statemine/statemine-starter/package.json b/Statemine/statemine-starter/package.json index 3f03ae0b..8ce23eba 100644 --- a/Statemine/statemine-starter/package.json +++ b/Statemine/statemine-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Statemint/statemint-starter/package.json b/Statemint/statemint-starter/package.json index 870308a1..0f3cda7a 100644 --- a/Statemint/statemint-starter/package.json +++ b/Statemint/statemint-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Subsocial/subsocial-starter/package.json b/Subsocial/subsocial-starter/package.json index ccad642c..2d8f82fc 100644 --- a/Subsocial/subsocial-starter/package.json +++ b/Subsocial/subsocial-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/T3rn/t3rn-starter/package.json b/T3rn/t3rn-starter/package.json index 1adc6368..78bab022 100644 --- a/T3rn/t3rn-starter/package.json +++ b/T3rn/t3rn-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Unique/unique-starter/package.json b/Unique/unique-starter/package.json index bf50fb4b..b7eed7d4 100644 --- a/Unique/unique-starter/package.json +++ b/Unique/unique-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Vara/vara-starter/package.json b/Vara/vara-starter/package.json index fcbe21e8..7fa0001b 100644 --- a/Vara/vara-starter/package.json +++ b/Vara/vara-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "@subql/cli": "latest", "node-fetch": "2.6.7", diff --git a/Watr/watr-starter/package.json b/Watr/watr-starter/package.json index d55f7316..0deb5ea6 100644 --- a/Watr/watr-starter/package.json +++ b/Watr/watr-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Westend/westend-starter/package.json b/Westend/westend-starter/package.json index 2c5ab30e..d3b5fbba 100644 --- a/Westend/westend-starter/package.json +++ b/Westend/westend-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", diff --git a/Zeitgeist/zeitgeist-starter/package.json b/Zeitgeist/zeitgeist-starter/package.json index bcb50c9d..944176d2 100644 --- a/Zeitgeist/zeitgeist-starter/package.json +++ b/Zeitgeist/zeitgeist-starter/package.json @@ -21,7 +21,7 @@ "author": "SubQuery Team", "license": "MIT", "devDependencies": { - "@polkadot/api": "^10", + "@polkadot/api": "^12", "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", From a2888dfc898b8d3030f55d716435e6d7bf821c6b Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 14 Aug 2024 14:01:57 +1200 Subject: [PATCH 3/6] fix astar evm build --- Astar/astar-evm-starter/schema.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Astar/astar-evm-starter/schema.graphql b/Astar/astar-evm-starter/schema.graphql index 6a456919..98edbc7b 100644 --- a/Astar/astar-evm-starter/schema.graphql +++ b/Astar/astar-evm-starter/schema.graphql @@ -15,7 +15,7 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { From 30b2563c34cd1e23e4602a5ef99d9045291d50d8 Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 14 Aug 2024 14:29:25 +1200 Subject: [PATCH 4/6] more fix in graphql --- Acala/acala-evm-starter/schema.graphql | 4 ++-- Astar/astar-evm-starter/schema.graphql | 2 +- Astar/astar-wasm-starter/schema.graphql | 4 ++-- Humanode/Humanode-starter/schema.graphql | 8 ++++---- Karura/karura-evm-starter/schema.graphql | 4 ++-- Moonbeam/moonbeam-evm-starter/schema.graphql | 4 ++-- Moonriver/moonriver-evm-starter/schema.graphql | 4 ++-- Peaq/peaq-starter/schema.graphql | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Acala/acala-evm-starter/schema.graphql b/Acala/acala-evm-starter/schema.graphql index 3f184a46..5d735312 100644 --- a/Acala/acala-evm-starter/schema.graphql +++ b/Acala/acala-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type Transaction @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type Approval @entity { @@ -15,5 +15,5 @@ type Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } diff --git a/Astar/astar-evm-starter/schema.graphql b/Astar/astar-evm-starter/schema.graphql index 98edbc7b..840ee571 100644 --- a/Astar/astar-evm-starter/schema.graphql +++ b/Astar/astar-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { diff --git a/Astar/astar-wasm-starter/schema.graphql b/Astar/astar-wasm-starter/schema.graphql index ff03b26d..131a6205 100644 --- a/Astar/astar-wasm-starter/schema.graphql +++ b/Astar/astar-wasm-starter/schema.graphql @@ -11,7 +11,7 @@ type Transaction @entity { value: BigInt from: String! to: String! - contractAddress: String! + contractAddress: String } type Approval @entity { @@ -21,7 +21,7 @@ type Approval @entity { hash: String owner: String! spender: String! - contractAddress: String! + contractAddress: String } type DApp @entity { diff --git a/Humanode/Humanode-starter/schema.graphql b/Humanode/Humanode-starter/schema.graphql index 75aa191a..86d45362 100644 --- a/Humanode/Humanode-starter/schema.graphql +++ b/Humanode/Humanode-starter/schema.graphql @@ -3,7 +3,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -11,19 +11,19 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type BioauthNewAuthentication @entity { id: ID! blockNumber: Int! validatorPublicKey: String! - timestamp: Date! + timestamp: Date } type ImOnlineSomeOffline @entity { id: ID! blockNumber: Int! accountIds: [String]! - timestamp: Date! + timestamp: Date } diff --git a/Karura/karura-evm-starter/schema.graphql b/Karura/karura-evm-starter/schema.graphql index 0f381a5d..68ba5329 100644 --- a/Karura/karura-evm-starter/schema.graphql +++ b/Karura/karura-evm-starter/schema.graphql @@ -10,7 +10,7 @@ type Transaction @entity { from: String! - contractAddress: String! + contractAddress: String } type Approval @entity { @@ -21,5 +21,5 @@ type Approval @entity { spender: String! - contractAddress: String! + contractAddress: String } diff --git a/Moonbeam/moonbeam-evm-starter/schema.graphql b/Moonbeam/moonbeam-evm-starter/schema.graphql index 6a456919..840ee571 100644 --- a/Moonbeam/moonbeam-evm-starter/schema.graphql +++ b/Moonbeam/moonbeam-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -15,7 +15,7 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { diff --git a/Moonriver/moonriver-evm-starter/schema.graphql b/Moonriver/moonriver-evm-starter/schema.graphql index 6a456919..840ee571 100644 --- a/Moonriver/moonriver-evm-starter/schema.graphql +++ b/Moonriver/moonriver-evm-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -15,7 +15,7 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { diff --git a/Peaq/peaq-starter/schema.graphql b/Peaq/peaq-starter/schema.graphql index 6a456919..840ee571 100644 --- a/Peaq/peaq-starter/schema.graphql +++ b/Peaq/peaq-starter/schema.graphql @@ -7,7 +7,7 @@ type ERC20TokenTransfer @entity { value: BigInt! to: String! from: String! - contractAddress: String! + contractAddress: String } type ERC20Approval @entity { @@ -15,7 +15,7 @@ type ERC20Approval @entity { value: BigInt! owner: String! spender: String! - contractAddress: String! + contractAddress: String } type SubstrateTransfer @entity { From 257d6b87a0385e5fa5063935f260f87ba669e96e Mon Sep 17 00:00:00 2001 From: JQQQ Date: Wed, 14 Aug 2024 15:07:26 +1200 Subject: [PATCH 5/6] fix kilt --- Kilt/kilt-spiritnet-credentials-example/schema.graphql | 2 +- .../src/mappings/mappingHandlers.ts | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Kilt/kilt-spiritnet-credentials-example/schema.graphql b/Kilt/kilt-spiritnet-credentials-example/schema.graphql index a05cf177..df137fce 100644 --- a/Kilt/kilt-spiritnet-credentials-example/schema.graphql +++ b/Kilt/kilt-spiritnet-credentials-example/schema.graphql @@ -4,7 +4,7 @@ type Attestation @entity { id: ID! #id is ClaimHashOf - createddate: Date #date of creation of the attestation + createdDate: Date #date of creation of the attestation createdBlock: BigInt! #block of creation of the attestation creator: String! # Account address creationClaimHash: String! diff --git a/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts b/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts index ac3e0d9b..f0cc3a13 100644 --- a/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts +++ b/Kilt/kilt-spiritnet-credentials-example/src/mappings/mappingHandlers.ts @@ -28,8 +28,9 @@ export async function handleAttestationCreated( }); await attestation.save(); - - await handleDailyUpdate(event.block.timestamp, "CREATED"); + if(event.block.timestamp){ + await handleDailyUpdate(event.block.timestamp, "CREATED"); + } } export async function handleAttestationRevoked( @@ -53,8 +54,9 @@ export async function handleAttestationRevoked( attestation.revokedClaimHash = claimHash.toString(); await attestation.save(); - - await handleDailyUpdate(event.block.timestamp, "REVOKED"); + if(event.block.timestamp){ + await handleDailyUpdate(event.block.timestamp, "REVOKED"); + } } export async function handleDailyUpdate( From 6164ccc2b6f753bf6f648c88f60e607458f9816d Mon Sep 17 00:00:00 2001 From: JQQQ Date: Thu, 15 Aug 2024 09:57:24 +1200 Subject: [PATCH 6/6] fix quartz --- Quartz/quartz-subql-starter/package.json | 2 +- Quartz/quartz-subql-starter/tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Quartz/quartz-subql-starter/package.json b/Quartz/quartz-subql-starter/package.json index bf360817..b3402599 100644 --- a/Quartz/quartz-subql-starter/package.json +++ b/Quartz/quartz-subql-starter/package.json @@ -25,7 +25,7 @@ "@subql/types": "latest", "typescript": "^5.2.2", "@subql/cli": "latest", - "@unique-nft/types": "latest", + "@unique-nft/types": "0.2.0", "@subql/testing": "latest", "@subql/node": "latest" }, diff --git a/Quartz/quartz-subql-starter/tsconfig.json b/Quartz/quartz-subql-starter/tsconfig.json index 3837c009..ac94ddce 100644 --- a/Quartz/quartz-subql-starter/tsconfig.json +++ b/Quartz/quartz-subql-starter/tsconfig.json @@ -11,6 +11,7 @@ "rootDir": "src", "target": "es2017", "strict": true, + "skipLibCheck": true }, "include": [ "src/**/*",