Skip to content

chore: halve per-direction emission pools (50%→25%) and bump to 1.0.12#472

Merged
entrius merged 3 commits into
testfrom
chore/reduce-direction-pool-emissions
Jun 10, 2026
Merged

chore: halve per-direction emission pools (50%→25%) and bump to 1.0.12#472
entrius merged 3 commits into
testfrom
chore/reduce-direction-pool-emissions

Conversation

@anderdc

@anderdc anderdc commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

Two small changes, targeting test:

  1. Reduce per-direction emission share 50% → 25%. DIRECTION_POOLS now allocates 0.25 to each of ('tao','btc') and ('btc','tao') (was 0.5 each). pool is a direct multiplier on miner reward (pool × crown_share × sr³ × …), so the unallocated remainder recycles.
  2. Version bump __version__ 1.0.11 → 1.0.12 (propagates to __spec_version__).

Notes

  • pyproject.toml version is left as-is, consistent with prior version-bump commits which only touch allways/__init__.py.

anderdc and others added 3 commits June 9, 2026 21:23
… to 1.0.12

Reduce the emission share distributed per swap direction from 50% to 25%
each; the remaining share recycles. Bump __version__/__spec_version__.
… pools

Bump pyproject.toml version in step with allways/__init__.py (1.0.12).
Derive test pool constants from DIRECTION_POOLS and express reward
expectations in terms of them so they track the production pool shares
instead of hardcoding 0.5.
@entrius entrius merged commit 2e8e9e6 into test Jun 10, 2026
@entrius entrius deleted the chore/reduce-direction-pool-emissions branch June 10, 2026 02:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants