- Indexing just stores useful traces (
CALL
withvalue>=0
) andDELEGATE_CALL
withdata
. Errored traces (or with a parent errored) are not stored anymore 🦖. - A migration will be executed to delete errored traces when the service starts 🗡️ .
- Notifications are not sent for transactions older than 10 minutes (for reindexing). 🔕
- Cache all-transactions endpoint 📆 .
- Add more caching for collectibles 📆.
- New ABIs for decoding: chainlink, Safe allowance module, Timelock. 📔
- Refactor
process_txs_again
command. ☕ - Fix warm shutdown on workers (
gevent
is used now and is different from theprefork
worker). ⚠️ - Fix
gevent
BlockingSwitchOutError
. 🟥 - Use block
timestamp
forcreated
forMultisigConfirmations
. 🕙 - Refactor
celery
tasks code. 📗 - Organize
gunicorn
configuration. 🐊 - Optimize nginx default configuration (add keepalive, increase
gzip compression
to6
). 👽 - Fix small warnings ⚠️ .
- Fix
ModuleTransaction
admin page ⚠️ . - Bugfixes 🐛