index
:
go-tangerine
dependabot/npm_and_yarn/dashboard/assets/decode-uri-component-0.2.2
dependabot/npm_and_yarn/dashboard/assets/dns-packet-1.3.4
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.3
dependabot/npm_and_yarn/dashboard/assets/elliptic-6.5.4
dependabot/npm_and_yarn/dashboard/assets/express-4.18.2
dependabot/npm_and_yarn/dashboard/assets/hosted-git-info-2.8.9
dependabot/npm_and_yarn/dashboard/assets/http-proxy-1.18.1
dependabot/npm_and_yarn/dashboard/assets/ini-1.3.7
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.1
dependabot/npm_and_yarn/dashboard/assets/loader-utils-1.4.2
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.15
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.19
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.20
dependabot/npm_and_yarn/dashboard/assets/lodash-4.17.21
dependabot/npm_and_yarn/dashboard/assets/macaddress-0.2.9
dependabot/npm_and_yarn/dashboard/assets/mixin-deep-1.3.2
dependabot/npm_and_yarn/dashboard/assets/path-parse-1.0.7
dependabot/npm_and_yarn/dashboard/assets/qs-6.4.1
dependabot/npm_and_yarn/dashboard/assets/set-getter-0.1.1
dependabot/npm_and_yarn/dashboard/assets/sshpk-1.16.1
dependabot/npm_and_yarn/dashboard/assets/stringstream-0.0.6
dependabot/npm_and_yarn/dashboard/assets/tar-2.2.2
dependabot/npm_and_yarn/dashboard/assets/ua-parser-js-0.7.28
dependabot/npm_and_yarn/dashboard/assets/websocket-extensions-0.1.4
dependabot/npm_and_yarn/dashboard/assets/y18n-3.2.2
jimmy-run_bp
jimmy-script
jimmy-script-more
jm-debug
jm-reset-testnet
jm-update-run-node-script
master
origin
w-ci
w-debug
w-script
Tangerine full node (https://github.com/tangerine-network/go-tangerine)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
block_processor.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: implemented a queued approach processing transactions
obscuren
2015-04-23
1
-1
/
+1
*
Validate block header UncleHash against calculated hash
Gustav Simonsson
2015-04-23
1
-2
/
+9
*
core: removed nonce resetting from the block processor.
obscuren
2015-04-21
1
-2
/
+2
*
core: upgraded block chain version
obscuren
2015-04-21
1
-1
/
+1
*
core: force block process & fixed chain manager test
obscuren
2015-04-20
1
-0
/
+14
*
core: moved TD calculation from proc to chain
obscuren
2015-04-20
1
-7
/
+7
*
core: improved uncle validation error message
obscuren
2015-04-18
1
-3
/
+2
*
Added blockchain DB versioning support, closes #650
Bas van Kervel
2015-04-13
1
-0
/
+6
*
Changed how logs are being recorded
obscuren
2015-04-08
1
-4
/
+7
*
prevent deadlock
obscuren
2015-04-05
1
-4
/
+4
*
Improved chain manager, improved block processor, fixed tests
obscuren
2015-04-04
1
-1
/
+1
*
Changed log to new logging
obscuren
2015-04-04
1
-4
/
+6
*
Moved logging to logger.Core
obscuren
2015-04-04
1
-2
/
+2
*
basic glog
obscuren
2015-04-04
1
-19
/
+5
*
do not include BlockEqualTS as valid uncles
obscuren
2015-04-03
1
-1
/
+1
*
Removed old (unused) argument
obscuren
2015-04-02
1
-2
/
+2
*
Merge pull request #623 from Gustav-Simonsson/read_protocol_values_from_commo...
Jeffrey Wilcke
2015-04-02
1
-6
/
+5
|
\
|
*
Read most protocol params from common/params.json
Gustav Simonsson
2015-04-02
1
-6
/
+5
*
|
Fixed uncle rewards in miner
obscuren
2015-04-02
1
-17
/
+23
|
/
*
Merge branch 'hexify' of https://github.com/tgerring/go-ethereum into tgerrin...
obscuren
2015-04-01
1
-3
/
+19
|
\
|
*
txMeta storage as struct
Taylor Gerring
2015-04-01
1
-17
/
+11
|
*
Store and retrieve tx context metadata #608
Taylor Gerring
2015-04-01
1
-3
/
+25
*
|
Blocktest fixed, Execution fixed
obscuren
2015-04-01
1
-1
/
+5
|
/
*
Correct gas limit validation according to new algorithm
Gustav Simonsson
2015-03-30
1
-1
/
+4
*
added tx tests and fixed block tests
obscuren
2015-03-26
1
-1
/
+1
*
removed legacy code
obscuren
2015-03-24
1
-1
/
+0
*
Gas validation and clean up of legacy code
obscuren
2015-03-24
1
-12
/
+11
*
fixed bad uncles
obscuren
2015-03-24
1
-2
/
+2
*
moved state and vm to core
obscuren
2015-03-23
1
-1
/
+1
*
logging for possible uncles
obscuren
2015-03-23
1
-13
/
+23
*
merge
obscuren
2015-03-19
1
-11
/
+7
|
\
|
*
fixed chain event. Closes #529
obscuren
2015-03-19
1
-12
/
+8
*
|
core: adapt Message for new Transaction.From signature
Felix Lange
2015-03-17
1
-1
/
+2
*
|
converted chain manager
obscuren
2015-03-17
1
-20
/
+18
|
/
*
Moved ethutil => common
obscuren
2015-03-16
1
-6
/
+6
*
Implemented managed state
obscuren
2015-03-13
1
-4
/
+2
*
Removed some of that gas pre pay magic
obscuren
2015-03-13
1
-9
/
+8
*
Add additional extra database for non-protocol related data
obscuren
2015-03-12
1
-2
/
+18
*
Improved error reporting and removed commented code
obscuren
2015-03-11
1
-11
/
+6
*
Fixed error message. Closes #448
obscuren
2015-03-10
1
-1
/
+1
*
Miner fixes and updates (including miner)
obscuren
2015-03-05
1
-5
/
+2
*
uncle validation
obscuren
2015-03-04
1
-22
/
+38
*
Changed nonce to a uint64
obscuren
2015-03-04
1
-2
/
+2
*
Merge branch 'xcthulhu-publictests' into poc-9
obscuren
2015-03-04
1
-3
/
+10
|
\
|
*
fixed pow stuff
obscuren
2015-03-04
1
-3
/
+2
|
*
Merge branch 'publictests' of https://github.com/xcthulhu/go-ethereum into xc...
obscuren
2015-03-04
1
-2
/
+10
|
|
\
|
|
*
Introducing ethash
Matthew Wampler-Doty
2015-03-03
1
-2
/
+3
|
|
*
Only one uncle
Matthew Wampler-Doty
2015-03-03
1
-0
/
+4
|
|
*
Exposing stuff for ethash
Matthew Wampler-Doty
2015-02-28
1
-0
/
+3
|
|
*
Fixed consensus issue for refunding
obscuren
2015-02-27
1
-4
/
+4
*
|
|
changed message
obscuren
2015-03-04
1
-1
/
+1
|
/
/
*
|
GasLimit check updated
obscuren
2015-03-04
1
-6
/
+8
*
|
wip
obscuren
2015-02-27
1
-4
/
+6
|
/
*
Validate block header gas limit
Gustav Simonsson
2015-02-26
1
-1
/
+6
*
Added eth_logs & fixed issue with manual log filtering
obscuren
2015-02-22
1
-10
/
+6
*
dirty tracking for state objects fixed
obscuren
2015-02-20
1
-5
/
+2
*
Optimisations and fixed a couple of DDOS issues in the miner
obscuren
2015-02-20
1
-11
/
+14
*
Added GetBlock GetUncle with OOB guard
obscuren
2015-02-18
1
-1
/
+5
*
Merge branch 'develop' into miner
obscuren
2015-02-12
1
-45
/
+14
|
\
|
*
Documented methods & removed old manifest
obscuren
2015-02-12
1
-29
/
+14
|
*
moved manager
obscuren
2015-02-09
1
-16
/
+0
*
|
Basic structure miner
obscuren
2015-02-10
1
-5
/
+5
*
|
merged
obscuren
2015-02-09
1
-16
/
+17
|
\
|
|
*
Undone fix. Will re-enable once chain resets
obscuren
2015-02-06
1
-12
/
+5
|
*
Merge pull request #290 from Gustav-Simonsson/correct_block_parent_timestamp_...
Jeffrey Wilcke
2015-02-06
1
-6
/
+6
|
|
\
|
|
*
Correct block parent timestamp check and typos
Gustav Simonsson
2015-02-04
1
-6
/
+6
|
*
|
pending / chain event
obscuren
2015-02-06
1
-0
/
+8
*
|
|
Merge branch 'develop' into miner
obscuren
2015-02-06
1
-2
/
+3
|
/
/
*
|
Filtering
obscuren
2015-02-05
1
-6
/
+7
*
|
WIP miner
obscuren
2015-02-04
1
-37
/
+37
|
/
*
Docs & old code removed
obscuren
2015-02-03
1
-1
/
+1
*
reworking messages => log
obscuren
2015-01-28
1
-0
/
+21
*
Future blocks not allowed
obscuren
2015-01-22
1
-21
/
+4
*
Fixed difficulty
obscuren
2015-01-18
1
-2
/
+1
*
Fixed consensus issue
obscuren
2015-01-13
1
-1
/
+1
*
Moved the TD method from block processor.
obscuren
2015-01-10
1
-39
/
+15
*
Cast to string for hashable type
obscuren
2015-01-10
1
-1
/
+1
*
mem fixes for vm. Changed uncle inclusion tests
obscuren
2015-01-10
1
-14
/
+20
*
Refactored ethutil.Config.Db out
obscuren
2015-01-07
1
-3
/
+7
*
Adjusted difficulty and skip get tx messages
obscuren
2015-01-06
1
-0
/
+1
*
Limit block extra to 1024
obscuren
2015-01-06
1
-0
/
+4
*
BlockManager => BlockProcessor
obscuren
2015-01-05
1
-2
/
+2
*
BlockManager => BlockProcessor
obscuren
2015-01-05
1
-0
/
+359