index
:
dexon
cliff-log
dev-test
dexon-classic
jimmy-monkey
jm-vm-design-doc
jm-vm-entry
master
mission-merge-core
mission-tmp
release/1.0
s-lds
s-network-monitor
s-truffle
taipei
testnet
vm
vm-skymizer
vm-skymizer-wasm-cache
vm-skymizer-wasm-no-cache
wasm-vm
wip/gy-sqlvm-gas-model
wip/gy-sqlvm-runtime-benchmark
wip/gy-sqlvm-runtime-p5
wip/lantw/checker
wip/wmin0/codegen
wip/yenlin/planner
wip/yenlin/storage_index
yilan
DEXON full node (https://github.com/dexon-foundation/dexon)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ethchain
/
transaction.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Vm logging on diff
obscuren
2014-07-15
1
-4
/
+0
*
Compare method for receipts
obscuren
2014-07-15
1
-0
/
+12
*
Updated to generic padding function
obscuren
2014-07-02
1
-4
/
+3
*
change all modified calls to ethtrie, ethutil and ethcrypto functions
zelig
2014-06-30
1
-3
/
+4
*
Make sure that public key always uses 64 bytes
obscuren
2014-06-23
1
-10
/
+10
*
Append zero's in R & S
obscuren
2014-06-21
1
-3
/
+7
*
Method for checking contract addresses
obscuren
2014-06-19
1
-1
/
+5
*
Fixed issue where JUMPI would do an equally check with 1 instead of GT
obscuren
2014-06-18
1
-1
/
+1
*
Set contract addr for new transactions
obscuren
2014-06-15
1
-1
/
+1
*
Refactoring state transitioning
obscuren
2014-06-13
1
-6
/
+10
*
Changed opcode numbers and added missing opcodes
obscuren
2014-06-12
1
-1
/
+3
*
Sort transactions based on the nonce
obscuren
2014-05-28
1
-16
/
+12
*
The body of contracts are now returned instead
obscuren
2014-05-25
1
-2
/
+10
*
Canonical contract creation
obscuren
2014-05-23
1
-7
/
+2
*
Transaction querying
obscuren
2014-05-22
1
-3
/
+3
*
Working on interop
obscuren
2014-05-22
1
-18
/
+90
*
...
obscuren
2014-05-20
1
-5
/
+0
*
Merge branch 'develop' of github.com-obscure:ethereum/eth-go into develop
obscuren
2014-05-20
1
-0
/
+5
|
\
|
*
Re-arranged transaction RLP encoding...
Nick Savers
2014-05-20
1
-7
/
+7
*
|
Rearranged according to YP
obscuren
2014-05-20
1
-7
/
+5
|
/
*
No longer store script directly in the state tree
obscuren
2014-05-20
1
-1
/
+1
*
Added receipts for tx creation
obscuren
2014-05-02
1
-0
/
+4
*
Fixed minor issue with gas and added state object init
obscuren
2014-04-23
1
-7
/
+7
*
Added proper gas handling
obscuren
2014-04-18
1
-6
/
+6
*
Merged accounts and contracts in to StateObject
obscuren
2014-04-16
1
-2
/
+2
*
Changed how txs define their data & added init field
obscuren
2014-04-10
1
-41
/
+25
*
Fixed some state issues
obscuren
2014-03-31
1
-1
/
+2
*
Fixed IsContract method to use the contractCreation flag
obscuren
2014-03-28
1
-2
/
+1
*
Removed debug and comments
obscuren
2014-03-28
1
-19
/
+0
*
Updated transaction model
obscuren
2014-03-28
1
-30
/
+12
*
Reworked transaction constructors
obscuren
2014-03-27
1
-13
/
+53
*
New tx methods and added new vm to state manager
obscuren
2014-03-21
1
-6
/
+15
*
Removed caller from tx and added "callership" to account.
obscuren
2014-03-21
1
-9
/
+0
*
Comply to Callee interface
obscuren
2014-03-21
1
-0
/
+9
*
Deprication
obscuren
2014-02-25
1
-0
/
+5
*
Removed compiling from the transaction
obscuren
2014-02-24
1
-6
/
+1
*
Removed old instruction code
obscuren
2014-02-21
1
-5
/
+2
*
Running contracts fixed
obscuren
2014-02-19
1
-1
/
+4
*
The great merge
obscuren
2014-02-15
1
-0
/
+157