-
Notifications
You must be signed in to change notification settings - Fork 955
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
PoS tx tests #254
Merged
Merged
PoS tx tests #254
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
pls update wasm |
tzemanovic
force-pushed
the
junkicide+tomas/pos-tx-tests
branch
from
August 17, 2022 15:48
a235b80
to
7b5fefa
Compare
tzemanovic
added a commit
that referenced
this pull request
Aug 17, 2022
* junkicide+tomas/pos-tx-tests: test: add seed for failed PoS VP test [ci skip] wasm checksums update pos/vp: remove redundant validity predicate storage key check doc fixed in proof_of_stake/ Update comments quick doc fix removed a deprecated function, spelling fixes clean up documentation tests/pos: add proptest-regressions file Changelog: add #462 wasm: test tx_withdraw wasm: tx_unbond tests PoS: fix Bonds data type and application of unbonding on it PoS: fix type s/OffsetUnboundingLen/OffsetUnbondingLen tests: reuse init_pos for native pos vp test tests: make native pos vp module public tests: add re-usable PoS initialization helper PoS: add PartialOrd, Ord, PartialEq and Eq for Epoched an EpochedDelta tests: expose native_vp test helpers shared/token: add arb_amount_ceiled testing strategy wasm: add tx_bond tests shared/token: add arb_amount testing strategy shared/key: add arb_common_keypair testing strategy
Closed
tzemanovic
force-pushed
the
junkicide+tomas/pos-tx-tests
branch
from
August 17, 2022 16:26
7b5fefa
to
c40e2d3
Compare
tzemanovic
force-pushed
the
junkicide+tomas/pos-tx-tests
branch
from
August 17, 2022 16:37
c40e2d3
to
d5ccb62
Compare
tzemanovic
added a commit
that referenced
this pull request
Aug 21, 2022
* junkicide+tomas/pos-tx-tests: test: add seed for failed PoS VP test [ci skip] wasm checksums update pos/vp: remove redundant validity predicate storage key check doc fixed in proof_of_stake/ Update comments quick doc fix removed a deprecated function, spelling fixes clean up documentation tests/pos: add proptest-regressions file Changelog: add #462 wasm: test tx_withdraw wasm: tx_unbond tests PoS: fix Bonds data type and application of unbonding on it PoS: fix type s/OffsetUnboundingLen/OffsetUnbondingLen tests: reuse init_pos for native pos vp test tests: make native pos vp module public tests: add re-usable PoS initialization helper PoS: add PartialOrd, Ord, PartialEq and Eq for Epoched an EpochedDelta tests: expose native_vp test helpers shared/token: add arb_amount_ceiled testing strategy wasm: add tx_bond tests shared/token: add arb_amount testing strategy shared/key: add arb_common_keypair testing strategy
4 tasks
tzemanovic
added a commit
that referenced
this pull request
Aug 24, 2022
* junkicide+tomas/pos-tx-tests: test: add seed for failed PoS VP test [ci skip] wasm checksums update pos/vp: remove redundant validity predicate storage key check doc fixed in proof_of_stake/ Update comments quick doc fix removed a deprecated function, spelling fixes clean up documentation tests/pos: add proptest-regressions file Changelog: add #462 wasm: test tx_withdraw wasm: tx_unbond tests PoS: fix Bonds data type and application of unbonding on it PoS: fix type s/OffsetUnboundingLen/OffsetUnbondingLen tests: reuse init_pos for native pos vp test tests: make native pos vp module public tests: add re-usable PoS initialization helper PoS: add PartialOrd, Ord, PartialEq and Eq for Epoched an EpochedDelta tests: expose native_vp test helpers shared/token: add arb_amount_ceiled testing strategy wasm: add tx_bond tests shared/token: add arb_amount testing strategy shared/key: add arb_common_keypair testing strategy
Closed
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.
closes #22, fixes #164 (5d65759 added the same seed to confirm)
based on #351
moved from anoma/anoma#1090