Near Explorer区块查询从9820221开始
Near Explorer block query starts from 9820221
区块浏览器 - https://explorer.mainnet.near.org/blocks/2RPJGA17MQ9GAtwSVuVbasuosgkWqDgXHKWLuX4VyYv4
我可以从块 - 9820221 开始查询。
任何人都可以帮助我理解为什么会这样,以及是否有其他浏览器可以查询块详细信息
主网从区块高度 9820210 开始(参见 mainnet genesis config), so there are no blocks before that one. The first 3 blocks are missing due to validators being offline or something like that, so the first produced block is 9820214, and you can query it: https://explorer.mainnet.near.org/blocks/CFAAJTVsw5y4GmMKNmuTNybxFJtapKcrarsTh5TPUyQf
9820210 之前的区块是在 2020 年 7 月 22 日之前在主网 运行 中生成的,但是由于某种原因 NEAR 需要从创世记重启网络,因此我们转储了区块 9820210 的状态并将其称为 a新的起源,这就是开始。你无法访问那一刻之前的历史,你只能检查创世时的状态,其中某些帐户存在某些余额、合约代码和状态。
区块浏览器 - https://explorer.mainnet.near.org/blocks/2RPJGA17MQ9GAtwSVuVbasuosgkWqDgXHKWLuX4VyYv4
我可以从块 - 9820221 开始查询。
任何人都可以帮助我理解为什么会这样,以及是否有其他浏览器可以查询块详细信息
主网从区块高度 9820210 开始(参见 mainnet genesis config), so there are no blocks before that one. The first 3 blocks are missing due to validators being offline or something like that, so the first produced block is 9820214, and you can query it: https://explorer.mainnet.near.org/blocks/CFAAJTVsw5y4GmMKNmuTNybxFJtapKcrarsTh5TPUyQf
9820210 之前的区块是在 2020 年 7 月 22 日之前在主网 运行 中生成的,但是由于某种原因 NEAR 需要从创世记重启网络,因此我们转储了区块 9820210 的状态并将其称为 a新的起源,这就是开始。你无法访问那一刻之前的历史,你只能检查创世时的状态,其中某些帐户存在某些余额、合约代码和状态。