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
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use uint64 for block header timestamp
Gustav Simonsson
2015-06-30
2
-2
/
+2
*
core/vm: clarified SSTORE
obscuren
2015-06-18
1
-7
/
+5
*
core, core/vm: state improvements and tx pool speed up
obscuren
2015-06-17
1
-15
/
+6
*
core: TMP testing code
obscuren
2015-06-17
1
-6
/
+15
*
core/state, core/vm: reworked storage get / set to use common.Hash
obscuren
2015-06-17
1
-4
/
+11
*
core/state, core/vm: cleanup refunds
obscuren
2015-06-17
1
-2
/
+2
*
core/vm: Improved error reporting for trace logging
obscuren
2015-06-12
4
-46
/
+45
*
core/vm: fixed printable characters using unicode instead
obscuren
2015-06-12
1
-2
/
+2
*
core/vm: added a comment regarding the uint64 vs *big.Int
obscuren
2015-06-11
1
-1
/
+3
*
core/vm: reverse loop stack
obscuren
2015-06-11
1
-2
/
+3
*
core/vm: fixed a bug where `Data` ignored the stack ptr
obscuren
2015-06-11
1
-1
/
+1
*
core, core/vm: moved logger and added gas cost to struct logging
obscuren
2015-06-11
3
-4
/
+50
*
core/vm: unexported stack again. No longer required
obscuren
2015-06-10
3
-16
/
+16
*
core/vm: documentation and name changes
obscuren
2015-06-10
2
-18
/
+34
*
core/vm, core/state: added storage to structured vm logging
obscuren
2015-06-10
2
-8
/
+16
*
core, core/vm: added structure logging
obscuren
2015-06-10
5
-147
/
+40
*
core/vm: added structured logging
obscuren
2015-06-10
1
-4
/
+22
*
core/vm: changed program counter to uint64
obscuren
2015-06-10
2
-13
/
+13
*
Remove unneeded if check on EC recover padding
Gustav Simonsson
2015-06-09
1
-3
/
+1
*
Pad precompiled EC recover input and add validations
Gustav Simonsson
2015-06-09
1
-8
/
+14
*
core/vm: cleanup and renames
obscuren
2015-06-04
5
-52
/
+0
*
core/vm: check for 'no code' before doing any work
Felix Lange
2015-06-03
1
-5
/
+5
*
core/vm: improve JUMPDEST analysis
Felix Lange
2015-06-03
3
-25
/
+44
*
core/vm: Fork fix. Removal of appending 0 bytes in memset
obscuren
2015-05-26
1
-6
/
+2
*
Merge pull request #1101 from obscuren/issue-1096
Jeffrey Wilcke
2015-05-26
1
-15
/
+3
|
\
|
*
core/vm: Cleanups & SUB output fix. Closes #1096
obscuren
2015-05-26
1
-15
/
+3
*
|
core/vm, rpc: added disasm to `ext_` RPC
obscuren
2015-05-22
1
-0
/
+21
|
/
*
core/vm: RETURN op code returns pointer to memory rather than copy
obscuren
2015-05-20
2
-1
/
+13
*
Changed how logs are being recorded
obscuren
2015-04-08
2
-2
/
+3
*
Use logger.Error instead of 0 with glog
Gustav Simonsson
2015-04-07
1
-1
/
+2
*
Forward and log EC recover err and remove dup pubkey len check
Gustav Simonsson
2015-04-07
1
-2
/
+4
*
basic glog
obscuren
2015-04-04
2
-11
/
+6
*
bool => int
obscuren
2015-04-03
1
-63
/
+63
*
fixed stack level
obscuren
2015-04-03
1
-3
/
+4
*
Read most protocol params from common/params.json
Gustav Simonsson
2015-04-02
7
-81
/
+46
*
sha3 stack check
obscuren
2015-04-01
1
-1
/
+1
*
Check stack for BALANCE. Closes #622
obscuren
2015-04-01
1
-1
/
+1
*
Blocktest fixed, Execution fixed
obscuren
2015-04-01
1
-1
/
+2
*
Cleanup.
obscuren
2015-03-29
1
-10
/
+13
*
Merge branch 'fix_ecrecover' of https://github.com/ebuchman/go-ethereum into ...
obscuren
2015-03-29
1
-7
/
+21
*
Cleanup VM.
obscuren
2015-03-29
4
-56
/
+45
*
Cleanup VM
obscuren
2015-03-29
3
-10
/
+22
*
PUSH gas fix
obscuren
2015-03-27
2
-21
/
+5
*
Removed comments
obscuren
2015-03-27
1
-15
/
+0
*
Removed defer/panic. #503
obscuren
2015-03-27
4
-120
/
+180
*
Explicitly check memory's data store. #515
obscuren
2015-03-27
1
-1
/
+8
*
Stack limit
obscuren
2015-03-27
1
-0
/
+6
*
Cleaned up changes
obscuren
2015-03-24
2
-3
/
+2
*
Modified according to poc 9 changes
obscuren
2015-03-24
1
-1
/
+1
*
Decrement depth
obscuren
2015-03-24
1
-1
/
+3
*
moved state and vm to core
obscuren
2015-03-23
17
-0
/
+2384