ontology icon indicating copy to clipboard operation
ontology copied to clipboard

Official Go implementation of the Ontology protocol. https://dev-docs.ont.io/#/

Results 70 ontology issues
Sort by recently updated
recently updated
newest added

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...

sharding

Merge into https://github.com/ontio/ontology/tree/quic

suspended
subchain

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