积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(57)区块链(57)

语言

全部中文(简体)(31)英语(26)

格式

全部其他文档 其他(30)PDF文档 PDF(27)
 
本次搜索耗时 0.464 秒,为您找到相关结果约 57 个.
  • 全部
  • 后端开发
  • 区块链
  • 全部
  • 中文(简体)
  • 英语
  • 全部
  • 其他文档 其他
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • epub文档 FISCO BCOS 2.1.0 中文文档

    CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); 总结 EVM是一个状态执行的机器,输入是solidity编译后的二进制指令和节点的状 态数据,输出是 not-enough gas exception 9(0x9) BlockGasLimitReached GasLimit exception 10(0xa) BadInstruction wrong instruction exception status (decimal/hexadecimal) message definition 11(0xb) BadJumpDestination wrong jump
    0 码力 | 1058 页 | 740.85 KB | 1 年前
    3
  • epub文档 FISCO BCOS 2.3.0 中文文档

    CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall() long (RC version) 9(0x9) BlockGasLimitReached GasLimit exception 10(0xa) BadInstruction wrong instruction exception 11(0xb) BadJumpDestination wrong jump destination exception 12(0xc) OutOfGas out-of-gas
    0 码力 | 1227 页 | 10.79 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.2.0 中文文档

    CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall() long (RC version) 9(0x9) BlockGasLimitReached GasLimit exception 10(0xa) BadInstruction wrong instruction exception 11(0xb) BadJumpDestination wrong jump destination exception 12(0xc) OutOfGas out-of-gas
    0 码力 | 1156 页 | 10.03 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.4.0 中文文档

    CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall() long (RC version) 9(0x9) BlockGasLimitReached GasLimit exception 10(0xa) BadInstruction wrong instruction exception 11(0xb) BadJumpDestination wrong jump destination exception 12(0xc) OutOfGas out-of-gas
    0 码力 | 1314 页 | 11.21 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.5.0 中文文档

    CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall() long (RC version) 9(0x9) BlockGasLimitReached GasLimit exception 10(0xa) BadInstruction wrong instruction exception 11(0xb) BadJumpDestination wrong jump destination exception 12(0xc) OutOfGas out-of-gas
    0 码力 | 1456 页 | 13.35 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.9.0 中文文档

    e/console.html#setsystemconfigbykey] 2. 检查合约的逻辑,修复合约逻辑的漏洞 2. revert instruction 问题描述: 交易回滚,交易回执状态值为0x16,错误描述revert instruction,这个错 误是因为合约的逻辑问题,包括: 访问调用未初始化的合约 访问初始化为0x0的合约 数组越界访问 除零错误 调用assert、revert CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall()
    0 码力 | 2649 页 | 201.08 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.7.2 中文文档

    e/console.html#setsystemconfigbykey] 2. 检查合约的逻辑,修复合约逻辑的漏洞 2. revert instruction 问题描述: 交易回滚,交易回执状态值为0x16,错误描述revert instruction,这个错 误是因为合约的逻辑问题,包括: 访问调用未初始化的合约 访问初始化为0x0的合约 数组越界访问 除零错误 调用assert、revert CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall()
    0 码力 | 2520 页 | 211.87 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.8.0 中文文档

    e/console.html#setsystemconfigbykey] 2. 检查合约的逻辑,修复合约逻辑的漏洞 2. revert instruction 问题描述: 交易回滚,交易回执状态值为0x16,错误描述revert instruction,这个错 误是因为合约的逻辑问题,包括: 访问调用未初始化的合约 访问初始化为0x0的合约 数组越界访问 除零错误 调用assert、revert CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall()
    0 码力 | 2534 页 | 212.43 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.9.0 中文文档

    e/console.html#setsystemconfigbykey] 2. 检查合约的逻辑,修复合约逻辑的漏洞 2. revert instruction 问题描述: 交易回滚,交易回执状态值为0x16,错误描述revert instruction,这个错 误是因为合约的逻辑问题,包括: 访问调用未初始化的合约 访问初始化为0x0的合约 数组越界访问 除零错误 调用assert、revert CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall()
    0 码力 | 2649 页 | 201.08 MB | 1 年前
    3
  • epub文档 FISCO BCOS 2.8.0 中文文档

    e/console.html#setsystemconfigbykey] 2. 检查合约的逻辑,修复合约逻辑的漏洞 2. revert instruction 问题描述: 交易回滚,交易回执状态值为0x16,错误描述revert instruction,这个错 误是因为合约的逻辑问题,包括: 访问调用未初始化的合约 访问初始化为0x0的合约 数组越界访问 除零错误 调用assert、revert CASE(CALLCODE) { ON_OP(); if (m_OP == Instruction::DELEGATECALL && m_rev < EVMC_HOMESTEAD) throwBadInstruction(); if (m_OP == Instruction::STATICCALL && m_rev < EVMC_BYZANTIUM) throwBadInstruction(); if (m_OP == Instruction::CALL && m_message->flags & EVMC_STATIC && m_SP[2] != 0) throwDisallowedStateChange(); m_bounce = &VM::caseCall; } BREAK void VM::caseCall()
    0 码力 | 2534 页 | 212.43 MB | 1 年前
    3
共 57 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
前往
页
相关搜索词
FISCOBCOS2.1中文文档2.32.22.42.52.92.72.8
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩