-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adds 'should reject and not refund a pegout when a contract is trying… #148
Closed
jeremy-then
wants to merge
120
commits into
add-pegout-with-fee-above-value-test
from
add-pegout-from-contract-test
Closed
Adds 'should reject and not refund a pegout when a contract is trying… #148
jeremy-then
wants to merge
120
commits into
add-pegout-with-fee-above-value-test
from
add-pegout-from-contract-test
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…he whitelisting from the start.
Delete old disable lock whitelist file and created a new to disable t…
…active Starts tests with all forks active
Increase locking cap to 21 million as part of the setup start
Renames locking cap file
Removes forks activation and checks related code
Changes the federation from the start.
Renames 2wp.js file to 2wp-legacy.js
Updates bridge transaction parser dependency to point to npm
Add legacy pegin from bech32 test
…n-to-tests Adds unrefundable_pegin event check for tests that emmit it.
…ants Refactors PEGOUT_EVENTS in constants to include signature.
…ated-events Adds check for release_requested event after a pegin refund.
…turn-to-rsk-test Adds 'should reject and refund pegin with multiple OP_RETURN outputs …
…n-and-one-to-rsk Adds 'should do a pegin v1 with multiple OP_RETURN outputs but only o…
…ad-test Adds 'should reject and refund pegin with OP_RETURN output to RSK wit…
…n-test Adds 'should reject and refund pegin with invalid pegin v1 version wi…
Adds 'should do a basic legacy pegin using p2sh-segwit sender with th…
…covered-by-new-tests Deletes old pegin tests already covered by new tests.
…wn-suite Put all pegin tests in their own test suite.
…ions. Refactored.
Adds basic pegout test
…lready-covered Removes old basic pegout tests already covered by new test.
… to execute it' test
Quality Gate passedIssues Measures |
jeremy-then
force-pushed
the
add-pegout-with-fee-above-value-test
branch
from
October 26, 2024 22:19
08d4d77
to
aed2792
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds 'should reject and not refund a pegout when a contract is trying to execute it' test