💡 New environment variables
New environment variables list
| Variable | Description | Parameters |
|---|---|---|
INDEXER_PENDING_TRANSACTIONS_SANITIZER_INTERVAL
| Interval between pending transactions sanitizing. Implemented in #11601. | Version: v6.10.1 |
🚀 Features
- Support OP Holocene upgrade (#11355)
- Add active DB connections metric (#11321)
- Add protocol icon to the search result (#11478)
🐛 Bug Fixes
- Remove unnecessary internal transactions preload (#11643)
- Fix bug in Indexer.Fetcher.EmptyBlocksSanitizer module (#11636)
- Multichain search: process address in chunks (#11632)
- Fix transactions deadlock (#11623)
- Fix tokens and transactions deadlocks (#11620)
- Order address names to return the latest non-primary (#11612)
- Rename tx_burnt_fee prop in API v2 endpoint (#11563)
- Celo fee handler (#11387)
- Fix addresses deadlock (#11616)
- Besu raw trace (#11413)
- Fix tokens deadlock (#11603)
- Set timeout: :infinity for PendingTransactionsSanitizer delete (#11600)
- Fixed Missing Closing Quotation Marks in sed Expressions Update version_bump.sh (#11574)
- The same DA blobs for different Arbitrum batches (#11485)
- Extended list of apps in the devcontainer helper script (#11396)
- Fix MarketHistory test (#11547)
- Advanced-filters csv format (#11494)
- Fix verifyproxycontract endpoint (#11523)
- Fix minor grammatical issue Update README.md (#11544)
📚 Documentation
- Typo fix Update README.md (#11595)
- Typo fix Update CODE_OF_CONDUCT.md (#11572)
- Fix minor grammar and phrasing inconsistencies Update README.md (#11548)
- Fixed incorrect usage of -d flag in stop containers command Update README.md (#11522)
⚡ Performance
- Implement batched requests and DB upsert operations Indexer.Fetcher.EmptyBlocksSanitizer module (#11555)
⚙️ Miscellaneous Tasks
- Remove unused Explorer.Token.InstanceOwnerReader module (#11570)
- Optimize coin balances deriving (#11613)
- Fix typo Update CHANGELOG.md (#11607)
- Add env variable for PendingTransactionsSanitizer interval (#11601)
- Documentation for Explorer.Chain.Transaction.History.Historian (#11397)
- Extend error message on updating token balance with token id (#11524)
What's Changed
- chore(deps): bump dataloader from 2.0.1 to 2.0.2 by @dependabot in #11525
- chore(deps): bump ex_aws_s3 from 2.5.3 to 2.5.6 by @dependabot in #11452
- Fix minor grammatical issue Update README.md by @famouswizard in #11544
- chore: Extend error message on updating token balance with token id by @vbaranov in #11524
- docs: Fixed incorrect usage of -d flag in stop containers command Upd… by @mdqst in #11522
- chore(deps-dev): bump mock from 0.3.8 to 0.3.9 by @dependabot in #11450
- fix: Fix verifyproxycontract endpoint by @nikitosing in #11523
- fix: advanced-filters csv format by @sl1depengwyn in #11494
- chore(deps): bump cachex from 4.0.2 to 4.0.3 by @dependabot in #11380
- chore(deps): bump image from 0.54.2 to 0.55.2 by @dependabot in #11383
- chore(deps): bump hammer_backend_redis from 6.1.2 to 6.2.0 by @dependabot in #11448
- chore(deps): bump ex_cldr from 2.40.1 to 2.40.2 by @dependabot in #11526
- chore(deps): bump floki from 0.36.3 to 0.37.0 by @dependabot in #11382
- chore: documentation for Explorer.Chain.Transaction.History.Historian by @akolotov in #11397
- fix: Fix MarketHistory flickering test by @vbaranov in #11547
- fix: extended list of apps in the devcontainer helper script by @akolotov in #11396
- docs: Fix minor grammar and phrasing inconsistencies Update README.md by @famouswizard in #11548
- fix: the same DA blobs for different Arbitrum batches by @akolotov in #11485
- chore(deps-dev): bump credo from 1.7.10 to 1.7.11 by @dependabot in #11568
- chore(deps-dev): bump ex_doc from 0.35.1 to 0.36.1 by @dependabot in #11569
- feat: Add protocol icon to the search result by @nikitosing in #11478
- docs: grammar fix @ CODE_OF_CONDUCT.md by @mdqst in #11572
- chore(deps-dev): bump webpack-cli from 5.1.4 to 6.0.1 in /apps/block_scout_web/assets by @dependabot in #11583
- chore(deps): bump @fortawesome/fontawesome-free from 6.7.1 to 6.7.2 in /apps/block_scout_web/assets by @dependabot in #11581
- chore(deps): bump sweetalert2 from 11.14.1 to 11.15.3 in /apps/block_scout_web/assets by @dependabot in #11585
- chore(deps): bump mixpanel-browser from 2.56.0 to 2.58.0 in /apps/block_scout_web/assets by @dependabot in #11576
- chore(deps): bump highlight.js from 11.10.0 to 11.11.1 in /apps/block_scout_web/assets by @dependabot in #11578
- chore(deps): bump viewerjs from 1.11.6 to 1.11.7 in /apps/block_scout_web/assets by @dependabot in #11577
- chore(deps-dev): bump sass from 1.81.0 to 1.83.0 in /apps/block_scout_web/assets by @dependabot in #11580
- chore(deps): bump @amplitude/analytics-browser from 2.11.9 to 2.11.11 in /apps/block_scout_web/assets by @dependabot in #11584
- fix: Fixed Missing Closing Quotation Marks in sed Expressions Update … by @mdqst in #11574
- chore(deps-dev): bump webpack from 5.96.1 to 5.97.1 in /apps/block_scout_web/assets by @dependabot in #11579
- docs: typo fix Update README.md by @annwag in #11595
- Fix Typo in
transaction.exby @MonkeyKing44 in #11588 - fix: Set timeout: :infinity for PendingTransactionsSanitizer delete by @Qwerty5Uiop in #11600
- chore: Add env variable for PendingTransactionsSanitizer interval by @Qwerty5Uiop in #11601
- fix: Fix tokens deadlock by @Qwerty5Uiop in #11603
- Fix typo Update CHANGELOG.md by @petryshkaCODE in #11607
- chore(deps): bump ex_keccak from 0.7.5 to 0.7.6 by @dependabot in #11606
- feat: Add active DB connections metric by @Qwerty5Uiop in #11321
- fix: Besu raw trace by @Qwerty5Uiop in #11413
- chore: Optimize coin balances deriving by @Qwerty5Uiop in #11613
- fix: Fix addresses deadlock by @Qwerty5Uiop in #11616
- chore: Remove unused Explorer.Token.InstanceOwnerReader module by @vbaranov in #11570
- fix: celo fee handler by @fedor-ivn in #11387
- chore: Rename tx_burnt_fee prop in API v2 endpoint by @vbaranov in #11563
- fix: Order address names to return the latest non-primary by @vbaranov in #11612
- fix: Fix tokens and transactions deadlocks by @Qwerty5Uiop in #11620
- perf: Implement batched requests and DB upsert operations Indexer.Fetcher.EmptyBlocksSanitizer module by @vbaranov in #11555
- fix: Fix transactions deadlock by @Qwerty5Uiop in #11623
- fix: spelling for
languageenum field onsmart_contractsrelation by @fedor-ivn in #11628 - fix: Multichain search: process address in chunks by @vbaranov in #11632
- fix: Fix bug in Indexer.Fetcher.EmptyBlocksSanitizer module by @vbaranov in #11636
- feat: Support OP Holocene upgrade by @varasev in #11355
- fix: Remove unnecessary internal transactions preload by @Qwerty5Uiop in #11643
New Contributors
- @famouswizard made their first contribution in #11544
- @mdqst made their first contribution in #11522
- @annwag made their first contribution in #11595
- @MonkeyKing44 made their first contribution in #11588
- @petryshkaCODE made their first contribution in #11607
Full Changelog: v6.10.0...v6.10.1