aboutsummaryrefslogtreecommitdiffstats
path: root/core/types
Commit message (Expand)AuthorAgeFilesLines
* core/types, eth: meassure and display propagation timesobscuren2015-04-301-0/+2
* core/types: added fake parent hash / hash to String() outputobscuren2015-04-291-1/+11
* Validate block header UncleHash against calculated hashGustav Simonsson2015-04-231-0/+4
* core: moved TD calculation from proc to chainobscuren2015-04-202-10/+8
* core/types: add rlp tag "nil" for Transaction.RecipientFelix Lange2015-04-171-1/+1
* core/types: Changed bloom lookup to take anything bytes backedobscuren2015-04-151-2/+6
* future queued block supportzelig2015-04-091-0/+4
* Changed how logs are being recordedobscuren2015-04-082-22/+5
* Use logger.Error instead of 0 with glogGustav Simonsson2015-04-071-1/+2
* Forward and log EC recover err and remove dup pubkey len checkGustav Simonsson2015-04-071-1/+7
* Block header changed & console miner controlobscuren2015-04-061-3/+3
* Changed R S to big int and fixed testsobscuren2015-04-053-6/+22
* Changed R & S to *big.Intobscuren2015-04-051-6/+6
* check TxMsgzelig2015-04-011-3/+3
* test for invalid rlp encoding of block in BlocksMsgzelig2015-04-011-15/+12
* eth: SEC-29 eth wire protocol decoding invalid message data crashes clientzelig2015-04-011-0/+20
* added tx tests and fixed block testsobscuren2015-03-263-3/+58
* Copy fixobscuren2015-03-241-2/+9
* Added copy functionobscuren2015-03-241-0/+17
* removed legacy codeobscuren2015-03-241-2/+1
* moved state and vm to coreobscuren2015-03-234-4/+4
* Fixed incorrect recipient derivedobscuren2015-03-211-1/+1
* copy over loopobscuren2015-03-201-5/+2
* mergeobscuren2015-03-191-2/+4
|\
| * fixed chain event. Closes #529obscuren2015-03-191-2/+6
* | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-181-0/+4
|\ \
| * | conversionsobscuren2015-03-181-0/+4
* | | core/types: use package rlp instead of common.DecodeFelix Lange2015-03-184-60/+155
|/ /
* | Fixed tests and bloomobscuren2015-03-182-11/+17
* | bloomobscuren2015-03-171-3/+4
* | Merge remote-tracking branch 'ethereum/conversion' into conversionFelix Lange2015-03-172-4/+12
|\ \
| * | converted vmobscuren2015-03-172-4/+12
* | | core/types: don't use Address zero value for invalid addressesFelix Lange2015-03-172-27/+37
* | | core/types: fix Transaction.Hash and add support for encoding with package rlpFelix Lange2015-03-172-6/+75
|/ /
* | converted chain managerobscuren2015-03-171-1/+1
* | updated blockpoolobscuren2015-03-173-24/+24
* | Merge branch 'conversion' of github.com-obscure:ethereum/go-ethereum into con...obscuren2015-03-172-68/+26
|\ \
| * | core/types: use common.{Hash,Address} in for transactionsFelix Lange2015-03-172-68/+26
* | | converted vmobscuren2015-03-171-3/+2
|/ /
* | block conversionobscuren2015-03-175-36/+75
* | new type + additional methodsobscuren2015-03-161-17/+17
|/
* Moved ethutil => commonobscuren2015-03-166-29/+29
* mergeobscuren2015-03-151-2/+2
|\
| * core/types: make Block.{ParentHash,SeedHash,MixDigest} []byteFelix Lange2015-03-141-3/+3
* | POW fixesobscuren2015-03-141-6/+1
|/
* Changed V to byte. Closes #456obscuren2015-03-121-4/+4
* Integrate eth_accounts and eth_transact to use new account managerGustav Simonsson2015-03-061-0/+8
* Miner fixes and updates (including miner)obscuren2015-03-051-6/+8
* Fixed genesisobscuren2015-03-041-12/+23
* Changed nonce to a uint64obscuren2015-03-041-5/+5
* fixed pow stuffobscuren2015-03-041-1/+4
* Merge branch 'publictests' of https://github.com/xcthulhu/go-ethereum into xc...obscuren2015-03-041-3/+21
|\
| * Introducing ethashMatthew Wampler-Doty2015-03-031-1/+14
| * Introducign MixDigest and SeedHashMatthew Wampler-Doty2015-02-281-2/+7
* | Bloom expanded by 4obscuren2015-03-031-3/+4
|/
* Added GetBlock GetUncle with OOB guardobscuren2015-02-181-0/+12
* Fixed mining & limited hash powerobscuren2015-02-142-2/+3
* Update balance label when miningobscuren2015-02-141-0/+2
* Filteringobscuren2015-02-051-6/+2
* WIP minerobscuren2015-02-041-11/+15
* Moved `obscuren` secp256k1-goobscuren2015-01-221-1/+1
* Moved ptrie => trie. Removed old trieobscuren2015-01-081-2/+2
* Refactored ethutil.Config.Db outobscuren2015-01-072-12/+14
* Mergeobscuren2015-01-061-42/+35
* added nil checkobscuren2015-01-021-22/+0
* Refactored tx pool and added extra fields to blockobscuren2015-01-022-2/+7
* Fixed chain test & added new chainobscuren2014-12-301-0/+1
* Switched to new trieobscuren2014-12-242-6/+6
* Chain importerobscuren2014-12-232-29/+35
* Refactored block & Transactionobscuren2014-12-233-385/+249
* Merge branch 'develop' into poc8obscuren2014-12-201-9/+10
|\
| * Transaction was generating incorrect hash because of var changesobscuren2014-12-191-9/+10
* | Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchma...obscuren2014-12-191-4/+4
* | mergeobscuren2014-12-191-48/+46
|\|
| * Gas corrections and vm fixesobscuren2014-12-191-9/+0
| * Moved methods to messagesobscuren2014-12-181-21/+2
| * Created generic message (easy for testing)obscuren2014-12-181-31/+57
* | Merge fixesobscuren2014-12-181-5/+0
|/
* Locks, refactor, testsobscuren2014-12-182-1/+6
* Moved powobscuren2014-12-101-0/+3
* Fixed issue in VM where LOG didn't pop anything of the stackobscuren2014-12-052-7/+18
* Log is now interfaceobscuren2014-12-041-2/+2
* Renamed State => StateDBobscuren2014-12-042-3/+3
* Renamed `chain` => `core`obscuren2014-12-048-0/+825