Commit Graph

1064 Commits

Author SHA1 Message Date
Ștefan Talpalaru bb61c08fc2
Makefile: remove the "eth2_network_simulation" target
from the Nimbus Makefile, since it's now in teh nim-beacon-chain one.

Also bump vendor/nim-beacon-chain and vendor/nim-chronos
2019-03-28 16:32:03 +01:00
Zahary Karadjov 027fbffc42 bump modules 2019-03-28 17:01:14 +02:00
Ștefan Talpalaru 9d05c6bf4f
Merge branch 'jangko-fix_evm' 2019-03-28 15:24:17 +01:00
Ștefan Talpalaru 54b0242169
Merge branch 'fix_evm' of github.com:jangko/nimbus into jangko-fix_evm 2019-03-28 15:21:28 +01:00
Ștefan Talpalaru 5a8c00dcea
Merge branch 'jangko-fix_gaspricelimit' 2019-03-28 15:17:58 +01:00
Ștefan Talpalaru 348782ac6a
Merge branch 'fix_gaspricelimit' of github.com:jangko/nimbus into jangko-fix_gaspricelimit 2019-03-28 15:14:39 +01:00
Ștefan Talpalaru 7b26bf1cee
Merge branch 'jangko-fix_maxcalldepth' 2019-03-28 15:12:46 +01:00
Ștefan Talpalaru b16aba391a
Merge branch 'fix_maxcalldepth' of github.com:jangko/nimbus into jangko-fix_maxcalldepth 2019-03-28 15:09:51 +01:00
Ștefan Talpalaru b5a6456204
Merge branch 'jangko-fix_refund' 2019-03-28 15:08:09 +01:00
andri lim da88d498e3
fix MaxCallDepth comparison 2019-03-28 19:08:54 +07:00
andri lim 1ad4e256b2
fix self destruct refund gas problem 2019-03-28 19:07:30 +07:00
andri lim d9a9459d95
reduce stack usage 2019-03-28 19:06:38 +07:00
andri lim 527891cdb8
integrate snapshot with computation 2019-03-28 19:06:31 +07:00
andri lim 62c1e668a9
fix tx_e1c174e2 problem, GST +1 2019-03-28 19:05:07 +07:00
Zahary Karadjov 90924eef47 bump beacon-chain 2019-03-27 18:33:03 +02:00
Zahary Karadjov 69dbf18ffa New containers for to 30-second slots 2019-03-27 17:55:45 +02:00
Ștefan Talpalaru 43adde51e4 env.sh: change the prompt in shells that source this file (#291) 2019-03-26 20:01:07 -06:00
Ștefan Talpalaru 380665141a
Merge branch 'makefile' 2019-03-26 19:24:46 +01:00
Ștefan Talpalaru 535cf1772c
Makefile: moved some reusable vars in common.mk for nim-beacon-chain
- also introduced TOOLS_DIRS for readability and ease  of maintenance
2019-03-26 19:23:07 +01:00
Zahary Karadjov fc3950dc84 latest beacon_chain 2019-03-26 18:42:35 +02:00
Zahary Karadjov 28c6b35ff9 bump nim-eth to fix the build of nimbus 2019-03-26 18:29:15 +02:00
Zahary Karadjov d347f55fc5 bump modules 2019-03-26 17:47:52 +02:00
Ștefan Talpalaru ea73005c0d textblocks -> textlines 2019-03-26 13:20:01 +02:00
Ștefan Talpalaru 50504cf553 Nimbus: runtime log level selection and logfile option 2019-03-26 13:20:01 +02:00
Zahary Karadjov efadc8d2a9 bump modules 2019-03-25 20:00:39 +02:00
Ștefan Talpalaru ce5ab431f4
Merge branch 'submodules' 2019-03-25 18:28:19 +01:00
Ștefan Talpalaru 34c74ef3fb
bump vendor/nim-eth 2019-03-25 17:17:26 +01:00
Yuriy Glukhov 01817da06f Arch rocksdb instructions (#287) 2019-03-25 08:32:29 -06:00
Zahary Karadjov 02e4c36a99 bump chronicles 2019-03-25 16:03:52 +02:00
Zahary Karadjov 689c898b71 bump beacon_chain 2019-03-25 12:52:10 +02:00
Zahary Karadjov 94da80dca4 Fix a mysterious issue affecting the docker Makefiles 2019-03-25 02:25:48 +02:00
Zahary Karadjov 61948725ef Enable json logging in the beacon_node container 2019-03-25 02:12:44 +02:00
Zahary Karadjov e9754cf69c More improvements to the docker build scripts
* Make the build deterministic by pinning it to a particular revision
* Add curl as a run-time dependency
* Use the improved Docker practices for the Nimbus build as well
2019-03-23 13:24:48 +02:00
Jakub Sokołowski 6de2dd167e add Makefile for beacon_node Dockerfile, make image smaller
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-23 13:24:48 +02:00
Zahary Karadjov 46aca468bb Docker builds for beacon_node and nimbus 2019-03-22 16:38:14 +02:00
Ștefan Talpalaru 8089b1a574
Merge branch 'jangko-upgrade_gst' 2019-03-21 15:36:53 +01:00
Ștefan Talpalaru 59e1b3fa6b
delete trailing spaces 2019-03-21 15:35:25 +01:00
Ștefan Talpalaru 0c156a5030
Merge branch 'upgrade_gst' of https://github.com/jangko/nimbus into jangko-upgrade_gst 2019-03-21 15:31:55 +01:00
Ștefan Talpalaru 87382e2352
Merge branch 'jangko-cleanups' 2019-03-21 15:29:08 +01:00
Ștefan Talpalaru 3c6ea4ac9c
Merge branch 'cleanups' of https://github.com/jangko/nimbus into jangko-cleanups 2019-03-21 15:25:40 +01:00
Ștefan Talpalaru f34f71b6eb
Merge branch 'jangko-remove_head' 2019-03-21 15:21:08 +01:00
andri lim 51397537b7
add indexed test config to gst 2019-03-21 16:44:31 +07:00
andri lim cd1778d498
implement post error check in test_vm_json 2019-03-21 09:58:04 +07:00
andri lim 17c95f3f82
fix test_vm_json 2019-03-21 09:50:58 +07:00
andri lim a02cbdd91b
turn getAccountsForDeletion into interator 2019-03-21 09:50:51 +07:00
andri lim b6587bddfd
execComputation and applyMessage unification 2019-03-21 09:47:46 +07:00
andri lim 0b87151195
remove head from processBlock 2019-03-21 09:44:53 +07:00
andri lim be79bc8740
remove opCodeExec, use executeOpcodes 2019-03-21 09:32:48 +07:00
andri lim 4aaa6e6c94
computation simplification 2019-03-21 09:31:55 +07:00
andri lim 9cc5db73c2
processTransaction simplification 2019-03-21 09:27:26 +07:00