Skip to content

Instantly share code, notes, and snippets.

@jpzhu
Last active February 9, 2018 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpzhu/581f86f56a9020dba70ba6f0953ea3b8 to your computer and use it in GitHub Desktop.
Save jpzhu/581f86f56a9020dba70ba6f0953ea3b8 to your computer and use it in GitHub Desktop.
ethereum public
每笔交易是有顺序的吗?
每个新生成的区块里包含的交易是一样的吗?
何时决定交易可以打包生成区块?
如何在链表的终端提取一个数据,比如账户值 ? 需要进行整个链条的校验吗?
一个合约对于某些代码功能比如网络,数学库等怎么支持
大型合约怎么部署,依赖的js库有变动怎么办
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment