This PR focuses on enhancing the smart session validator implementation, introducing new action policies, and refining the session management features within the SDK. It includes new ABI definitions and updates to existing validator modules.
Detailed summary
Added CounterAbi with functions: decrementNumber, getNumber, incrementNumber, and revertOperation.
Introduced SmartSessionValidator with improved session management.
Updated addresses.ts with new contract addresses.
Enhanced CreateSessionDataParams and CreateSessionDataResponse for better session handling.
Added new action policies and validation modules.
Implemented functions for enabling and managing smart sessions.
Updated test cases for smart session validator functionalities.
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
PR-Codex overview
This PR focuses on enhancing the smart session validator implementation, introducing new action policies, and refining the session management features within the SDK. It includes new ABI definitions and updates to existing validator modules.
Detailed summary
CounterAbi
with functions:decrementNumber
,getNumber
,incrementNumber
, andrevertOperation
.SmartSessionValidator
with improved session management.addresses.ts
with new contract addresses.CreateSessionDataParams
andCreateSessionDataResponse
for better session handling.