File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ If you enter '.', the field will be left blank.
4949Country Name (2 letter code) [AU]:CN
5050State or Province Name (full name) [Some-State]:Beijing
5151Locality Name (eg, city) []:Beijing
52- Organization Name (eg, company) [Internet Widgits Pty Ltd]:Blockchain
52+ Organization Name (eg, company) [Internet Widgets Pty Ltd]:Blockchain
5353Organizational Unit Name (eg, section) []:Dev
5454Common Name (e.g. server FQDN or YOUR name) []:example.com
5555Email Address []:
Original file line number Diff line number Diff line change 66
77智能合约(Smart Contract)是以太坊中最为重要的一个概念,即以计算机程序的方式来缔结和运行各种合约。最早在上世纪 90 年代,Nick Szabo 等人就提出过类似的概念,但一直依赖因为缺乏可靠执行智能合约的环境,而被作为一种理论设计。区块链技术的出现,恰好补充了这一缺陷。
88
9- 以太坊支持通过图灵完备的高级语言(包括 Solidity、Serpent、Viper)等来开发智能合约。智能合约作为运行在以太坊虚拟机(Ethereum Virual Machine,EVM)中的应用,可以接受来自外部的交易请求和事件,通过触发运行提前编写好的代码逻辑,进一步生成新的交易和事件,可以进一步调用其它智能合约。
9+ 以太坊支持通过图灵完备的高级语言(包括 Solidity、Serpent、Viper)等来开发智能合约。智能合约作为运行在以太坊虚拟机(Ethereum Virtual Machine,EVM)中的应用,可以接受来自外部的交易请求和事件,通过触发运行提前编写好的代码逻辑,进一步生成新的交易和事件,可以进一步调用其它智能合约。
1010
1111智能合约的执行结果可能对以太坊网络上的账本状态进行更新。这些修改由于经过了以太坊网络中的共识,一旦确认后无法被伪造和篡改。
1212
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ Dockerfile 内容如下,可从 https://github.com/yeasy/docker-hyperledger-fab
337337# Dockerfile for Hyperledger fabric-ca image.
338338# If you need a peer node to run, please see the yeasy/hyperledger-peer image.
339339# Workdir is set to $GOPATH/src/github.com/hyperledger/fabric-ca
340- # More usage infomation , please see https://github.com/yeasy/docker-hyperledger-fabric-ca.
340+ # More usage information , please see https://github.com/yeasy/docker-hyperledger-fabric-ca.
341341
342342FROM golang:1.13
343343LABEL maintainer "Baohua Yang <yeasy.github.com>"
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ $ curl http://peer:9443/healthz
5656
5757``` bash
5858$ curl http://orderer:8443/metrics
59- # HELP blockcutter_block_fill_duration The time from first transaction enqueing to the block being cut in seconds.
59+ # HELP blockcutter_block_fill_duration The time from first transaction enqueuing to the block being cut in seconds.
6060# TYPE blockcutter_block_fill_duration histogram
6161blockcutter_block_fill_duration_bucket{channel=" businesschannel" ,le=" 0.005" } 0
6262blockcutter_block_fill_duration_bucket{channel=" businesschannel" ,le=" 0.01" } 0
You can’t perform that action at this time.
0 commit comments