Finschia / cometbft

CometBFT (fork of Tendermint Core): A distributed, Byzantine fault-tolerant, deterministic state machine replication engine
https://docs.cometbft.com
Apache License 2.0
0 stars 0 forks source link

Use the value receiver instead of the pointer receiver in Pubkey.Identity() (Triage on ostracon#492) #10

Closed 0Tech closed 11 months ago

0Tech commented 11 months ago

The subject of the triage:

Mdaiki0730 commented 11 months ago

It seems that crypto/composite/composite.go does not exist at the stage of v0.38.0. https://github.com/cometbft/cometbft/tree/v0.38.0/crypto

crypto/composite/composite.go was experimentally introduced in ostracon#194 for BLS signatures and removed in ostracon#541. https://github.com/Finschia/ostracon/pull/194 https://github.com/Finschia/ostracon/pull/541

It seems that there is no need to reflect it in cometbft.