Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Latest commit

 

History

History
89 lines (48 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

89 lines (48 loc) · 1.4 KB

Changelog

All notable changes to this project will be documented in this file.

[2.7.0] - 2023-07-24

Features

  • Expose scan_time_limit parameter

[2.6.7] - 2023-04-13

Bug Fixes

  • Revert simplified block scanning algorithm

[2.6.6] - 2023-04-13

Bug Fixes

  • Force cockroach to use specific index for ethereum transactions

[2.6.5] - 2023-04-11

Bug Fixes

  • Simplify block scanning algorithm

Miscellaneous Tasks

  • Improve README.md

[2.6.4] - 2023-03-08

Bug Fixes

  • Annotate types to please postgres planner

[2.6.3] - 2023-02-21

Bug Fixes

  • Performace downgrade for wildcard search

[2.6.2] - 2023-02-19

Bug Fixes

  • Force index for event table if db is cockroach

[2.6.1] - 2023-02-13

Bug Fixes

  • Remove ethereumExecuted api and expand ethereumTransactions one

Miscellaneous Tasks

  • Use sql builder for some queries
  • Improve tests

[2.6.0] - 2023-02-10

Features

  • Add ethereumExecuted api

[2.5.1] - 2023-02-07

Bug Fixes

  • Reduce batch loader abnormal memory usage

Miscellaneous Tasks

  • Fix tests and make scan_* parameters optional
  • Remove redundant entities convertion
  • Bump dependencies
  • Extend logging
  • Simplify archive api

[2.5.0] - 2022-12-23

Features

  • Wildcard search for Contracts.ContractEmitted events
  • Add --scan-start-value and --scan-max-value cli parameters