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
/
ethchain
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comply to Callee structure
obscuren
2014-03-21
1
-2
/
+7
*
Commented out code due to rewrite vm
obscuren
2014-03-21
1
-1
/
+4
*
Added AddFunds method
obscuren
2014-03-21
1
-1
/
+5
*
Added a copy method to state
obscuren
2014-03-17
1
-0
/
+4
*
Pretty print nonce
obscuren
2014-03-17
1
-1
/
+1
*
Moved on to the state manager
obscuren
2014-03-17
2
-26
/
+27
*
Wip keychains
obscuren
2014-03-07
1
-0
/
+74
*
Added miner state
obscuren
2014-03-06
1
-1
/
+2
*
Removed comments
obscuren
2014-03-06
1
-42
/
+0
*
Renamed block manager to state manager
obscuren
2014-03-05
1
-63
/
+63
*
Partially refactored server/txpool/block manager/block chain
obscuren
2014-03-05
4
-60
/
+127
*
Renamed Address to Account
obscuren
2014-03-03
4
-23
/
+23
*
Trie's are no longer referenced directly but through State instead
obscuren
2014-03-03
4
-74
/
+63
*
Updated block to use state instead of trie directly
obscuren
2014-03-03
5
-45
/
+60
*
WIP Observing pattern
obscuren
2014-02-25
1
-8
/
+33
*
Deprication
obscuren
2014-02-25
1
-0
/
+5
*
Removed debug log
obscuren
2014-02-25
1
-3
/
+0
*
Error logging on tx processing
obscuren
2014-02-25
1
-5
/
+9
*
Length checking when fetching contract. Contract always have 3 fields
obscuren
2014-02-25
1
-0
/
+5
*
Some log statements changed to the default logger
obscuren
2014-02-24
2
-26
/
+9
*
Fixed a minor issue on crashed contracts
obscuren
2014-02-24
2
-2
/
+6
*
Changed MakeContract on block
obscuren
2014-02-24
1
-16
/
+2
*
Proper tests
obscuren
2014-02-24
2
-406
/
+24
*
Removed debug print
obscuren
2014-02-24
1
-2
/
+1
*
Removed compiling from the transaction
obscuren
2014-02-24
1
-6
/
+1
*
Added compile
obscuren
2014-02-24
1
-1
/
+2
*
Added opcodes
obscuren
2014-02-24
1
-52
/
+51
*
Added make contract
obscuren
2014-02-24
1
-0
/
+28
*
Separated the VM from the block manager and added states
obscuren
2014-02-24
3
-0
/
+599
*
Moved address
obscuren
2014-02-23
1
-31
/
+0
*
Added a secondary processor
obscuren
2014-02-23
1
-3
/
+9
*
Added address states for storing a session based address
obscuren
2014-02-23
3
-7
/
+97
*
Updated some of the log statements to use the ethutil logger
obscuren
2014-02-22
1
-2
/
+0
*
Get a chain of blocks made simple
obscuren
2014-02-21
1
-0
/
+23
*
Fixed contract running
obscuren
2014-02-21
2
-9
/
+10
*
Removed old instruction code
obscuren
2014-02-21
1
-5
/
+2
*
re: Added contract fees
obscuren
2014-02-21
1
-12
/
+18
*
Updated fees
obscuren
2014-02-21
1
-1
/
+1
*
Added contract addr acessors
obscuren
2014-02-21
1
-0
/
+8
*
Added peek(n)
obscuren
2014-02-21
1
-0
/
+16
*
Debug logging functions
obscuren
2014-02-19
1
-1
/
+2
*
Changed fee structure
obscuren
2014-02-19
1
-9
/
+13
*
Added fees and debugging
obscuren
2014-02-19
1
-12
/
+42
*
Corrected contract addresses
obscuren
2014-02-19
1
-1
/
+1
*
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
obscuren
2014-02-19
1
-2
/
+2
|
\
|
*
s/GenisisHeader/GenesisHeader/
Sam Boyer
2014-02-18
1
-2
/
+2
*
|
Running contracts fixed
obscuren
2014-02-19
6
-91
/
+101
|
/
*
Added new address
obscuren
2014-02-18
1
-1
/
+1
*
Fixed block handling
obscuren
2014-02-18
2
-20
/
+29
*
String changed and removed some debugging code
obscuren
2014-02-18
1
-8
/
+2
*
If sender is receiver only subtract the fee
obscuren
2014-02-18
1
-7
/
+15
*
Changed uncle block fee as to what it should be
obscuren
2014-02-18
1
-1
/
+7
*
Defer undo on the current block's state
obscuren
2014-02-17
1
-0
/
+5
*
Removed debug message
obscuren
2014-02-15
1
-2
/
+0
*
Removed RlpValue in favour of Value
obscuren
2014-02-15
4
-16
/
+16
*
The great merge
obscuren
2014-02-15
15
-0
/
+2287