After upgraded: * `copilot_version` from `1.0.12` to `1.0.68` * `copilot_sdk_version` from `v0.2.2` to `v1.0.5` The `get_quota` fails. ```python result = await client.rpc.account.get_quota() ``` failed, and report: ``` ServerAccountApi.get_quota() missing 1 required positional argument: 'params' ``` Reference: #1151
After upgraded:
copilot_versionfrom1.0.12to1.0.68copilot_sdk_versionfromv0.2.2tov1.0.5The
get_quotafails.failed, and report:
Reference: #1151