Commit 5c0ba23
authored
Fix/p2p get push node config (#1127)
* feat: add logs to get/push config p2p handlers
* feat: use ERC1271 validation function for smart account calls
* feat: improve admin validation + add more logs for debugging
* fix: hex the input message in case it's a smart account signature
* chore: cleanup
* fix: use correct hashing function for smart wallets sig validation
* fix: use correct chainId for validation
* feat: pass address from http handlers to p2p | update config on push
* feat: check if node has running jobs before updating config
* test: add reject push config test when running jobs exist
* test: add logs
* test: properly stop running jobs for push config tests
* test: change integration tests order
* test: retry stopping jobs before push config handler test calls
* Revert "test: retry stopping jobs before push config handler test calls"
This reverts commit 4707021.
* fix: remove redundant check for running jobs on push config1 parent 5848307 commit 5c0ba23
File tree
5 files changed
+577
-47
lines changed- src
- components
- core/admin
- httpRoutes
- test/integration
5 files changed
+577
-47
lines changed
0 commit comments