You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we all know, now our online proof is based on the bttc chain, and every node needs to report online data to bttc online contract once every day. It will spend node's gas. But recently we think that maybe it's not necessary to report daily online proof every node every day. We can collect all this reports and calculate it as a merkle root. And we just need to report this merkle root to online contract once every day for all nodes!
So that will save all the nodes gas and can prove it by merkle root.
The docs about this BTIP is in: BTIP-20
The text was updated successfully, but these errors were encountered:
Shawn-Huang-Tron
changed the title
[feature][BTIP-1]: Use merkle root in online proof contract instead of the actural report list
[feature][BTIP-20]: Write merkle root into online proof contract instead of the actural report list
Dec 1, 2022
As we all know, now our online proof is based on the bttc chain, and every node needs to report online data to bttc online contract once every day. It will spend node's gas. But recently we think that maybe it's not necessary to report daily online proof every node every day. We can collect all this reports and calculate it as a merkle root. And we just need to report this merkle root to online contract once every day for all nodes!
So that will save all the nodes gas and can prove it by merkle root.
The docs about this BTIP is in: BTIP-20
The text was updated successfully, but these errors were encountered: