| Commit message (Expand) | Author | Age | Files | Lines |
* | Rebrand as tangerine-network/go-tangerine | Wei-Ning Huang | 2019-09-17 | 5 | -5/+5 |
* | common: fix big scan from bytes (#157) | johnliu-dexon | 2019-06-12 | 2 | -2/+6 |
* | common: add utilities for Big type (#104) | Meng-Ying Yang | 2019-06-12 | 1 | -0/+6 |
* | core: add database/sql support for more types (#102) | Meng-Ying Yang | 2019-06-12 | 2 | -1/+131 |
* | Change import go github.com/dexon-foundation/dexon | Wei-Ning Huang | 2019-06-12 | 5 | -5/+5 |
* | common/fdlimit: fix macos file descriptors for Go 1.12 | Péter Szilágyi | 2019-04-02 | 3 | -1/+73 |
* | common/fdlimit: fix windows build (#19068) | Felix Lange | 2019-02-19 | 1 | -4/+6 |
* | common/fdlimit: cap on MacOS file limits, fixes #18994 (#19035) | Martin Holst Swende | 2019-02-19 | 4 | -11/+19 |
* | vendor, crypto, swarm: switch over to upstream sha3 package | Dave McGregor | 2019-01-04 | 1 | -2/+2 |
* | common/compiler: capture runtime code and source maps (#18020) | JoranHonig | 2018-11-08 | 1 | -8/+16 |
* | EIP-1186 eth_getProof (#17737) | Simon Jentzsch | 2018-10-19 | 1 | -0/+9 |
* | common, core, light: add block age into info logs | Péter Szilágyi | 2018-09-20 | 1 | -0/+42 |
* | all: simplify s[:] to s where s is a slice (#17673) | Emil | 2018-09-15 | 1 | -1/+1 |
* | common: fix typo (#17582) | ligi | 2018-09-04 | 1 | -1/+1 |
* | all: remove the duplicate 'the' in annotations (#17509) | Wenbiao Zheng | 2018-08-27 | 1 | -2/+2 |
* | les: implement client connection logic (#16899) | Felföldi Zsolt | 2018-08-15 | 4 | -0/+323 |
* | common: add database/sql support for Hash and Address (#15541) | Vincent Serpoul | 2018-07-24 | 2 | -2/+219 |
* | common/number: delete unused package (#16983) | Felix Lange | 2018-06-14 | 2 | -305/+0 |
* | common: all golint warnings removed (#16852) | kiel barry | 2018-06-14 | 6 | -8/+14 |
* | cmd/abigen: support for reading solc output from stdin (#16683) | Antonio Salazar Cardozo | 2018-06-05 | 1 | -4/+24 |
* | common: improve documentation comments (#16701) | kiel barry | 2018-05-29 | 6 | -132/+78 |
* | common: changed if-else blocks to conform with golint (#16656) | GagziW | 2018-05-07 | 1 | -8/+6 |
* | rpc: clean up IPC handler (#16524) | Felix Lange | 2018-04-18 | 1 | -2/+2 |
* | cmd/clef, signer: initial poc of the standalone signer (#16154) | Martin Holst Swende | 2018-04-16 | 2 | -0/+106 |
* | common: delete StringToAddress, StringToHash (#16436) | Felix Lange | 2018-04-10 | 1 | -6/+4 |
* | common/compiler: remove "--add-std" arg, deprecated in solidity 0.4.21 | Jeffery Robert Walsh | 2018-03-09 | 1 | -1/+0 |
* | core, vm, common: define constantinople fork + shift (#16045) | Martin Holst Swende | 2018-02-23 | 1 | -1/+1 |
* | all: update license information (#16089) | Felix Lange | 2018-02-14 | 4 | -29/+29 |
* | core, trie: intermediate mempool between trie and database (#15857) | Péter Szilágyi | 2018-02-06 | 1 | -8/+19 |
* | common/fdlimit: Move fdlimit files to separate package (#15850) | Ricardo Domingos | 2018-01-12 | 4 | -0/+216 |
* | various: remove redundant parentheses (#15793) | Furkan KAMACI | 2018-01-03 | 1 | -4/+4 |
* | common: improve IsHexAddress and add tests (#15551) | Steven Roose | 2017-12-05 | 4 | -28/+65 |
* | common: fix hex utils to handle 1 byte address conversions | Péter Szilágyi | 2017-11-29 | 2 | -7/+15 |
* | build: enable unconvert linter (#15456) | ferhat elmas | 2017-11-11 | 2 | -4/+2 |
* | common: improve documentation of Hash.SetBytes (#15062) | Martin Holst Swende | 2017-09-08 | 1 | -2/+2 |
* | core: implement Metropolis EIP 658, receipt status byte | rjl493456442 | 2017-08-22 | 1 | -0/+3 |
* | common: fix megacheck warnings | Egon Elbre | 2017-08-07 | 2 | -9/+8 |
* | common: tests for EIP55-compliant Address.Hex() | Jim McDonald | 2017-07-16 | 1 | -0/+31 |
* | common: Address.Hex() outputs EIP55-compliant string | Jim McDonald | 2017-07-16 | 1 | -1/+23 |
* | common/hexutil: wrap errors in json.UnmarshalTypeError | Felix Lange | 2017-06-27 | 5 | -59/+102 |
* | core/vm, common/math: Add doc about Byte, fix format | Martin Holst Swende | 2017-06-09 | 2 | -15/+20 |
* | common/math, core/vm: Un-expose bigEndianByteAt, use correct terms for endian... | Martin Holst Swende | 2017-06-07 | 2 | -16/+17 |
* | core/vm, common/math: Add fast getByte for bigints, improve opByte | Martin Holst Swende | 2017-06-05 | 2 | -1/+120 |
* | common: fixed byte padding functions | Jeffrey Wilcke | 2017-05-23 | 1 | -3/+3 |
* | common/compress: internalize encoders, add length wrappers | Péter Szilágyi | 2017-05-08 | 3 | -70/+125 |
* | common/bitutil: fix decompression corner cases; fuzz, test & bench | Péter Szilágyi | 2017-05-07 | 3 | -43/+302 |
* | common/bitutil: added data compression algorithm | Zsolt Felfoldi | 2017-05-06 | 1 | -0/+93 |
* | common/bitutil, consensus/ethash: reusable bitutil package | Péter Szilágyi | 2017-05-05 | 2 | -0/+403 |
* | Hive-test fixes (#14419) | Martin Holst Swende | 2017-05-04 | 1 | -0/+2 |
* | Merge remote-tracking branch 'fjl/license-update-1.6' | Péter Szilágyi | 2017-04-14 | 1 | -1/+1 |
|\ |
|
| * | all: update license information | Felix Lange | 2017-04-14 | 1 | -1/+1 |
* | | Merge pull request #3786 from fjl/compiler-metadata | Péter Szilágyi | 2017-04-13 | 2 | -76/+56 |
|\ \
| |/
|/| |
|
| * | common/compiler: add metadata output for solc > 0.4.6 | Steve Waldman | 2017-03-16 | 2 | -76/+56 |
* | | cmd/geth: add --config file flag (#13875) | Felix Lange | 2017-04-12 | 1 | -0/+3 |
* | | common: add UnprefixedHash, UnprefixedAddress | Felix Lange | 2017-03-23 | 1 | -14/+30 |
* | | common/hexutil: add UnmarshalFixedUnprefixedText | Felix Lange | 2017-03-23 | 2 | -5/+62 |
* | | common/math: add HexOrDecimal64, HexOrDecimal256 | Felix Lange | 2017-03-23 | 4 | -12/+54 |
|/ |
|
* | common/hexutil: ensure negative big.Int is encoded sensibly | Felix Lange | 2017-03-02 | 3 | -16/+5 |
* | common/hexutil: implement TextMarshaler, TextUnmarshaler | Felix Lange | 2017-03-02 | 6 | -84/+226 |
* | common/hexutil: don't leak encoding/hex errors in Decode | Felix Lange | 2017-03-02 | 2 | -6/+9 |
* | common/hexutil: reject big integer inputs > 256 bits | Felix Lange | 2017-03-02 | 4 | -3/+30 |
* | Merge pull request #3723 from karalabe/logger-updates-2 | Péter Szilágyi | 2017-02-28 | 1 | -2/+11 |
|\ |
|
| * | all: next batch of log polishes to contextual versions | Péter Szilágyi | 2017-02-28 | 1 | -2/+11 |
* | | all: unify big.Int zero checks, use common/math in more places (#3716) | Felix Lange | 2017-02-28 | 2 | -8/+48 |
|/ |
|
* | common, eth/downloader, log: support terminal log formatting | Péter Szilágyi | 2017-02-28 | 1 | -0/+18 |
* | common: move big integer math to common/math (#3699) | Felix Lange | 2017-02-27 | 21 | -1346/+494 |
* | common/math: "optimised" SafeMul and added comment on Exp (#3675) | Jeffrey Wilcke | 2017-02-18 | 2 | -2/+5 |
* | params: core, core/vm, miner: 64bit gas instructions | Jeffrey Wilcke | 2017-02-14 | 2 | -0/+75 |
* | Revert "params: core, core/vm, miner: 64bit gas instructions (#3514)" | Jeffrey Wilcke | 2017-02-13 | 2 | -75/+0 |
* | params: core, core/vm, miner: 64bit gas instructions (#3514) | Jeffrey Wilcke | 2017-02-02 | 2 | -0/+75 |
* | cmd,eth,les,internal: remove natspec support | Bas van Kervel | 2017-01-17 | 1 | -2/+2 |
* | common/hexutil: fix EncodeBig, Big.MarshalJSON | Felix Lange | 2017-01-16 | 3 | -13/+4 |
* | common/hexutil: allow empty strings when decoding JSON (#3559) | Felix Lange | 2017-01-13 | 2 | -5/+5 |
* | all: fix issues reported by honnef.co/go/simple/cmd/gosimple | Felix Lange | 2017-01-07 | 4 | -7/+7 |
* | all: gofmt -w -s | Felix Lange | 2017-01-06 | 2 | -19/+19 |
* | common/compiler: remove workaround for solc 0.3.5 stdin bug (#3522) | Felix Lange | 2017-01-06 | 2 | -36/+22 |
* | common/hexutil: fix Test{Decode,Unmarshal}Uint64 on 32bit arch (#3363) | Felix Lange | 2016-11-28 | 2 | -2/+2 |
* | common: use package hexutil for fixed size type encoding | Felix Lange | 2016-11-28 | 2 | -60/+30 |
* | common/hexutil: new package for 0x hex encoding | Felix Lange | 2016-11-28 | 4 | -0/+947 |
* | common/httpclient, les: removed httpclient | Jeffrey Wilcke | 2016-11-25 | 2 | -201/+0 |
* | common/registrar: delete the old registrar code | Felix Lange | 2016-11-25 | 4 | -1036/+0 |
* | mobile: initial wrappers for mobile support | Péter Szilágyi | 2016-11-14 | 1 | -1/+4 |
* | core/types: turn off nonce checking for Call messages | Zsolt Felfoldi | 2016-11-14 | 1 | -1/+1 |
* | core/types, params: EIP#155 | Jeffrey Wilcke | 2016-11-13 | 1 | -16/+12 |
* | core, core/state, trie: EIP158, reprice & skip empty account write | Jeffrey Wilcke | 2016-11-13 | 1 | -3/+4 |
* | all: update license information | Felix Lange | 2016-11-09 | 1 | -0/+16 |
* | les: light client protocol and API | Zsolt Felfoldi | 2016-11-09 | 1 | -0/+30 |
* | common/math: go fmt | Kenji Siu | 2016-11-02 | 1 | -1/+1 |
* | common/math, core/vm: implement fast EXP (#3214) | Jeffrey Wilcke | 2016-11-02 | 1 | -0/+28 |
* | internal/ethapi: add personal_sign and fix eth_sign to hash message (#2940) | bas-vk | 2016-10-29 | 2 | -2/+2 |
* | Godeps, vendor: convert dependency management to trash (#3198) | Péter Szilágyi | 2016-10-29 | 4 | -4839/+0 |
* | common, core, eth/downloader: adjust import log formatting | Péter Szilágyi | 2016-10-18 | 1 | -0/+40 |
* | common, node: move datadir defaults into package node | Felix Lange | 2016-09-16 | 2 | -75/+0 |
* | common,internal: typo/misspelling fixes (#2953) | gregg dourgarian | 2016-08-27 | 1 | -4/+4 |
* | common/compiler: simplify solc wrapper | Felix Lange | 2016-08-17 | 2 | -165/+132 |
* | core: added CheckNonce() to Message interface | zsfelfoldi | 2016-07-11 | 1 | -1/+4 |
* | cmd, common, console, eth, release: drop redundant "full"s | Péter Szilágyi | 2016-06-30 | 1 | -2/+2 |
* | eth: separate common and full node-specific API and backend service | zsfelfoldi | 2016-06-16 | 1 | -2/+2 |
* | common/compiler: support relative path to solc | Rémy Roy | 2016-05-25 | 1 | -1/+0 |
* | common: Add tests for Address#UnmarshalJSON | Paulo L F Casaretto | 2016-04-26 | 2 | -3/+37 |
* | all: fix go vet warnings | Felix Lange | 2016-04-15 | 3 | -3/+3 |
* | all: update license information | Felix Lange | 2016-04-15 | 3 | -3/+3 |
* | accounts: improve API and add documentation | Felix Lange | 2016-04-12 | 1 | -2/+1 |
* | accounts: streamline API | Felix Lange | 2016-04-12 | 1 | -3/+3 |
* | Merge pull request #2404 from obscuren/common-hash-json-length-validation | Jeffrey Wilcke | 2016-04-01 | 2 | -0/+35 |
|\ |
|
| * | common: added Hash unmarshal json length validation | Jeffrey Wilcke | 2016-04-01 | 2 | -0/+35 |
* | | core: added basic chain configuration | Jeffrey Wilcke | 2016-04-01 | 2 | -4/+32 |
|/ |
|
* | core: Added EVM configuration options | Jeffrey Wilcke | 2016-03-24 | 1 | -1/+1 |
* | common/compiler: fix path problem with filepath.Glob on Windows | Rémy Roy | 2016-03-08 | 1 | -1/+1 |
* | common/natspec: Remove old unnused file | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -253/+0 |
* | common: Remove dead code | Ricardo Catalinas Jiménez | 2016-02-22 | 2 | -36/+0 |
* | common: Remove empty lines | Ricardo Catalinas Jiménez | 2016-02-22 | 1 | -2/+0 |
* | all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}() | Ricardo Catalinas Jiménez | 2016-02-22 | 8 | -11/+11 |
* | core, core/vm, crypto: fixes for homestead | Jeffrey Wilcke | 2016-02-18 | 1 | -1/+4 |
* | cmd, common, node, rpc: rework naming convention to canonical one | Péter Szilágyi | 2016-02-09 | 1 | -5/+5 |
* | cmd, common, node, rpc: move HTTP RPC into node, drop singletone aspect | Péter Szilágyi | 2016-02-05 | 2 | -22/+48 |
* | cmd, common, node, rpc: move IPC into the node itself | Péter Szilágyi | 2016-02-04 | 1 | -5/+4 |
* | rpc: migrated the RPC insterface to a new reflection based RPC layer | Bas van Kervel | 2016-01-26 | 5 | -48/+271 |
* | common: Fix HomeDir detection | Lefteris Karapetsas | 2016-01-08 | 1 | -5/+6 |
* | common: remove old RLP implementation, Value and ExtPackage | Felix Lange | 2015-12-18 | 5 | -1121/+0 |
* | rpc: new RPC implementation with pub/sub support | Bas van Kervel | 2015-12-14 | 1 | -0/+49 |
* | common: fix #2008, wrong hex prefix check | Péter Szilágyi | 2015-11-28 | 1 | -2/+2 |
* | cmd, common, core, eth, node, rpc, tests, whisper, xeth: use protocol stacks | Péter Szilágyi | 2015-11-27 | 2 | -14/+26 |
* | cmd/utils, crypto: add --lightkdf flag for lighter KDF | Drake Burroughs | 2015-10-29 | 2 | -2/+2 |
* | rpc api: eth_getNatSpec | zelig | 2015-10-27 | 5 | -80/+52 |
* | console: | zelig | 2015-10-22 | 4 | -71/+166 |
* | Merge pull request #1869 from Gustav-Simonsson/gpu_miner | Jeffrey Wilcke | 2015-10-16 | 1 | -1/+1 |
|\ |
|
| * | all: Add GPU mining, disabled by default | Gustav Simonsson | 2015-10-07 | 1 | -1/+1 |
* | | common, crypto: add ICAP functions | Gustav Simonsson | 2015-10-13 | 3 | -0/+284 |
|/ |
|
* | common: fix #1818, secondary datadir paths to fall back to | Péter Szilágyi | 2015-10-01 | 1 | -6/+16 |
* | core, core/types: readd transactions after chain re-org | Jeffrey Wilcke | 2015-09-22 | 1 | -1/+1 |
* | Merge pull request #1793 from jeffallen/typo | Felix Lange | 2015-09-18 | 1 | -18/+19 |
|\ |
|
| * | common: Update README.md for the current package name | Jeff R. Allen | 2015-09-11 | 1 | -18/+19 |
* | | Merge pull request #1801 from fjl/ethdb | Jeffrey Wilcke | 2015-09-16 | 2 | -27/+1 |
|\ \ |
|
| * | | all: move common.Database to package ethdb | Felix Lange | 2015-09-15 | 2 | -27/+1 |
| |/ |
|
* | | new solc api: | zelig | 2015-09-15 | 2 | -14/+14 |
* | | Solidity Compiler - solc new API | zelig | 2015-09-12 | 2 | -23/+49 |
|/ |
|
* | common/compiler: fix #1598, expose solidity errors | Péter Szilágyi | 2015-08-26 | 1 | -58/+46 |
* | common/compiler, common/docserver, jsre: fix tests on windows | Felix Lange | 2015-08-06 | 3 | -9/+16 |
* | common: remove windows path functions | Felix Lange | 2015-08-06 | 3 | -64/+1 |
* | common: remove config.go | Felix Lange | 2015-07-24 | 1 | -83/+0 |
* | all: fix license headers one more time | Felix Lange | 2015-07-24 | 38 | -38/+38 |
* | all: update license headers to distiguish GPL/LGPL | Felix Lange | 2015-07-23 | 38 | -152/+152 |
* | cmd, core, eth, common: genesis preparation | Jeffrey Wilcke | 2015-07-10 | 1 | -3/+5 |
* | common/natspec: fixed test | Jeffrey Wilcke | 2015-07-07 | 1 | -1/+1 |
* | all: goimports -w | Felix Lange | 2015-07-07 | 1 | -1/+1 |
* | all: add some godoc synopsis comments | Felix Lange | 2015-07-07 | 1 | -0/+1 |
* | all: update license information | Felix Lange | 2015-07-07 | 38 | -0/+608 |
* | fix/skip tests, adapt registrar to no contract address | zelig | 2015-07-07 | 3 | -21/+27 |
* | fix natspec test | zelig | 2015-07-07 | 4 | -52/+98 |
* | fix js arguments and TestContract passes | zelig | 2015-07-07 | 2 | -6/+267 |
* | fix sleepBlocks, implement sleep | zelig | 2015-07-07 | 1 | -1/+1 |
* | Registrar and contractInfo handling | zelig | 2015-07-07 | 12 | -354/+719 |
* | Change keystore to version 3 | Gustav Simonsson | 2015-06-24 | 1 | -0/+37 |
* | core, ethdb, trie: validate database errors | obscuren | 2015-06-21 | 1 | -1/+1 |
* | core/state, core/vm: reworked storage get / set to use common.Hash | obscuren | 2015-06-17 | 1 | -0/+4 |
* | core: reduce max allowed queued txs per address | obscuren | 2015-06-15 | 1 | -0/+11 |
* | fixed windows ipc path issue | Bas van Kervel | 2015-06-12 | 1 | -0/+3 |
* | added API/IPC commandline flags | Bas van Kervel | 2015-06-11 | 1 | -0/+4 |
* | skip sol on new compiler | obscuren | 2015-06-09 | 1 | -2/+2 |
* | skipped failing natspec tests | obscuren | 2015-06-04 | 1 | -1/+1 |
* | cmd/geth, common/natspec: updating tests (still failing?) | obscuren | 2015-06-04 | 1 | -1/+1 |
* | types: block json unmarshal method added | obscuren | 2015-06-04 | 1 | -4/+4 |
* | common, ethdb: removed caching and LastTD | obscuren | 2015-05-28 | 1 | -1/+0 |
* | compile solidity contracts with std library | Marek Kotewicz | 2015-05-25 | 1 | -0/+2 |
* | multiple contract source for solidity compiler: returns contract array if mul... | zelig | 2015-05-20 | 2 | -58/+65 |
* | remove solc flair | zelig | 2015-05-20 | 1 | -1/+2 |
* | fix solc tests unskip | zelig | 2015-05-20 | 2 | -14/+18 |
* | xeth: set balance max balance to from in call. Closes #951 | obscuren | 2015-05-16 | 1 | -0/+1 |
* | Change default keystore dir | Gustav Simonsson | 2015-05-13 | 1 | -2/+2 |
* | Fix natspec test (again x2) types | Gustav Simonsson | 2015-05-12 | 1 | -1/+2 |
* | Fix natspec e2e test accounts type (again) | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | Merge pull request #933 from bas-vk/issue928 | Jeffrey Wilcke | 2015-05-12 | 2 | -16/+14 |
|\ |
|
| * | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 2 | -16/+14 |
* | | sol: skipped source checking step | obscuren | 2015-05-12 | 1 | -3/+5 |
|/ |
|
* | compiler, cli/js: fix solidity compiler tests failing when a different versio... | zelig | 2015-05-12 | 2 | -3/+9 |
* | core, eth, miner: improved tx removal & fatal error on db sync err | obscuren | 2015-05-11 | 2 | -20/+0 |
* | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 7 | -369/+641 |
* | Merge pull request #791 from fjl/discover-sha3-distance | Jeffrey Wilcke | 2015-05-07 | 1 | -1/+14 |
|\ |
|
| * | common: add Hash.Generate | Felix Lange | 2015-04-30 | 1 | -1/+14 |
* | | xeth, rpc: added nonce setting through RPC and xeth transact | obscuren | 2015-05-07 | 1 | -2/+2 |
|/ |
|
* | Remove path separator literals | Taylor Gerring | 2015-04-29 | 1 | -6/+7 |
* | natspec: disabled natspec test | obscuren | 2015-04-24 | 1 | -0/+1 |
* | Moved leveldb update loop to eth/backend | Bas van Kervel | 2015-04-23 | 1 | -0/+1 |
* | natspec: fixed test to work with new queued transactions | obscuren | 2015-04-23 | 1 | -1/+1 |
* | common: delete BinaryLength | Felix Lange | 2015-04-22 | 2 | -25/+0 |
* | contract addresses include hex prefix | zelig | 2015-04-20 | 4 | -37/+38 |
* | fix end to end test import cycle | zelig | 2015-04-20 | 1 | -3/+1 |
* | fixed resolver test | zsfelfoldi | 2015-04-20 | 1 | -2/+6 |
* | URLhint support for URLs longer than 32 bytes | zsfelfoldi | 2015-04-20 | 3 | -22/+70 |
* | added missing source file | zsfelfoldi | 2015-04-20 | 1 | -0/+36 |
* | test account is no longer permanently in genesis block, only put there when t... | zsfelfoldi | 2015-04-20 | 1 | -4/+13 |
* | NatSpec contracts are now not in the genesis block but added by the test | zsfelfoldi | 2015-04-20 | 2 | -20/+45 |
* | utils linked to natspec notice eval, test notice now using utils.toHex() | zsfelfoldi | 2015-04-20 | 3 | -8/+4048 |
* | NatSpec cli option, resolver tests passing | zsfelfoldi | 2015-04-20 | 2 | -8/+10 |
* | default fallback NatSpec messages | zsfelfoldi | 2015-04-20 | 2 | -14/+49 |
* | natspec test bugfix | zsfelfoldi | 2015-04-20 | 1 | -15/+12 |
* | NatSpec passing end to end test | zsfelfoldi | 2015-04-20 | 4 | -49/+196 |
* | s | zsfelfoldi | 2015-04-20 | 3 | -51/+79 |
* | NatSpec contracts in genesis block, end to end test (unfinished) | zsfelfoldi | 2015-04-20 | 6 | -58/+174 |
* | resolver tests | zelig | 2015-04-20 | 4 | -20/+81 |
* | reorg: | zelig | 2015-04-20 | 5 | -116/+66 |
* | add docserver using net/http Transport/Roundtrip | zelig | 2015-04-20 | 2 | -0/+131 |
* | NatSpec, URL register storage retrieval | zsfelfoldi | 2015-04-20 | 3 | -27/+200 |
* | add common/resolver skeleton | zelig | 2015-04-20 | 2 | -0/+62 |
* | new natspec | zelig | 2015-04-20 | 2 | -51/+186 |
* | common: Added debug reporter | obscuren | 2015-04-15 | 1 | -0/+20 |
* | Queued level db writes and batch writes. Closes #647 | obscuren | 2015-04-08 | 1 | -2/+0 |
* | Detect non-valid strings for blockheight | Taylor Gerring | 2015-04-02 | 1 | -0/+5 |
* | Fix block size output #613 | Taylor Gerring | 2015-04-01 | 1 | -0/+4 |
* | common: remove WriteFile and ReadAllFile (use ioutil instead) | zelig | 2015-03-27 | 2 | -76/+1 |
* | natspec: minor fix in test | zelig | 2015-03-24 | 1 | -2/+2 |
* | Merge pull request #547 from tgerring/commoncleanup | Jeffrey Wilcke | 2015-03-23 | 9 | -265/+250 |
|\ |
|
| * | Remove common.go | Taylor Gerring | 2015-03-22 | 1 | -12/+0 |
| * | Move Big* vars to big.go | Taylor Gerring | 2015-03-22 | 2 | -14/+13 |
| * | Move MakeName to path | Taylor Gerring | 2015-03-22 | 2 | -8/+8 |
| * | Move OS-specific funcs to path.go | Taylor Gerring | 2015-03-22 | 4 | -98/+91 |
| * | Move CurrencyToString to size | Taylor Gerring | 2015-03-22 | 4 | -91/+95 |
| * | Move ToHex/FromHex into bytes | Taylor Gerring | 2015-03-22 | 4 | -42/+43 |
* | | Merge pull request #536 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-03-23 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | using robertkrimen/otto, godeps updated | zsfelfoldi | 2015-03-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'ethereum/conversion' into conversion | Felix Lange | 2015-03-20 | 2 | -11/+4 |
|\ \ |
|
| * | | copy over loop | obscuren | 2015-03-20 | 1 | -9/+2 |
| * | | Removed more casts | obscuren | 2015-03-20 | 1 | -2/+2 |
* | | | common: drop accessors for Value.Val | Felix Lange | 2015-03-20 | 3 | -10/+2 |
* | | | common: drop unused kind field from Value | Felix Lange | 2015-03-20 | 1 | -5/+1 |
* | | | common: make Value encodable with package rlp | Felix Lange | 2015-03-20 | 2 | -28/+55 |
|/ / |
|
* | | merge | obscuren | 2015-03-19 | 1 | -0/+9 |
|\| |
|
| * | DRY up the use of toHex in the project and move it to common | Maran | 2015-03-16 | 1 | -0/+9 |
* | | prep template for fixed size hashes | obscuren | 2015-03-18 | 1 | -0/+48 |
* | | Added Hex methods | obscuren | 2015-03-18 | 1 | -0/+2 |
* | | Fixed VM & Tests w/ conversion | obscuren | 2015-03-17 | 1 | -0/+15 |
* | | Merge branch 'develop' into conversion | obscuren | 2015-03-17 | 1 | -7/+2 |
|\| |
|
| * | tmp | obscuren | 2015-03-16 | 1 | -2/+2 |
* | | updated blockpool | obscuren | 2015-03-17 | 1 | -0/+3 |
* | | converted vm | obscuren | 2015-03-17 | 1 | -18/+27 |
* | | conversion state | obscuren | 2015-03-17 | 1 | -3/+5 |
* | | Getters shouldn't need to be pointer receiver | obscuren | 2015-03-16 | 1 | -8/+7 |
* | | compilable trie (tests fail) | obscuren | 2015-03-16 | 1 | -5/+5 |
* | | Added functions to Hash & Address | obscuren | 2015-03-16 | 1 | -1/+37 |
* | | Added ToString methods | obscuren | 2015-03-16 | 1 | -3/+6 |
* | | new type + additional methods | obscuren | 2015-03-16 | 2 | -1/+37 |
|/ |
|
* | Moved ethutil => common | obscuren | 2015-03-16 | 30 | -0/+2972 |