grassroadsZ
grassroadsZ
感谢大佬的详细文章,修正一点,ABI 的参数可以通过 depositETH 这个方法在js文件中 搜方法,然后对于 EIP 1559 请求构建参数的时候 只需要在原有的参数 里面加个 type 类型即可, 值固定是0x2 [,参考](https://github.com/ethereum/web3.py/issues/2091) ``` params = { 'gas': 250000, 'nonce': web3_instance.eth.getTransactionCount(web3_instance.toChecksumAddress(from_address)), 'from': web3_instance.toChecksumAddress(from_address), 'value': web3_instance.toWei(l1_amount, "ether"), # 'gasPrice': w3.toWei('5',...
# 修复子类重写send_http方法后,获取到的始终是调用类.send_http
使用getattr,兼容继承BaseApi 重写send_http 后包KeyError 的情况
1. 目前 dependence 装饰器的 var_name 是一个Text字符串, 存在后置接口需要前置接口响应的90%的参数, 如果是这种情况的话,需要打n个 dependence 注解,能否支持传多个参数
```shell [root@ecs-9473 shell]# kbcli version Kubernetes: v1.30.4-r4-30.0.14.11 KubeBlocks: 0.9.2 kbcli: 0.9.2 [root@ecs-9473 shell]# kubectl get po -n agent |grep post pg-postgresql-0 3/4 Running 0 77m pg-postgresql-1 3/4 Running 0 77m...