Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8b43a2a
Add `ts-pattern` dependency
rockbmb Apr 10, 2025
0893601
Draft proxy call filtering test
rockbmb Apr 10, 2025
8197091
Draft proxy filtering mechanism for `NonTransfer/Governance`
rockbmb Apr 15, 2025
9b70d59
Add draft of proxy filtering tests for Governance proxies
rockbmb Apr 15, 2025
cc0a6b6
Test bounty pallet in proxy call filtering test
rockbmb Apr 16, 2025
7a88a80
Refactor proxy call filtering test structure
rockbmb Apr 16, 2025
2743355
Regenerate proxy snapshots
rockbmb Apr 16, 2025
ca03501
Rework proxy filtering snapshot names
rockbmb Apr 16, 2025
3422832
Reduce amount of blocks required in proxy filtering tests
rockbmb Apr 16, 2025
7d65c20
Test Staking and NominationPools proxy call filtering
rockbmb Apr 16, 2025
9a7c60f
Test `CancelProxy` proxy call filtering
rockbmb Apr 16, 2025
97db08d
Test `Auction` proxy type filtering
rockbmb Apr 17, 2025
789ad91
Correct proxy call event snapshot names
rockbmb Apr 17, 2025
9c06981
Test `Spokesperson` proxy type filtering
rockbmb Apr 17, 2025
b79dfc9
Add and test `ParaRegistration` proxy type filtering
rockbmb Apr 17, 2025
decbf95
Test call filtering for asset proxy types
rockbmb Apr 17, 2025
d1231a3
Test call filtering for collator proxy type
rockbmb Apr 17, 2025
2ba6418
Test alliance proxy type call filtering
rockbmb Apr 22, 2025
a9d82d5
Create Fellowship proxy type call filtering test
rockbmb Apr 22, 2025
0d2c96e
Complete Fellowship proxy type call filtering test
rockbmb Apr 23, 2025
abed020
Update proxy test snapshots
rockbmb Apr 23, 2025
7ca2d8b
Test ambassador proxy type call filtering
rockbmb Apr 23, 2025
15cd431
Swap extrinsics from balances pallet in call filtering tests
rockbmb Apr 23, 2025
eed6bf2
Test `Broker` proxy type call filtering
rockbmb Apr 23, 2025
74c900d
Exclude some unstable events from `balances` pallet
rockbmb Apr 23, 2025
b9bb4e9
Test `CoretimeRenewer` proxy type call filtering
rockbmb Apr 23, 2025
490ed39
Disable credit purchase call in coretime filtering tests
rockbmb Apr 23, 2025
51621ac
Extend `Collator` proxy type call filtering test
rockbmb Apr 23, 2025
ccf5e3d
Display logging information in proxy call filtering test
rockbmb Apr 23, 2025
2881013
Update block numbers
rockbmb Apr 23, 2025
6ba7a83
Merge branch 'master' into more-proxy-e2e-tests
rockbmb Apr 23, 2025
3aeed15
Update `Broker` proxy type filtering test snapshots
rockbmb Apr 23, 2025
dc970b7
Merge branch 'master' into more-proxy-e2e-tests
rockbmb Apr 23, 2025
d3eb8e1
Improve stability of `Broker` proxy filtering test
rockbmb Apr 24, 2025
0452ae2
Test call fltering for identity proxy types
rockbmb Apr 24, 2025
628333b
Update missing `CoretimeRenewer` proxy test snapshots
rockbmb Apr 24, 2025
ec184bb
Add missing utility/system actions to some proxy types
rockbmb Apr 25, 2025
d336b74
Disable some call filtering tests pending fixes
rockbmb Apr 25, 2025
97cc1a8
Update snapshots
rockbmb Apr 25, 2025
bf42b50
Remove duplicate TODO note
rockbmb Apr 28, 2025
1f6c9b9
Merge branch 'master' into more-proxy-e2e-tests
rockbmb Apr 28, 2025
82bb5a5
Update snapshot
rockbmb Apr 29, 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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@e2e-test/networks": "workspace:*",
"@swc/core": "^1.11.5",
"lodash": "^4.17.21",
"ts-pattern": "^5.7.0",
"typescript": "^5.8.2",
"vitest": "^3.0.7"
},
Expand Down
Loading