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

Split marshaled genesis before saving it to the DB #18

Open 0Tech opened 1 year ago

0Tech commented 1 year ago

The subject of the triage:

0Tech commented 1 year ago

By this patch, cometbft will split marshaled genesis before save it to the DB. In case of upstreaming this patch, we need to fix a bug and refactor the logic.

Pros:

Cons: