Skip to content

Instantly share code, notes, and snippets.

@cdetrio
Created May 26, 2018 05:11
Show Gist options
  • Save cdetrio/85c899ca88249042c53243b3bf3769c1 to your computer and use it in GitHub Desktop.
Save cdetrio/85c899ca88249042c53243b3bf3769c1 to your computer and use it in GitHub Desktop.
evm2wasm codesize branch
(callcall)ewasm@13:~/hugo-dc/evm2wasm$ git branch -v
* callcall 6a797ef flip CALL result from EEI/POSIX convention to EVM convention
callcall-working 4f4391d generate wast and wast-async
code-size-working c93c776 code-size working
lane-debug 55514ff debugging lane's branch
lrettig-replace-wabt 66e841f Update docs
master f8f4c6f [behind 15] Merge pull request #240 from ewasm/eei-types
(callcall)ewasm@13:~/hugo-dc/evm2wasm$ git log
----------
commit 6a797ef4f1bdb791d59f308a3718ec0b3789335b
Author: cdetrio <cdetrio@gmail.com>
Date: Fri May 18 18:02:24 2018 -0400
flip CALL result from EEI/POSIX convention to EVM convention
commit b4fd098a7f3d80fc3a1f4e2fc93def042a70f468
Author: cdetrio <cdetrio@gmail.com>
Date: Thu May 17 21:42:39 2018 -0400
unpin hera
commit 225fde0c58e08896a36a9ec9dea82f301b148729
Author: cdetrio <cdetrio@gmail.com>
Date: Thu May 17 21:41:45 2018 -0400
delete 6th and 7th CALL params from stack
commit 27aab0eba03f4654e8b3d0e6b8e256df390c655f
Author: cdetrio <cdetrio@gmail.com>
Date: Thu May 17 10:43:38 2018 -0400
let Hera handle the 2300 gas subsidy for CALL
commit f9e6a30a854006801a69c158074dcb21757fd0e0
Author: cdetrio <cdetrio@gmail.com>
Date: Thu May 17 09:32:55 2018 -0400
CALL with 2300 gas subsidy
commit 1cb96f0550ea243d3d5347c13f6459c137a1852d
Author: cdetrio <cdetrio@gmail.com>
Date: Thu May 17 08:26:18 2018 -0400
use hera branch code-size
commit 5c5d5cb4c4dd2c5ee3aa8312bbf0f924306753bd
Author: cdetrio <cdetrio@gmail.com>
Date: Thu May 17 01:41:03 2018 -0400
fix endianness for i128 and address outputs
commit c039bd00ceb67b3bdd495259155443361355489e
Author: cdetrio <cdetrio@gmail.com>
Date: Thu May 17 00:36:14 2018 -0400
dump state in cpp-ethereum
commit 5a03555d3e4474db7449ccb10bd9d4b5d2df1008
Author: cdetrio <cdetrio@gmail.com>
Date: Wed May 16 23:50:48 2018 -0400
update EEI params for CALL
commit d84ae51066961752631489bbd95dcb093a7974f8
Author: cdetrio <cdetrio@gmail.com>
Date: Wed May 16 22:07:39 2018 -0400
try develop 2
commit 095e532b90e971ae8b36c9b049f4a92460f2ef26
Author: cdetrio <cdetrio@gmail.com>
Date: Wed May 16 20:04:48 2018 -0400
try older commit
commit 7c8190c3829401ea0437074bc26d2153ce7c89b1
Author: cdetrio <cdetrio@gmail.com>
Date: Wed May 16 19:25:42 2018 -0400
try develop
commit 15ad214062a8b416d3727c2cde50af0e9d4e61a5
Author: cdetrio <cdetrio@gmail.com>
Date: Wed May 16 18:37:46 2018 -0400
use latest cpp-ethereum/hera
commit cb56de5abcb0ae313d28200a874f4ad1ebe57b14
Merge: fcc75b7 ada7f5c
Author: cdetrio <cdetrio@gmail.com>
Date: Wed May 16 17:19:26 2018 -0400
Merge pull request #245 from ewasm/eei-pointer
fix stack pointer issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment