mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
5cb8025ddd
* cleanup legacy "3 dot" check (#2625)
* Allow to peers behind NAT to get up to preferred_max connections (#2543)
Allow to peers behind NAT to get up to preffered_max connections
If peer has only outbound connections it's mot likely behind NAT and we should not stop it from getting more outbound connections
* Reduce usage of unwrap in p2p crate (#2627)
Also change store crate a bit
* Simplify (and fix) output_pos cleanup during chain compaction (#2609)
* expose leaf pos iterator
use it for various things in txhashset when iterating over outputs
* fix
* cleanup
* rebuild output_pos index (and clear it out first) when compacting the chain
* fixup tests
* refactor to match on (output, proof) tuple
* add comments to compact() to explain what is going on.
* get rid of some boxing around the leaf_set iterator
* cleanup
* [docs] Add switch commitment documentation (#2526)
* remove references to no-longer existing switch commitment hash
(as switch commitments were removed in
|
||
---|---|---|
.. | ||
api | ||
chain | ||
dandelion | ||
internal | ||
merkle_proof | ||
pow | ||
build.md | ||
build_ES.md | ||
build_JP.md | ||
build_KR.md | ||
code_structure.md | ||
coinbase_maturity.md | ||
contract_ideas.md | ||
contracts.md | ||
fast-sync.md | ||
fast-sync_ES.md | ||
fast-sync_KR.md | ||
grin4bitcoiners.md | ||
intro.md | ||
intro_DE.md | ||
intro_ES.md | ||
intro_JP.md | ||
intro_KR.md | ||
intro_NL.md | ||
intro_PT-BR.md | ||
intro_RU.md | ||
intro_SE.md | ||
intro_ZH-CN.md | ||
merkle.md | ||
mmr.md | ||
pruning.md | ||
pruning_KR.md | ||
release_instruction.md | ||
state.md | ||
state_JP.md | ||
state_KR.md | ||
stratum.md | ||
stratum_KR.md | ||
switch_commitment.md | ||
table_of_contents_.md | ||
table_of_contents_KR.md | ||
toc.md |