1. 08 9月, 2016 1 次提交
  2. 04 8月, 2016 1 次提交
    • F
      core/types, core/vm: improve docs, add JSON marshaling methods · 704fde01
      Felix Lange 提交于
      In this commit, core/types's types learn how to encode and decode
      themselves as JSON. The encoding is very similar to what the RPC API
      uses. The RPC API is missing some output fields (e.g. transaction
      signature values) which will be added to the API in a later commit. Some
      fields that the API generates are ignored by the decoder methods here.
      704fde01