Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed number of confirmations for spending a mint to 1 #1077

Merged
merged 4 commits into from
Nov 18, 2021

Conversation

psolstice
Copy link
Contributor

PR intention

Allow lelantus mints to be spent immediately after inclusion in block.

Code changes brief

Limitation on number of confirmations is UI only, no hardfork is introduced with this change.

@lgtm-com
Copy link

lgtm-com bot commented Oct 6, 2021

This pull request fixes 2 alerts when merging d68f433 into d62dccf - view on LGTM.com

fixed alerts:

  • 2 for Unused static function

@@ -26,40 +26,6 @@
('100', False), ('100', False),
]

expected_pubcoins_after_denom_spend = {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it is better to remove hard-coded coin list, It will be hard to investigate in case of fail, or if we want to make this test just pass, let's remove it, as this functionality is not being used anymore.

@lgtm-com
Copy link

lgtm-com bot commented Nov 18, 2021

This pull request fixes 4 alerts when merging 963e3d6 into 8665ae0 - view on LGTM.com

fixed alerts:

  • 2 for 'import *' may pollute namespace
  • 2 for Overwriting attribute in super-class or sub-class

@reubenyap reubenyap merged commit 4be898b into master Nov 18, 2021
@reubenyap reubenyap deleted the one-confirmation branch November 18, 2021 12:48
levonpetrosyan93 pushed a commit that referenced this pull request May 17, 2023
* Changed number of confirmations for spending a mint to 1

* Unit tests fix

* Fixed python test

* Removed obsolete test
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.

None yet

3 participants