Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(contract): handle staking and redelegation failures gracefully (#…
…1868) Refactor staking and redelegation logic to use `call` for error handling. This ensures the contract can handle failures without reverting, improving system robustness. Changes include decoding responses and conditionally updating state based on success.
- Loading branch information