andri lim
|
433ccba15f
|
fix writePaddedResult, GST +4
|
2019-03-16 21:42:06 +07:00 |
andri lim
|
adb1286e28
|
fix create hash collision, GST +1
|
2019-03-16 12:13:57 +07:00 |
andri lim
|
99d128ca26
|
fix CREATE opcode gas cost
|
2019-03-15 22:15:40 +07:00 |
andri lim
|
823dd95a53
|
write contract unification
|
2019-03-15 18:16:47 +07:00 |
andri lim
|
0654a232a3
|
rename transferBalance to canTransfer
|
2019-03-14 16:24:27 +07:00 |
andri lim
|
039ab1ce71
|
refactor/relocate CALL/CREATE to reduce stack usage
|
2019-03-14 14:58:26 +07:00 |
andri lim
|
4ed98e03d1
|
remove unneeded param from transferBalance
|
2019-03-13 22:14:10 +07:00 |
andri lim
|
44688259f1
|
simplify transferBalance again
|
2019-03-13 22:06:32 +07:00 |
andri lim
|
2f9f708f1b
|
simplify balance transfer
|
2019-03-13 21:34:53 +07:00 |
andri lim
|
f1fac6be0f
|
remove redundant updateOpcodeExec
|
2019-03-13 21:15:13 +07:00 |
andri lim
|
1b3ca200fa
|
remove redundant execPrecompiles call
|
2019-03-13 21:10:16 +07:00 |
andri lim
|
f5d6d6bc02
|
fix block 1317742 problem
|
2019-03-13 15:49:54 +02:00 |
andri lim
|
9f8191d408
|
EVM write contract transformation
|
2019-03-12 13:32:41 +02:00 |
andri lim
|
b1da3576ad
|
fix block 1149150 problem
|
2019-03-11 18:50:13 +07:00 |
andri lim
|
de809b0060
|
fix block 1017395 problem
|
2019-03-11 12:03:57 +07:00 |
andri lim
|
a15805e41a
|
fix applyCreateMessage
|
2019-02-28 10:04:49 +02:00 |
andri lim
|
fc613b33df
|
computation.nim cleanup
|
2019-02-28 10:04:49 +02:00 |
andri lim
|
4cc318d948
|
fix block 668910 problem
|
2019-02-28 10:04:49 +02:00 |
andri lim
|
9d6fb4c82e
|
add comment to transaction tracer
|
2019-02-27 13:30:18 +02:00 |
andri lim
|
2c032ad1ab
|
refactor utils
|
2019-02-27 13:30:18 +02:00 |
andri lim
|
9522c1145f
|
fix #245 again
|
2019-02-25 22:59:05 +07:00 |
andri lim
|
9fcba8f90d
|
fix block 512335 problem
|
2019-02-25 21:18:13 +07:00 |
andri lim
|
0d64e0a6c3
|
fix #245
|
2019-02-25 20:02:16 +07:00 |
andri lim
|
3dd18bd8ec
|
fix block 299804 problem
|
2019-02-25 17:03:43 +07:00 |
andri lim
|
592fa5df7e
|
fix SIGNEXTEND opcode
|
2019-02-23 17:57:53 +02:00 |
andri lim
|
bc675b1daa
|
fix contract creation
|
2019-02-23 17:57:53 +02:00 |
andri lim
|
f5e54b8d4f
|
fix self destruct problem
|
2019-02-23 17:57:53 +02:00 |
andri lim
|
28245e92a2
|
fixes #235
|
2019-02-22 13:10:22 +02:00 |
andri lim
|
47a8089ff8
|
fixes #236
|
2019-02-21 13:09:36 +02:00 |
andri lim
|
4dc45550dd
|
fix block 226522 problem
|
2019-02-21 13:09:36 +02:00 |
andri lim
|
b198ffee2d
|
fix vm oog problem
|
2019-02-20 15:16:07 +02:00 |
andri lim
|
dcf7699358
|
fix callcode regression
|
2019-02-20 15:16:07 +02:00 |
andri lim
|
71e7ee2dae
|
fixes ECRecover precompiles
|
2019-02-20 15:16:07 +02:00 |
andri lim
|
96ae5ee05a
|
fix CALLCODE storage address
|
2019-02-20 15:16:07 +02:00 |
andri lim
|
999c958641
|
fix opcode call OOG
|
2019-02-20 15:16:07 +02:00 |
andri lim
|
2e8176eb15
|
simplify CREATE gasCost
|
2019-02-20 15:16:07 +02:00 |
andri lim
|
0b9326f955
|
fix block 81383 problem
|
2019-02-20 15:16:07 +02:00 |
andri lim
|
c722f34ef3
|
safer snapshot commit revert and dispose
|
2019-02-18 18:15:32 +02:00 |
andri lim
|
d015fc3819
|
bugfix: transaction tracer more robust storage key handling
|
2019-02-18 13:16:04 +02:00 |
andri lim
|
8461211f9a
|
bugfix: implement computation snapshot, revert, commit
|
2019-02-18 13:16:04 +02:00 |
andri lim
|
927abdc142
|
bugfix: multi-depth transaction tracer storage
|
2019-02-18 13:16:04 +02:00 |
andri lim
|
a1242d2538
|
bugfix: block 78458 crash
|
2019-02-18 13:16:04 +02:00 |
andri lim
|
282824cd53
|
zah's request: add missing comments
|
2019-02-18 13:16:04 +02:00 |
andri lim
|
8f9d1ae748
|
fixes callcode bug
|
2019-02-15 17:20:51 +02:00 |
andri lim
|
d7bd55bd21
|
fixes opcode call: simplify gas costs
|
2019-02-15 17:20:51 +02:00 |
andri lim
|
44d05dfdb1
|
fixes transaction_tracer.nim: tracing depth
|
2019-02-15 17:20:51 +02:00 |
andri lim
|
17188dfcb1
|
fixes memory write: no padding
|
2019-02-15 17:20:51 +02:00 |
andri lim
|
e38b1bf803
|
fixes generateChildComputation
|
2019-02-15 17:20:51 +02:00 |
andri lim
|
5701c8bacb
|
fixes precompile contract: identity gascost
|
2019-02-15 17:20:51 +02:00 |
andri lim
|
00087de2ce
|
trade 7 failed GST with 107 OK GST
|
2019-02-07 11:01:43 +01:00 |