This log was last generated on Fri, 04 Aug 2023 07:25:15 GMT and should not be manually modified.
Fri, 04 Aug 2023 07:25:15 GMT
- introduce ArrowSquid archive
Wed, 02 Aug 2023 22:59:19 GMT
- upgrade
substrate-data
dependency
Tue, 01 Aug 2023 16:40:12 GMT
- migrate to per block runtime tracking
Thu, 27 Jul 2023 13:21:04 GMT
Version update only
Wed, 19 Jul 2023 16:48:14 GMT
- actually introduce
ArrowSquid
Sun, 11 Jun 2023 15:49:45 GMT
- downgrade
TypeScript
to4.9.5
Sat, 10 Jun 2023 15:11:09 GMT
- migrate to TypeScript 5 and update other dependencies
Mon, 05 Jun 2023 09:30:42 GMT
- adapt for new processor tools
Mon, 01 May 2023 18:57:46 GMT
- Introduce ArrowSquid
Sat, 25 Feb 2023 19:16:49 GMT
- refactor
util-internal-http-client
import
Sun, 19 Feb 2023 09:15:04 GMT
- reflect in types, that
.addEthereumTransaction()
will result inEthereum.Executed
events being present as well
Sun, 12 Feb 2023 12:16:19 GMT
Version update only
Thu, 09 Feb 2023 15:10:00 GMT
- support
http(s)
RPC endpoints
Thu, 29 Dec 2022 19:19:37 GMT
- add
BatchContext.isHead
property to signal when the processor is on the top of a chain - pass
isHead
flag toDatabase.advance()
Wed, 30 Nov 2022 19:36:06 GMT
- new
ctx._chain
functions for quering storage
- remove unused imports
Sun, 27 Nov 2022 18:43:31 GMT
Version update only
Sun, 06 Nov 2022 18:24:20 GMT
Version update only
Fri, 28 Oct 2022 12:04:58 GMT
- migrate to new gateway interface for data fetching
Sat, 15 Oct 2022 11:43:02 GMT
Version update only
Fri, 14 Oct 2022 13:59:14 GMT
- support polkadotjs types bundles
- fix some event type derivation issues
- fix derived type of
call.success
property, it should be always present regardless of data selection
Thu, 22 Sep 2022 15:21:10 GMT
- fix evm log handling issue due to
EVM.Log
event type upgrade
Thu, 15 Sep 2022 20:54:52 GMT
- Add special support for
EVM.Executed
andEVM.ExecutedFailed
events from Acala network
- retrieve validator from indexer gateway
Wed, 07 Sep 2022 20:52:29 GMT
- support
storage.getAll...()
API - add
.stateRoot
and.extrinsicsRoot
fields to block header
Mon, 22 Aug 2022 15:27:06 GMT
- Add specialized support for
Ethereum.transact
calls - Allow to pass multiple contract addresses to
.addEvmLog()
,.addEthereumTransaction()
and their handler counterparts
- Throw a proper error when required metadata is absent in archive
Wed, 17 Aug 2022 17:33:52 GMT
- support gear network events
- fix: not all evm log handlers where fired due to incorrect topic filtering
- fix evm log fields in gateway request
- remove
id
,pos
,name
fields from data selection types as expected by the gateway - adapt for new
EVM.Log
event arguments
Thu, 04 Aug 2022 06:00:53 GMT
- add
X-SQUID-ID
HTTP header to archive requests
Tue, 19 Jul 2022 03:09:10 GMT
- convert contract addresses to lower case in configuration methods
Sun, 10 Jul 2022 13:47:35 GMT
- fix
SubstrateBatchProcessor
item type derivation
Thu, 07 Jul 2022 15:00:50 GMT
- make
SubstrateBatchProcessor
mutable - add chaining to
SubstrateProcessor
configuration methods
Wed, 06 Jul 2022 09:25:54 GMT
- improve batch processor item type derivation
- support typesafe wrappers for chain constants
- support wildcard requests and handlers for events and calls
Mon, 27 Jun 2022 12:07:48 GMT
- handle only successful calls by default in
SubstrateProcessor.addCallHandler()
Fri, 24 Jun 2022 22:07:05 GMT
- upgrade dependencies
- improve inline docs
Wed, 22 Jun 2022 13:18:45 GMT
- export
BatchProcessorEventItem<T>
,BatchProcessorCallItem<T>
- improve inline docs
- tweak processing status log message
- fix storage multi-key requests, when list of keys is empty
Sun, 19 Jun 2022 21:47:17 GMT
Version update only
Sun, 19 Jun 2022 21:26:31 GMT
- Introduce FireSquid
Thu, 12 May 2022 15:07:10 GMT
- support
.getMany...()
queries for storage items
Thu, 05 May 2022 20:47:14 GMT
- use
int4
in status table for cockroach compatibility
Wed, 20 Apr 2022 22:55:27 GMT
- add inline docs to
SubstrateProcessor
Fri, 08 Apr 2022 10:15:29 GMT
- add validator to SubstrateBlock
Sat, 26 Mar 2022 16:32:43 GMT
- implement missing storage hashers
Mon, 14 Mar 2022 18:47:21 GMT
- internal changes to support storage item existence tests from typegen classes
Fri, 11 Mar 2022 07:38:31 GMT
- add support for storage requests
Fri, 04 Mar 2022 14:30:51 GMT
Version update only
Wed, 02 Mar 2022 18:11:28 GMT
- support special processing for
evm.Log
events - allow not to
.setTypesBundle()
for known chains
Mon, 07 Feb 2022 15:16:41 GMT
- allow to customize transaction isolation level
- handle camelCase call names within
ctx._chain.decodeCall()
- handle tx serialization failures
Wed, 02 Feb 2022 11:01:32 GMT
- upgrade dependencies
Wed, 26 Jan 2022 13:21:07 GMT
- prevent quadratic sizes of fetched data
- fix graphql error handling
Tue, 25 Jan 2022 12:44:12 GMT
- fix fetching of extrinsics with underscore in the name
Thu, 20 Jan 2022 08:42:53 GMT
- include src files into npm package
Tue, 18 Jan 2022 09:31:27 GMT
- change license to GPL3
Sun, 16 Jan 2022 18:13:02 GMT
Version update only
Thu, 13 Jan 2022 16:05:36 GMT
- Provide event.extrinsicId in the block header
- Fix decoding errors for variant types (when using typegen classes)
Mon, 10 Jan 2022 17:09:28 GMT
- use new
@subsquid/scale-codec-json
for archive data
Sat, 08 Jan 2022 13:00:12 GMT
- rename metric:
substrate_processor:last_processed_block
tosqd_processor_last_block
- rename metric:
substrate_processor:chain_height
tosqd_processor_chain_height
- add metric:
sqd_processor_mapping_blocks_per_second
- add metric:
sqd_processor_ingest_blocks_per_second
- add metric:
sqd_processor_sync_eta_seconds
- add metric:
sqd_processor_sync_ratio
- fix possibility of double ingestion
- recover from chain connection losses
Mon, 03 Jan 2022 16:07:32 GMT
- set
publishConfig.access
topublic
Mon, 03 Jan 2022 12:24:26 GMT
Initial release