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

feat: revert options and revert context #305

Merged
merged 33 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3fe0d86
split custody tests into separate file and add pause tests for custody
skosito Aug 7, 2024
9b0385e
add tests for non native connector max supply
skosito Aug 7, 2024
8c3e4f6
add more connector tests
skosito Aug 7, 2024
f11f4be
cleanup
skosito Aug 7, 2024
c730f4c
add gateway set custody connector tests
skosito Aug 7, 2024
99328df
test for zero addresses
skosito Aug 7, 2024
91c5227
zero address test
skosito Aug 7, 2024
40bf55c
add zeta non eth deposit test
skosito Aug 7, 2024
761ba15
add basic checks and tests for gatewayzevm
skosito Aug 7, 2024
6c73552
tests for no balance
skosito Aug 7, 2024
4f042cc
add missing zrc20 tests
skosito Aug 7, 2024
c698398
yarn generate
skosito Aug 7, 2024
c284f9b
Merge branch 'main' into improve-v2-coverage
skosito Aug 7, 2024
2af9c3c
generate
skosito Aug 8, 2024
6a64b38
remove revertcontext
skosito Aug 8, 2024
ce1e637
add revert options to gatewayevm
skosito Aug 8, 2024
003162a
add revertoptions to zevm
skosito Aug 8, 2024
fead9ec
Merge branch 'main' into revert-options
skosito Aug 9, 2024
15b10b6
fixes after merge...
skosito Aug 9, 2024
9b35fcb
fix tests
skosito Aug 9, 2024
46d2dd1
generate
skosito Aug 9, 2024
a439eb1
fix localnet
skosito Aug 9, 2024
03c69a7
yarn generate
skosito Aug 9, 2024
9136cc5
improve imports
skosito Aug 9, 2024
d10dd45
PR comments
skosito Aug 12, 2024
0eef4d4
revert context evm
skosito Aug 12, 2024
8fcd01a
add revert context to zevm
skosito Aug 12, 2024
82d4d98
generate
skosito Aug 12, 2024
0565180
generate
skosito Aug 12, 2024
7642d71
Merge branch 'main' into revert-options
skosito Aug 12, 2024
842f8e4
fixes after merge
skosito Aug 12, 2024
9ca10af
generate
skosito Aug 12, 2024
e20df30
generate
skosito Aug 12, 2024
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
58 changes: 33 additions & 25 deletions v2/pkg/erc20custody.sol/erc20custody.go

Large diffs are not rendered by default.

307 changes: 90 additions & 217 deletions v2/pkg/erc20custody.t.sol/erc20custodytest.go

Large diffs are not rendered by default.

58 changes: 33 additions & 25 deletions v2/pkg/erc20custodyechidnatest.sol/erc20custodyechidnatest.go

Large diffs are not rendered by default.

434 changes: 153 additions & 281 deletions v2/pkg/gatewayevm.sol/gatewayevm.go

Large diffs are not rendered by default.

284 changes: 78 additions & 206 deletions v2/pkg/gatewayevm.t.sol/gatewayevminboundtest.go

Large diffs are not rendered by default.

307 changes: 90 additions & 217 deletions v2/pkg/gatewayevm.t.sol/gatewayevmtest.go

Large diffs are not rendered by default.

434 changes: 153 additions & 281 deletions v2/pkg/gatewayevmechidnatest.sol/gatewayevmechidnatest.go

Large diffs are not rendered by default.

284 changes: 78 additions & 206 deletions v2/pkg/gatewayevmupgrade.t.sol/gatewayevmuupsupgradetest.go

Large diffs are not rendered by default.

488 changes: 180 additions & 308 deletions v2/pkg/gatewayevmupgradetest.sol/gatewayevmupgradetest.go

Large diffs are not rendered by default.

320 changes: 97 additions & 223 deletions v2/pkg/gatewayevmzevm.t.sol/gatewayevmzevmtest.go

Large diffs are not rendered by default.

222 changes: 116 additions & 106 deletions v2/pkg/gatewayzevm.sol/gatewayzevm.go

Large diffs are not rendered by default.

48 changes: 29 additions & 19 deletions v2/pkg/gatewayzevm.t.sol/gatewayzevminboundtest.go

Large diffs are not rendered by default.

75 changes: 44 additions & 31 deletions v2/pkg/gatewayzevm.t.sol/gatewayzevmoutboundtest.go

Large diffs are not rendered by default.

56 changes: 32 additions & 24 deletions v2/pkg/ierc20custody.sol/ierc20custody.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading