v22.12.0
·
91 commits
to dev-23.3
since this release
🎄 Merry Xmas 🎅 🎄
Breaking Changes ⚠️
- Extend the number of decimal places of dividends to 13 by @YoshihitoAso in #396
- Support postgresql 13.8 by @YoshihitoAso in #400
- Support contracts v22.12 by @purplesmoke05 in #420, #439
- Change the default value of
BLOCK_SYNC_REMAINING_THRESHOLD
by @purplesmoke05 in #424
Additions and Improvements
- Add API for chain data explorer ⛓️ by @YoshihitoAso in #434
- Response time log by @purplesmoke05 in #395
- Keep-alive option by @purplesmoke05 in #441
- Improve output when transfers are approved/cancelled and event data in sync by @YoshihitoAso in #399
- Replace token cache from on-memory to DB by @YoshihitoAso in #402
- Add exception handling for backward compatible function call by @YoshihitoAso in #406
- Add TokenHolderCollection list API by @purplesmoke05 in #409
- Variable block synchronization delay threshold by @YoshihitoAso in #412
- Change ledger creation interval to exactly 10 minutes by @YoshihitoAso in #413
- Upgrade coincurve and eth-utils by @YoshihitoAso in #414
- Upgrade web3py by @YoshihitoAso in #415
- Update sqlalchemy by @YoshihitoAso in #422
- Upgrade uvicorn by @YoshihitoAso in #427
- Deprecation of direct use of pysha3 by @YoshihitoAso in #417
- Functionality to set empty string to contract date field by @YoshihitoAso in #419
- Avoid to fetch ABI data from DB in indexer batch every cycle by @purplesmoke05 in #421
- Use only necessary columns of file by @YoshihitoAso in #429
- Unlimited request line size by @purplesmoke05 in #431
- Expand token memo field length by @purplesmoke05 in #438
- Improve batch log output by @YoshihitoAso in #442
Bug Fixes
- Correct floating-point arithmetic errors by @YoshihitoAso in #398
- POST: /token/holders/{token_address}/collection does not failover when primary Quorum fails by @YoshihitoAso in #435
Full Changelog: v22.9.0...v22.12.0