Skip to content

Update releases for latest tm and cosmos#266

Closed
philipsu522 wants to merge 5 commits into
2.0.0betafrom
update-releases
Closed

Update releases for latest tm and cosmos#266
philipsu522 wants to merge 5 commits into
2.0.0betafrom
update-releases

Conversation

@philipsu522
Copy link
Copy Markdown
Contributor

No description provided.

@philipsu522 philipsu522 changed the base branch from master to 2.0.0beta September 29, 2022 16:03
masih pushed a commit that referenced this pull request Sep 29, 2025
## Describe your changes and provide context
This does several things:
1. Removes the deferred withdrawals and deferred mints/burns.
2. Adds a saturating sub as an alternative to safesub. We can use this
and pass ing the subUnlockedCoins to atomically perform a saturating sub
against the deferred balance first and then against the underlying
balance using subUnlockedCoins.
3. Added a partition function for the coins to separate positive and
negative values to separate remainders for the saturating sub
4. refactors the bank keepers to perform saturating subtraction instead
of safesub

## Testing performed to validate your change
Unit tests... LOTS of unit tests
masih pushed a commit that referenced this pull request Sep 30, 2025
## Describe your changes and provide context
This does several things:
1. Removes the deferred withdrawals and deferred mints/burns.
2. Adds a saturating sub as an alternative to safesub. We can use this
and pass ing the subUnlockedCoins to atomically perform a saturating sub
against the deferred balance first and then against the underlying
balance using subUnlockedCoins.
3. Added a partition function for the coins to separate positive and
negative values to separate remainders for the saturating sub
4. refactors the bank keepers to perform saturating subtraction instead
of safesub

## Testing performed to validate your change
Unit tests... LOTS of unit tests
masih pushed a commit that referenced this pull request Oct 1, 2025
@masih masih deleted the update-releases branch October 31, 2025 15:54
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