-
Notifications
You must be signed in to change notification settings - Fork 384
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
Disallow issuance calls in bitcoin mode #625
Disallow issuance calls in bitcoin mode #625
Conversation
Do you have an idea of how invasive it would be to drop |
Would only be invasive for compatibility functional tests, AFAIK |
Lots of builds failing for very strange reasons. Will need to investigate. |
tests were doing a DEPENDS caching run, just restarting |
One build timing out now. Ready for review/merge. |
5de1e3f Disallow issuance calls in bitcoin mode (Gregory Sanders) Pull request description: Enough people are running `-regtest` and getting confused as to why they cannot issue assets to make some checks worth it even though we don't intend people to run bitcoin mode at all. Tree-SHA512: cb595839d01a000b5a48be4ae5c7084a687bb5c252be8f812f56455082ed78e66cb15313ab15934941cd403040ae253d8270faf6e85995d5caa0d1a66ccd3c6c
Enough people are running
-regtest
and getting confused as to why they cannot issue assets to make some checks worth it even though we don't intend people to run bitcoin mode at all.