1683 Commits

Author SHA1 Message Date
andri lim
83e9debb62 move contract address creation to 'Computation' 2020-01-23 18:07:44 +02:00
andri lim
ea4f851f80 move create contract incNonce to 'applyMessage' 2020-01-23 18:07:44 +02:00
andri lim
ec8abf40e4 move 'tx.getRecipient' into 'setupComputation' 2020-01-23 18:07:44 +02:00
andri lim
37c282f1b9 fixes evmc 'gasRefund' 2020-01-23 18:07:44 +02:00
andri lim
c459879647 only import evmc files when 'evmc_enabled' defined 2020-01-23 18:07:44 +02:00
andri lim
4aa209113a integrate evmc 'setStorage' 2020-01-23 18:07:44 +02:00
andri lim
62f96e9bd4 integrate evmc 'emitLog' 2020-01-23 18:07:44 +02:00
andri lim
bf7b4c7273 fixes evmc 'selfDestruct' definition 2020-01-23 18:07:44 +02:00
andri lim
3e384f764d fixes evmc 'accountExists' definition 2020-01-23 18:07:44 +02:00
andri lim
64f0e59487 evmc_enabled compile time flags 2020-01-23 18:07:44 +02:00
andri lim
295d2c180b integrate evmc 'selfDestruct' and 'copyCode' 2020-01-23 18:07:44 +02:00
andri lim
8a9d9114e7 integrate evmc 'getCodeHash' 2020-01-23 18:07:44 +02:00
andri lim
5507e80b63 integrate evmc 'getCodeSize' 2020-01-23 18:07:44 +02:00
andri lim
8c53371c49 integrate evmc 'getBalance' 2020-01-23 18:07:44 +02:00
andri lim
fdbc888840 integrate evmc 'getStorage' 2020-01-23 18:07:44 +02:00
andri lim
a4a1148a45 integrate evmc 'accountExists' 2020-01-23 18:07:44 +02:00
andri lim
1813579bc4 integrate evmc 'getBlockHash' 2020-01-23 18:07:44 +02:00
andri lim
319e5d8ae9 integrate evmc 'getTxContext' 2020-01-23 18:07:44 +02:00
andri lim
e25f2bb82f evmc host implementation 2020-01-23 18:07:44 +02:00
andri lim
3c57cd638f add evmc submodule 2020-01-23 18:07:44 +02:00
andri lim
e8ec1706ed fixes rpc compilation error 2020-01-23 12:39:36 +02:00
Zahary Karadjov
d23a33a80c Cosmetic improvements 2020-01-23 12:39:36 +02:00
kdeme
da1adb37e6 Add building of wakunode/wakusim in CI 2020-01-23 12:39:36 +02:00
kdeme
90aaa6545f Add Nat configuration 2020-01-23 12:39:36 +02:00
kdeme
ca6890b026 Change Waku RPC methods prefix 2020-01-23 12:39:36 +02:00
kdeme
d56655d278 Move WhisperKeys to KeyStorage 2020-01-23 12:39:36 +02:00
kdeme
776f924e39 Small fixes/improvements 2020-01-23 12:39:36 +02:00
kdeme
7e92897b50 Add metrics configuration to start_network and remove shell script 2020-01-23 12:39:36 +02:00
kdeme
a03d0be31f Add start_network.nim to start different types of networks 2020-01-23 12:39:36 +02:00
kdeme
48391744ff Add metrics config files generation for wakusim 2020-01-23 12:39:36 +02:00
kdeme
56f46357e6 Generate and use random topics in waku simulation 2020-01-23 12:39:36 +02:00
kdeme
ed79c4dfdc Add quick waku simulation with hardcoded network 2020-01-23 12:39:36 +02:00
kdeme
574c5ec0af Add lightNode and logMetrics options 2020-01-23 12:39:36 +02:00
kdeme
8c3595ff94 Bump vendor/nim-eth and fix changes 2020-01-23 12:39:36 +02:00
kdeme
6e4b73b562 Fix bloom filter of a new Waku/Whisper filter and update automatically for light node 2020-01-23 12:39:36 +02:00
kdeme
d15286032d Add waku node Dockerfile [skip ci] 2020-01-23 12:39:36 +02:00
Oskar Thoren
9bd99d88b8 Add Prometheus config target to README
Was a gotcha for me
2020-01-23 12:39:36 +02:00
kdeme
8f18ac7ed1 Update readme with metrics info + example dashboard json 2020-01-23 12:39:36 +02:00
kdeme
b761d1b7e4 Add metrics server for wakunode 2020-01-23 12:39:36 +02:00
Oskar Thoren
0f121927b5 Quicksim: Send more messages 2020-01-23 12:39:36 +02:00
kdeme
bcaf6d03ee Add simple example and readme 2020-01-23 12:39:36 +02:00
kdeme
7a7075eea6 Add ports-shift convenience option 2020-01-23 12:39:36 +02:00
kdeme
c3aeb15ce5 Introduce WakuMode 2020-01-23 12:39:36 +02:00
kdeme
7b80b313e4 Start implementation of waku node 2020-01-23 12:39:36 +02:00
andri lim
c1ef8632b2 move fork and gasCosts from Computation to vmState 2020-01-20 18:36:58 +02:00
andri lim
bab359cabf move origin and gasPrice from Message to vmState 2020-01-20 18:36:58 +02:00
andri lim
d300bc352d fixes balance transfer for CALL and CALLCODE 2020-01-20 18:36:58 +02:00
andri lim
73c60fe694 unifying contract collision detection 2020-01-20 18:36:58 +02:00
andri lim
16a938d3fa fixes clearStorage bug 2020-01-20 18:36:58 +02:00
andri lim
89d1834d52 consistent evm depth call check 2020-01-20 18:36:58 +02:00