Magician-Blockchain / Magician-Scanning

Magician-Scanning is a toolkit developed in Java for scanning blockchains, which can be used to monitor transactions according to the needs of developers, and it plans to support three chains, ETH (BSC, POLYGON, etc.), SOL and TRON
https://magician-io.com
MIT License
79 stars 17 forks source link

目前无法设置扫描工具停止区块 #4

Open dsapr opened 1 year ago

dsapr commented 1 year ago

无法设置扫秒工具停止区块,有时业务上只需要回放某一段历史区块

yuyenews commented 1 year ago

好的,我后面加一下

yuyenews commented 1 year ago

已经加上了,

.setEndBlockNumber(BigInteger.valueOf(24318680)) // 扫描到哪个块高就停止这个任务(不设置,或者设置为0,代表不限制)