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
/
state_transition.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improved transaction pool
obscuren
2015-04-09
1
-16
/
+15
*
Moved logging to logger.Core
obscuren
2015-04-04
1
-4
/
+3
*
Read most protocol params from common/params.json
Gustav Simonsson
2015-04-02
1
-4
/
+5
*
Blocktest fixed, Execution fixed
obscuren
2015-04-01
1
-4
/
+5
*
Cleaned up changes
obscuren
2015-03-24
1
-5
/
+2
*
Modified according to poc 9 changes
obscuren
2015-03-24
1
-1
/
+1
*
Updated for PV59
obscuren
2015-03-24
1
-8
/
+7
*
moved state and vm to core
obscuren
2015-03-23
1
-2
/
+2
*
conversions. -compilable-
obscuren
2015-03-18
1
-0
/
+6
*
Fixed VM & Tests w/ conversion
obscuren
2015-03-17
1
-10
/
+9
*
core: actually convert transaction pool
Felix Lange
2015-03-17
1
-10
/
+9
*
Merge remote-tracking branch 'ethereum/conversion' into conversion
Felix Lange
2015-03-17
1
-9
/
+13
|
\
|
*
converted vm
obscuren
2015-03-17
1
-9
/
+13
*
|
core: adapt Message for new Transaction.From signature
Felix Lange
2015-03-17
1
-2
/
+3
|
/
*
updated vm env
obscuren
2015-03-17
1
-3
/
+3
*
Moved ethutil => common
obscuren
2015-03-16
1
-4
/
+4
*
Return proper error
obscuren
2015-03-14
1
-0
/
+3
*
Removed some of that gas pre pay magic
obscuren
2015-03-13
1
-22
/
+25
*
Lowered default gas price and increased default gas limit
obscuren
2015-03-12
1
-0
/
+2
*
Improved error reporting and removed commented code
obscuren
2015-03-11
1
-32
/
+1
*
Merge ethereum/poc-9 into accounts-integration
Felix Lange
2015-03-10
1
-3
/
+9
|
\
|
*
Spec changes.
obscuren
2015-03-06
1
-3
/
+10
*
|
core: remove Hash method from Message interface
Felix Lange
2015-03-10
1
-3
/
+2
|
/
*
Fixed error for invalid transaction
obscuren
2015-03-03
1
-7
/
+6
*
Updated gast costs
obscuren
2015-03-03
1
-8
/
+4
*
New gas prices model
obscuren
2015-03-02
1
-3
/
+9
*
Bump
obscuren
2015-02-27
1
-4
/
+1
*
Fixed consensus issue for refunding
obscuren
2015-02-27
1
-3
/
+6
*
Removed exported fields from state object and added proper set/getters
obscuren
2015-02-20
1
-4
/
+4
*
Optimisations and fixed a couple of DDOS issues in the miner
obscuren
2015-02-20
1
-1
/
+2
*
Docs & old code removed
obscuren
2015-02-03
1
-21
/
+25
*
Added (disabled) Jit validation
obscuren
2015-02-01
1
-0
/
+25
*
Fixed consensus issue
obscuren
2015-01-13
1
-2
/
+1
*
Changed prev_hash to block_hash, state transition now uses vm env
obscuren
2015-01-04
1
-20
/
+21
*
Closure => Context
obscuren
2015-01-02
1
-1
/
+1
*
Minor updates on gas and removed/refactored old code.
obscuren
2014-12-20
1
-11
/
+10
*
Removed OOG check. Revert should always happen.
obscuren
2014-12-19
1
-2
/
+9
*
Transaction was generating incorrect hash because of var changes
obscuren
2014-12-19
1
-1
/
+1
*
Fixed refund model
obscuren
2014-12-19
1
-6
/
+4
*
Gas corrections and vm fixes
obscuren
2014-12-19
1
-36
/
+37
*
Moved methods to messages
obscuren
2014-12-18
1
-4
/
+6
*
Created generic message (easy for testing)
obscuren
2014-12-18
1
-32
/
+66
*
null ptr fix
obscuren
2014-12-04
1
-4
/
+3
*
Renamed State => StateDB
obscuren
2014-12-04
1
-3
/
+3
*
Renamed `chain` => `core`
obscuren
2014-12-04
1
-0
/
+198