plugeth/eth
zelig 83ee39448e Registrar and contractInfo handling
* 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
2015-07-07 10:43:31 +02:00
..
downloader eth/downloader: fix a rare test race on the OSX CI 2015-07-03 13:01:22 +03:00
fetcher cmd, core, eth, metrics, p2p: require enabling metrics 2015-06-30 00:51:46 +02:00
backend.go Registrar and contractInfo handling 2015-07-07 10:43:31 +02:00
gasprice.go core, eth, rpc: proper gas used. Closes #1417 2015-07-06 21:18:24 +02:00
handler.go eth, eth/downloader: fix #1231, DOS vulnerability in hash queueing 2015-07-01 15:21:35 +03:00
metrics.go eth, eth/downloader: transition to eth 61 2015-06-30 19:05:06 +03:00
peer.go eth: fix #1371, double lock during block/txn known set limitation 2015-07-01 11:12:05 +03:00
protocol_test.go core, miner: miner header validation, transaction & receipt writing 2015-07-03 13:56:50 +02:00
protocol.go eth: add the blocks from numbers protocol message 2015-06-30 19:00:01 +03:00
sync.go eth: clean up peer struct a bit, fix double txn bcast 2015-06-30 19:00:01 +03:00