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)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ethchain
/
vm.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added manifest changes and changed closures
obscuren
2014-04-30
1
-2
/
+5
*
Upped version number
obscuren
2014-04-27
1
-2
/
+52
*
Notify of changes
obscuren
2014-04-26
1
-5
/
+4
*
Added new state object change echanism
obscuren
2014-04-26
1
-2
/
+4
*
Fixed Base problem and sload/sstore
obscuren
2014-04-24
1
-3
/
+4
*
Minor improvements and bug fixes
obscuren
2014-04-24
1
-2
/
+4
*
Call initial closure with proper tx argument
obscuren
2014-04-23
1
-1
/
+3
*
Fixed minor issue with gas and added state object init
obscuren
2014-04-23
1
-13
/
+11
*
Updated VM
obscuren
2014-04-20
1
-16
/
+36
*
Added proper gas handling
obscuren
2014-04-18
1
-4
/
+5
*
Moved assembler stage processing to it's own file
obscuren
2014-04-16
1
-65
/
+69
*
Added pre processing of script data
obscuren
2014-04-12
1
-2
/
+3
*
Renamed
obscuren
2014-04-12
1
-21
/
+77
*
Added the possibility for debug hooks during closure call
obscuren
2014-04-11
1
-40
/
+5
*
Added better address format
obscuren
2014-04-11
1
-1
/
+10
*
Call fixed
obscuren
2014-04-11
1
-10
/
+16
*
Split code for contracts
obscuren
2014-04-10
1
-2
/
+2
*
Added new insruction methods
obscuren
2014-04-09
1
-1
/
+25
*
Fixed some state issues
obscuren
2014-03-31
1
-0
/
+2
*
Fixed bug in stack to expand beyond expectations. Fixed EQ and NOT opcode
obscuren
2014-03-31
1
-6
/
+14
*
Reworked transaction constructors
obscuren
2014-03-27
1
-1
/
+2
*
Test fixes and removed old code. Added VM gas fees
obscuren
2014-03-24
1
-3
/
+45
*
Removed old VM code
obscuren
2014-03-22
1
-369
/
+0
*
Removed regular ints from the virtual machine and closures
obscuren
2014-03-22
1
-6
/
+15
*
Closure return, arguments fixed. Added proper tests
obscuren
2014-03-21
1
-5
/
+28
*
Implemented closure arguments
obscuren
2014-03-21
1
-9
/
+175
*
Added address to account and contract
obscuren
2014-03-21
1
-4
/
+3
*
Removed caller from tx and added "callership" to account.
obscuren
2014-03-21
1
-0
/
+4
*
Rewrote opcodes again
obscuren
2014-03-21
1
-32
/
+9
*
Fixed MSTORE and added some more commets
obscuren
2014-03-21
1
-12
/
+34
*
Closures and vm based on closures
obscuren
2014-03-21
1
-5
/
+93
*
Trie's are no longer referenced directly but through State instead
obscuren
2014-03-03
1
-2
/
+2
*
Some log statements changed to the default logger
obscuren
2014-02-24
1
-5
/
+5
*
Removed debug print
obscuren
2014-02-24
1
-2
/
+1
*
Separated the VM from the block manager and added states
obscuren
2014-02-24
1
-0
/
+437