good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 12, 2020
  2. Jul 14, 2020
  3. Dec 16, 2019
  4. Nov 26, 2019
  5. Nov 14, 2019
    • Gary Rong's avatar
      accounts/abi/bind, cmd/abigen: implement alias for abigen (#20244) · f8a95d99
      Gary Rong authored
      * accounts/abi/bind, cmd/abigen: implement alias for abigen
      
      * accounts/abi/bind: minor fixes
      
      * accounts/abi/bind: address comments
      
      * cmd/abigen: address comments
      
      * accounts/abi/bind: print error log when identifier collision
      
      * accounts/abi/bind: address comments
      
      * accounts/abi/bind: address comment
      f8a95d99
  6. Jul 22, 2019
  7. Jul 08, 2019
  8. Jul 03, 2019
    • Gary Rong's avatar
      accounts/abi: enable struct golang binding generation (#18491) · 5f5de49c
      Gary Rong authored
      * accounts/abi, cmd/abigen: support tuple
      
      accounts/abi/bind, cmd/abigen: add objc back
      
      accounts/abi/bind: use byte[24] as function indicator
      
      accounts/abi/bind: resolve struct slice or array
      
      accounts/abi/bind: remove sort logic
      
      accounts: fix issues in abi
      
      * accounts/abi: address comment
      5f5de49c
  9. Jul 02, 2019
  10. Jun 27, 2019
    • Gary Rong's avatar
      mobile: fix mobile interface (#19180) · 6069b1a5
      Gary Rong authored
      * mobile: fix mobile interface
      
      * mobile, accounts: generate correct java binding
      
      * accounts: fix java type binding
      
      * mobile: support integer slice
      
      * accounts/abi/bind, cmd/abigen: implement java binding tests
      6069b1a5
  11. May 27, 2019
  12. Mar 18, 2019
  13. Feb 14, 2019
  14. Oct 06, 2018
  15. Jun 05, 2018
    • Antonio Salazar Cardozo's avatar
      cmd/abigen: support for reading solc output from stdin (#16683) · 4cf2b411
      Antonio Salazar Cardozo authored
      Allow the --abi flag to be given - to indicate that it should read the
      ABI information from standard input. It expects to read the solc output
      with the --combined-json flag providing bin, abi, userdoc, devdoc, and
      metadata, and works very similarly to the internal invocation of solc,
      except it allows external invocation of solc.
      
      This facilitates integration with more complex solc invocations, such
      as invocations that require path remapping or --allow-paths tweaks.
      
      Simple usage example:
      
          solc --combined-json bin,abi,userdoc,devdoc,metadata *.sol | abigen --abi -
      4cf2b411
  16. Feb 06, 2017
  17. Nov 14, 2016
  18. Aug 17, 2016
    • Felix Lange's avatar
      common/compiler: simplify solc wrapper · 1a9e6691
      Felix Lange authored
      Support for legacy version 0.9.x is gone. The compiler version is no
      longer cached. Compilation results (and the version) are read directly
      from stdout using the --combined-json flag. As a workaround for
      ethereum/solidity#651, source code is written to a temporary file before
      compilation.
      
      Integration of solc in package ethapi and cmd/abigen is now much simpler
      because the compiler wrapper is no longer passed around as a pointer.
      
      Fixes #2806, accidentally
      1a9e6691
  19. Apr 15, 2016
  20. Mar 26, 2016
  21. Mar 24, 2016
Loading