Skip to content
Merged
Show file tree
Hide file tree
Changes from 29 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
9cf74a5
executePayload-gateway added
zaryab2000 Oct 15, 2025
ed314ea
fix issue
zaryab2000 Oct 16, 2025
d7bd5b6
added UniversalGatewayPC
zaryab2000 Oct 16, 2025
4896323
test for gateway-execute
zaryab2000 Oct 16, 2025
cfcb6ec
removed redundancy
zaryab2000 Oct 20, 2025
a279822
fmt
zaryab2000 Oct 20, 2025
e110820
executePayload tests
zaryab2000 Oct 20, 2025
5ea292a
fmt
zaryab2000 Oct 20, 2025
31160c1
missing param added
zaryab2000 Oct 20, 2025
553eaa5
fixed bug
zaryab2000 Oct 20, 2025
878f9d4
test-gatewayPC
zaryab2000 Oct 20, 2025
8b9ea30
natspec fixes
zaryab2000 Oct 20, 2025
2e807f2
revertMsg to revertContext
zaryab2000 Oct 20, 2025
635e037
revertMsg to revertContext
zaryab2000 Oct 20, 2025
ad6e2ec
coverage
zaryab2000 Oct 20, 2025
d000d9e
added isSupportedTokens helper
zaryab2000 Oct 21, 2025
9eac0da
included Vault contract
zaryab2000 Oct 21, 2025
76ee21b
IVault + mocks
zaryab2000 Oct 21, 2025
c56dded
vault-changes
zaryab2000 Oct 21, 2025
8adcedc
fixed vault-bugs
zaryab2000 Oct 21, 2025
cf02ecd
uniGateway changes w.r.t vault.sol
zaryab2000 Oct 21, 2025
9dc59fb
test fixes
zaryab2000 Oct 21, 2025
ac53538
fixed broken tests
zaryab2000 Oct 22, 2025
0e7d4a4
updated mocks PRC+UC
zaryab2000 Oct 22, 2025
ab115f3
updated failing tests
zaryab2000 Oct 22, 2025
153a03a
updated interfaces
zaryab2000 Oct 22, 2025
06fb18c
fixed bugs
zaryab2000 Oct 22, 2025
94441ff
gatewayPC update w.r.t. UC
zaryab2000 Oct 22, 2025
cac889d
testnet gateway updated
zaryab2000 Oct 22, 2025
7040091
minimized VaultPC
zaryab2000 Oct 28, 2025
ad54ed4
whenNotPaused removed + txId added in vault.Withdraw()
zaryab2000 Oct 28, 2025
85001a5
removed _gap and refreshUniversalCore()
zaryab2000 Oct 28, 2025
8a90ebb
follow CEI pattern
zaryab2000 Oct 28, 2025
eccaa66
isSupportedToken in UC + _enforceSupportedToken VaultPC
zaryab2000 Oct 30, 2025
ac38b11
vault+gateway revert tx changes
zaryab2000 Oct 30, 2025
d4698c3
vault+gateway revert tx changes
zaryab2000 Oct 30, 2025
c16741a
added IVaultPC interface
zaryab2000 Oct 30, 2025
7d4f8b1
vaultPC for fees in gatewayPC
zaryab2000 Oct 30, 2025
7e56bee
interfaces + natspec fixes
zaryab2000 Oct 30, 2025
36c25ae
vault test coverage bump-up
zaryab2000 Oct 30, 2025
4420afa
vaulPC tests + coverage bump
zaryab2000 Oct 30, 2025
2da7c3c
removed pauser-role
zaryab2000 Oct 30, 2025
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
10 changes: 0 additions & 10 deletions contracts/evm-gateway/.env.sample

This file was deleted.

2 changes: 1 addition & 1 deletion contracts/evm-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ From `IUniversalGateway.sol`:

Core structs and enums in `src/libraries/Types.sol`:
- `TX_TYPE`: `GAS`, `GAS_AND_PAYLOAD`, `FUNDS`, `FUNDS_AND_PAYLOAD`
- `RevertInstructions { address fundRecipient; bytes revertMsg; }`
- `RevertInstructions { address fundRecipient; bytes revertContext; }`
- `UniversalPayload { to, value, data, gasLimit, maxFeePerGas, maxPriorityFeePerGas, nonce, deadline, vType }`
- `EpochUsage { uint64 epoch; uint192 used; }`

Expand Down
Loading