Documentation
¶
Overview ¶
txlogpatch generates a transaction-log patch BoltDB that removes a set of forged IN_CONTRACT_TRANSFER records from specific block heights. A node loads the produced file via chain.patchTransactionLogPath / chain.patchTransactionLogEndHeight and then serves the corrected transaction logs for those heights. Transaction logs are not part of any receipt or state root, so this does not affect consensus.
Usage:
go run ./tools/txlogpatch \ -csv FORGERY_FINAL.csv -endpoint api.mainnet.iotex.one:443 -out txlog.db.patch
Click to show internal directories.
Click to hide internal directories.