1. 03 10月, 2018 3 次提交
  2. 02 10月, 2018 2 次提交
  3. 29 9月, 2018 1 次提交
  4. 28 9月, 2018 3 次提交
  5. 27 9月, 2018 6 次提交
  6. 26 9月, 2018 5 次提交
  7. 25 9月, 2018 9 次提交
  8. 24 9月, 2018 1 次提交
  9. 23 9月, 2018 2 次提交
  10. 22 9月, 2018 4 次提交
  11. 21 9月, 2018 4 次提交
    • K
      Merge pull request #5775 from EOSIO/hide_unaligned_warns · 4f093a92
      Kevin Heifner 提交于
      Hide unaligned warnings unless console prints on
      4f093a92
    • M
      Hide unaligned warnings unless console prints on · 01f978d3
      Matt Witherspoon 提交于
      Hide the contract unaligned parameter warning unless contracts-console is enabled. These warnings are not useful except in contract development.
      01f978d3
    • A
      better error messages from `variant_to_binary` · de54f98b
      arhag 提交于
      Most of the plumbing to support better messages for `binary_to_variant` 
      is there, it just has not been used yet.
      
      Also added option to shorten error message output such that it is 
      bounded by a fixed upper limit (protects against malicious user input 
      via ABI and the JSON provided to convert to binary).
      
      The default behavior of `variant_to_binary` is to provide verbose error 
      messages.
      However, when the function is called from `abi_json_to_bin` within 
      chain_plugin, it overrides the default behavior to shorten the error 
      messages.
      In the future, this behavior should be modified based on a configuration 
      parameter to at the very least enable very useful error messages on 
      local nodes for debugging purposes.
      de54f98b
    • B
      1d32ecb8