1. 14 Sep, 2015 1 commit
    • zelig's avatar
      new solc api: · 3a5e7ed9
      zelig authored
      * use legacy version matcher
      * optimise just a boolean flag
      * skipf for messages in tests
      3a5e7ed9
  2. 12 Sep, 2015 1 commit
    • zelig's avatar
      Solidity Compiler - solc new API · 17b72975
      zelig authored
      * adapt to new compiler versioning
      * use compiler version as language version
      * implement new solc API for versions >= 0.1.[2-9][0-9]* fixes #1770
      * add optimize=1 to options
      * backward compatibility (for now) for <= 0.1.1, and old versions (0.[2-9][0-9]*.[0-9]+)
      * introduce compilerOptions to ContractInfo
      * clean up flair, include full version string to version line and ContractInfo
      17b72975
  3. 06 Aug, 2015 1 commit
  4. 23 Jul, 2015 1 commit
  5. 22 Jul, 2015 1 commit
  6. 07 Jul, 2015 2 commits
    • Felix Lange's avatar
      all: update license information · ea54283b
      Felix Lange authored
      ea54283b
    • zelig's avatar
      Registrar and contractInfo handling · 83ee3944
      zelig authored
      * resolver -> common/registrar
        * global registrar name registry interface
        * add Call to resolver backend interface
        * the hashReg and UrlHing contracts now initialised from global registry
        * initialization of contracts uniform
        * improve errors and more econsistent method names
      * common/registrar/ethreg: versioned registrar
      * integrate new naming and registrar in natspec
      * js console api: setGlobalRegistrar, setHashReg, setUrlHint
      * js test TestContract uses mining - tests fixed all pass
      * eth/backend: allow PoW test mode (small ethash DAG)
      * console jsre refers to resolver.abi/addr,
      * cmd/geth/contracts.go moved to common/registrar
      83ee3944
  7. 09 Jun, 2015 1 commit
  8. 20 May, 2015 2 commits
  9. 12 May, 2015 2 commits
  10. 07 May, 2015 1 commit
    • zelig's avatar
      solidity compiler and contract metadocs integration · 009b2216
      zelig authored
      * common/compiler: solidity compiler + tests
      * rpc: eth_compilers, eth_compileSolidity + tests
      * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup
      * resolver implements registrars and needs to create reg contract (temp)
      * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath)
      * ethereumApi: implement compiler related RPC calls using XEth - json struct tests
      * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths
      * cli: command line flags solc to set custom solc bin path
      * js admin api with new features debug and contractInfo modules
      * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions
      009b2216