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

x/auth/ante: Migrate tests to use the new client.TxConfig #6661

Merged
merged 61 commits into from
Jul 20, 2020
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
038fcb0
WIP: using encoding config
amaury1093 Jul 8, 2020
ae855fc
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 9, 2020
3b05f06
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 9, 2020
5c7da7b
Make it compile, test fails
amaury1093 Jul 9, 2020
aa485fa
test should be okay
amaury1093 Jul 9, 2020
ba338a4
Make tests pass
amaury1093 Jul 9, 2020
30c4b6b
Add comments
amaury1093 Jul 9, 2020
c78c31d
Convert more tests
amaury1093 Jul 10, 2020
9c99fbe
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 10, 2020
f208c45
Make TestAnteHandlerSigErrors work
amaury1093 Jul 10, 2020
edc3be6
Make first 2 tests pass
amaury1093 Jul 10, 2020
f6d1265
TestAnteHandlerAccountNumbers
amaury1093 Jul 10, 2020
1f79c24
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 10, 2020
5dec3f8
Use table tests
amaury1093 Jul 10, 2020
7516b46
Remove print
amaury1093 Jul 10, 2020
0c53051
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 10, 2020
0e7e1e3
Use test table
amaury1093 Jul 13, 2020
0f8bbff
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 13, 2020
d6ebbfa
TestAnteHandlerSigErrors
amaury1093 Jul 13, 2020
8151c4b
TestAnteHandlerAccountNumbers
amaury1093 Jul 13, 2020
6ced722
TestAnteHandlerAccountNumbers
amaury1093 Jul 13, 2020
d3c942a
Refactor TestAccount
amaury1093 Jul 13, 2020
a68a7c7
Refactor getSignBytes
amaury1093 Jul 13, 2020
39e382e
TestAnteHandlerAccountNumbersAtBlockHeightZero
amaury1093 Jul 13, 2020
03fc35d
TestAnteHandlerSequences
amaury1093 Jul 13, 2020
af9e5a3
TestAnteHandlerFees
amaury1093 Jul 13, 2020
0196749
TestAnteHandlerMultiSigner
amaury1093 Jul 13, 2020
5a27cc2
TestAnteHandlerBadSignBytes
amaury1093 Jul 13, 2020
5ff8cdf
TestAnteHandlerSetPubKey
amaury1093 Jul 13, 2020
327a4f7
TestAnteHandlerSigLimitExceeded
amaury1093 Jul 13, 2020
94b6297
TestCustomSignatureVerificationGasConsumer
amaury1093 Jul 13, 2020
ca42457
TestAnteHandlerReCheck
amaury1093 Jul 13, 2020
b00c3a1
Make all tests pass
amaury1093 Jul 13, 2020
7df4794
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 13, 2020
9dd9846
Refactor a little bit more
amaury1093 Jul 14, 2020
a47d1f3
Fee test
amaury1093 Jul 14, 2020
349742e
SetupTest
amaury1093 Jul 14, 2020
1fd5029
All tests pass
amaury1093 Jul 14, 2020
b958b00
Refactor to RunTestCase
amaury1093 Jul 14, 2020
880c803
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 14, 2020
39669ae
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 15, 2020
75f47ed
Don't use StdFee
amaury1093 Jul 15, 2020
4d08eca
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 15, 2020
f4f79dd
Revert some little stuff
amaury1093 Jul 15, 2020
2f2f333
Finish up last couple of test cases
amaury1093 Jul 15, 2020
d4b4665
Merge branch 'master' into am-6213-xauthante
alexanderbez Jul 15, 2020
1b85d33
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 16, 2020
ca228a3
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 16, 2020
8349420
Less verbose
amaury1093 Jul 16, 2020
db52a3e
s/TxGenerator/TxConfig
amaury1093 Jul 16, 2020
7839b6c
Add comments
amaury1093 Jul 16, 2020
02cd879
Indent
amaury1093 Jul 16, 2020
1bea3ff
Move KeyTestPubAddr to testdata
amaury1093 Jul 16, 2020
887cab8
Move testdata to /testutil
amaury1093 Jul 16, 2020
9094a39
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 17, 2020
b7ffcba
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 17, 2020
a8c574e
Revert to use signature: nil step in signing
amaury1093 Jul 17, 2020
091ea35
Add comments
amaury1093 Jul 17, 2020
fffb443
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 17, 2020
d90bf35
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 20, 2020
87e7bca
Merge branch 'master' into am-6213-xauthante
amaury1093 Jul 20, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into am-6213-xauthante
  • Loading branch information
amaury1093 committed Jul 17, 2020
commit 9094a395efdb7964f3bec791b52efee3a47a0e53

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.