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
/
chain_manager.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
New gas prices model
obscuren
2015-03-02
1
-4
/
+6
*
Merge branch 'master' into develop
obscuren
2015-02-24
1
-4
/
+26
|
\
|
*
Properly uninstall filters. Mining issue fixed #closes #365
obscuren
2015-02-23
1
-4
/
+26
*
|
removed log
obscuren
2015-02-24
1
-1
/
+0
|
/
*
Minor updates for release
obscuren
2015-02-21
1
-1
/
+2
*
Fixed chain event issue
obscuren
2015-02-20
1
-3
/
+1
*
fixed merge
obscuren
2015-02-20
1
-6
/
+3
|
\
*
|
dirty tracking for state objects fixed
obscuren
2015-02-20
1
-1
/
+1
*
|
Optimisations and fixed a couple of DDOS issues in the miner
obscuren
2015-02-20
1
-5
/
+20
|
/
*
Added GetBlock GetUncle with OOB guard
obscuren
2015-02-18
1
-8
/
+8
*
Changed to ChainEvent and fixed a nil pointer in transact
obscuren
2015-02-18
1
-2
/
+0
*
Filter and mutex locks added
obscuren
2015-02-17
1
-1
/
+12
*
Removed reference to lastBlockNumber & LastBlockNumber
obscuren
2015-02-16
1
-21
/
+5
*
Resolved some bugs in the miner
obscuren
2015-02-15
1
-1
/
+1
*
Reference pointer to block instead of pointer to function
obscuren
2015-02-15
1
-1
/
+1
*
Basic structure miner
obscuren
2015-02-10
1
-1
/
+10
*
Filtering
obscuren
2015-02-05
1
-2
/
+1
*
changed lost key
obscuren
2015-01-29
1
-1
/
+7
*
Fixed difficulty
obscuren
2015-01-18
1
-5
/
+4
*
Moved the TD method from block processor.
obscuren
2015-01-10
1
-1
/
+15
*
mem fixes for vm. Changed uncle inclusion tests
obscuren
2015-01-10
1
-0
/
+22
*
Merge remote-tracking branch 'upstream/develop' into develop
zelig
2015-01-09
1
-2
/
+2
|
\
|
*
Minor fixed and additions for block proc
obscuren
2015-01-08
1
-2
/
+2
*
|
GetBlockHashesFromHash(hash, max) gives back max hashes starting from PARENT ...
zelig
2015-01-09
1
-3
/
+1
|
/
*
Refactored ethutil.Config.Db out
obscuren
2015-01-07
1
-16
/
+13
*
Adjusted difficulty and skip get tx messages
obscuren
2015-01-06
1
-1
/
+1
*
Changed prev_hash to block_hash, state transition now uses vm env
obscuren
2015-01-04
1
-8
/
+8
*
Closure => Context
obscuren
2015-01-02
1
-20
/
+0
*
Added a query interface for world state
obscuren
2015-01-02
1
-0
/
+9
*
Set TD to block once processed
obscuren
2015-01-02
1
-0
/
+1
*
Delete current chain for reset
obscuren
2014-12-23
1
-0
/
+4
*
Chain importer
obscuren
2014-12-23
1
-5
/
+0
*
Refactored block & Transaction
obscuren
2014-12-23
1
-59
/
+75
*
Merge fixes
obscuren
2014-12-18
1
-1
/
+4
*
Merged develop
obscuren
2014-12-18
1
-37
/
+83
|
\
|
*
Updated to new methods
obscuren
2014-12-18
1
-0
/
+7
|
*
Locks, refactor, tests
obscuren
2014-12-18
1
-37
/
+76
*
|
Merge branch 'develop' into poc8
obscuren
2014-12-18
1
-1
/
+10
|
\
|
|
*
moved err check
obscuren
2014-12-17
1
-1
/
+10
*
|
resolve merge conflict hell
zelig
2014-12-15
1
-4
/
+0
*
|
adapt chain_manager to eth protocol interface
zelig
2014-12-15
1
-0
/
+4
*
|
add Status to retrieve TD, currentBlock, genesis for easy interface with eth/...
zelig
2014-12-15
1
-1
/
+5
|
/
*
moved interfaces
obscuren
2014-12-11
1
-0
/
+2
*
states moved to chain
obscuren
2014-12-11
1
-0
/
+13
*
upped proto version and modified block pool
obscuren
2014-12-05
1
-9
/
+15
*
Only set TD if it's actually higher
obscuren
2014-12-04
1
-1
/
+4
*
Renamed `chain` => `core`
obscuren
2014-12-04
1
-0
/
+276