This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
Releases: ArweaveTeam/gateway
Releases · ArweaveTeam/gateway
v0.4.0
Rescan functionality.
Adds new commands.
yarn rescan:cache
yarn rescan:snapshot
yarn rescan:temp
snapshot
and cache
now store missing transactions in a .rescan
flat file.
New RESCAN.md
guide file.
Improved Indices
-
Fixed a bug with tags structures. Assigned
VARCHAR
with2048
bytes. -
When applicable, use
HASH
indices. Elsewise, useBTREE
for multicolumn indices.