ontology
ontology copied to clipboard
Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/
the current struct ```golang type CrossShardMsgInfo struct { FromShardID common.ShardID MsgHeight uint32 SignMsgHeight uint32 PreCrossShardMsgHash common.Uint256 CrossShardMsgRoot common.Uint256 ShardMsgHashs []*CrossShardMsgHash } type CrossShardMsgHash struct { ShardID common.ShardID MsgHash common.Uint256 SigData...
https://github.com/ontio/ontology/pull/808
This new contract has six functions: - ECAdd(): add two ec points on the `alt_bn128` curve - TwistECAdd(): add two ec points on the twist curve - ECMul(): scalar multiplication...
Setting up syncing-node with 8GB memory, syncing node panic OOM after a few hours