Results 19 issues of Akshay

**Is your feature request related to a problem? Please describe.** The current code snippet for ocean.py on this [page](https://docs.oceanprotocol.com/building-with-ocean/using-ocean-libraries/configuration) throws an error while using `mumbai` network. ``` Traceback (most recent...

Type: Enhancement

I have fixed all the issues with the code. Now It runs successfully on my machine. To run ``` python3 train1.py case1 python3 train2.py case1 case2 tensorboard --logdir="logdir" ```

## Context / issue CLA workflow file is outdated and no in-line with other Safe repos. ## Proposed solution Update CLA workflow as per here: https://github.com/5afe/safe-core-protocol-specs/blob/main/.github/workflows/cla.yml

Fixes #754 This PR enforces stricter checks on the signature length during verification. The `checkNSignatures` now checks that after completing the signature verification, the `offset` points to the end of...

This PR adds a comment on dynamic signatures and signature length manipulation in `_checkSignaturesLength` Natspec

Fixes #790 Changes in PR: - Mention new added contracts: `SafeMigration` and `SafeToL2Setup` - Mention new module guard interface `IModuleGuard` - Update expected contract addresse

The code in Safe contracts need modification to work EIP-7702. The issues to be tackled in Safe contracts: Should EOA delegate to Safe singleton or Safe proxy? Allow EOA itself...