1. 14 Feb, 2019 1 commit
  2. 12 Feb, 2019 3 commits
  3. 11 Feb, 2019 1 commit
  4. 06 Feb, 2019 2 commits
  5. 05 Feb, 2019 1 commit
  6. 04 Feb, 2019 1 commit
  7. 01 Feb, 2019 1 commit
  8. 31 Jan, 2019 4 commits
  9. 29 Jan, 2019 1 commit
  10. 28 Jan, 2019 1 commit
  11. 26 Jan, 2019 2 commits
  12. 25 Jan, 2019 5 commits
  13. 24 Jan, 2019 4 commits
  14. 23 Jan, 2019 3 commits
  15. 22 Jan, 2019 2 commits
  16. 18 Jan, 2019 5 commits
  17. 17 Jan, 2019 3 commits
    • Paul Yang's avatar
      Fix Any json encoding/decoding for ruby. (#5592) · 37a0ab7d
      Paul Yang authored
      * Fix Any json encoding/decoding for ruby.
      
      * Revert unnecessary changes
      37a0ab7d
    • Paul Yang's avatar
      Fix field mask for php in json (#5591) · c4f2a92c
      Paul Yang authored
      * Fix field mask for php in json
      
      * Update byte size
      c4f2a92c
    • i9's avatar
      Add proto3 to solidity link · 7181b1c0
      i9 authored
      pb3-gen-sol is a proto3 to solidity library generator that supports proto3 native types and uses field option for solidity native types. Both the message and generated code are more efficient than other solutions. It also includes a library to decode protobuf wireformat.
      7181b1c0