-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(test): migrate unit tests to the new motsu layout #423
Draft
qalisander
wants to merge
89
commits into
main
Choose a base branch
from
unit-tests/multiple-contract-deployment
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
64cb1ec
add storage guard
qalisander e2fafe8
comment non erc721 unit test
qalisander 02d3468
++
qalisander d126f0e
++
qalisander ef905e5
++
qalisander 7883a64
add ping pong test case
qalisander f49daf5
add test router
qalisander 1dc7519
add call shim
qalisander 092a370
++
qalisander e5028fc
add msg::value
qalisander c03429d
fix deadlock
qalisander 0c5ac77
ping pong works
qalisander 924e72e
++
qalisander 59cc1a2
++
qalisander 110d340
++
qalisander aa577f2
++
qalisander 01401e8
comment erc721 tests
qalisander 0cd4299
add erc721 receiver test
qalisander 2b944ce
use contract wrapper in motsu params
qalisander 0aaa81e
add msg sender mock
qalisander b920606
Merge remote-tracking branch 'origin/main' into unit-tests/multiple-c…
qalisander 33454f6
++
qalisander 299ecc4
++
qalisander acc631f
Merge remote-tracking branch 'origin/main' into unit-tests/multiple-c…
qalisander 4a747f1
comment test not ported test cases
qalisander 73c5792
remove motsu from default members, since we're going to split this li…
qalisander abfbbb9
have cargo hack just for contracts
qalisander f4a74c5
++
qalisander 2b688ce
build: bump Stylus SDK and alloy versions
bidzyyys ddef560
fix: move const value in AccessControl
bidzyyys 1d27f6c
ref: move interfaces to base modules
bidzyyys c3cc640
ref: fix AccessControl example
bidzyyys e0e71ba
fix: add missing Vec imports
bidzyyys b24bcdf
build: use koba with updated alloy
bidzyyys 0f40dc4
build: update E2E crate with new alloy
bidzyyys 3c909bf
ref: extract v as u8 from Signature
bidzyyys 1acaa4c
fix: use proper data type for U96
bidzyyys fa476f1
fix: benches
bidzyyys 1078a12
fix: constrain storage ints
bidzyyys a9c3fbe
build: update koba to v0.3.0
bidzyyys 94cb034
remove not used Provider
qalisander 06945d6
add stylus-sdk patch for external calls
qalisander 3a6e6bd
retrieve tx hashes for block timestamp
qalisander d33bdc3
fix run_check_release test for vesting_wallet
qalisander a580f98
Merge remote-tracking branch 'origin/main' into build/stylus-v0.7.0-b…
qalisander eb5cc95
update alloy to 0.8.14
qalisander 378da95
Merge remote-tracking branch 'origin/main' into build/stylus-v0.7.0-b…
qalisander e7d074f
Merge remote-tracking branch 'origin/main' into build/stylus-v0.7.0-b…
qalisander c255a90
++
qalisander f8b7645
import alloc::vec::Vec for permit
qalisander 0f2a246
remove unused code
qalisander a5d40c1
Merge remote-tracking branch 'origin/main' into unit-tests/multiple-c…
qalisander 843ded7
Merge branch 'build/stylus-v0.7.0-beta.1' into unit-tests/multiple-co…
qalisander f27aed9
++
qalisander f0f94ac
++
qalisander 32ad8fd
test ping_pong_works pass with msg::sender()
qalisander 0b31370
remove context msg_sender
qalisander 74b4672
Merge remote-tracking branch 'origin/main' into build/stylus-v0.7.0-b…
qalisander b6898fc
post merge fix
qalisander a16de97
++
qalisander acd843a
++
qalisander 47a3aa3
Merge branch 'build/stylus-v0.7.0-beta.1' into unit-tests/multiple-co…
qalisander 9a84c14
post merge fix
qalisander ed41209
alloy-primitives 0.8.14 -> 0.8.13
qalisander 780c6ec
++
qalisander 1487ee0
Merge branch 'unit-tests/multiple-contract-deployment-v0.7.0-beta' in…
qalisander 4c3366a
Merge remote-tracking branch 'origin/main' into unit-tests/multiple-c…
qalisander 297b574
patch motsu
qalisander 267289c
++
qalisander 6f71be6
++
qalisander 425cf63
++
qalisander 0ecc2a3
++
qalisander 7ee9dc1
++
qalisander 6e3bf2b
++
qalisander c302a60
++
qalisander 4b135dd
erc721 uri storage tests
qalisander c455196
erc20 tests
qalisander 0ac0b28
bump stylus sdk v0.7.0
qalisander e8fd4aa
Merge remote-tracking branch 'origin/main' into unit-tests/multiple-c…
qalisander 2d29ce0
++
qalisander 7b39a37
++
qalisander 5c0ef1a
++
qalisander f6c71b5
++
qalisander 00b1fce
Merge remote-tracking branch 'origin/main' into unit-tests/multiple-c…
qalisander 2b042a7
++
qalisander 1aba40b
++
qalisander eedad10
++
qalisander 75176c3
++
qalisander 09944a7
++
qalisander File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we want this change?