nimbus-eth1/nimbus
Jacek Sieka 3c2daa8b80
Expose simple whisper api to C / go (#331)
* dummy c lib

* go stuffz

* Compile secp

* Compile as shared library

* Build with debug info

* Prelude exposed fns with setupForeignThreadGc() (naive)

To avoid GC/thread issues causing segmentation fault when running from Go.

* Add logging, fix lib path and gomaxprocs to make debuggable

* lock to os thread

* Address basic feedback and mark TODOs

* Use normal secp (shared lib flow now)

* api: cleanup, move to api folder
2019-07-31 10:05:22 +02:00
..
api Expose simple whisper api to C / go (#331) 2019-07-31 10:05:22 +02:00
db std_shims -> stew 2019-07-07 12:12:01 +02:00
p2p Add txRoot check to avoid assertions in tracer + don't throw exception 2019-07-15 13:26:33 +02:00
rpc Use of BlockNumber to be able to switch between UInt256 and int64 2019-07-10 20:56:05 +02:00
utils refactor utils 2019-02-27 13:30:18 +02:00
vm Make EVMError Catchable and only catch CatchableError in the execPrecompiles 2019-07-19 15:18:25 +03:00
block_types.nim Use nim-eth (#224) 2019-02-05 20:15:50 +01:00
config.nim Add new bootnodes (#353) 2019-07-30 11:00:55 +02:00
constants.nim Use of BlockNumber to be able to switch between UInt256 and int64 2019-07-10 20:56:05 +02:00
errors.nim Make EVMError Catchable and only catch CatchableError in the execPrecompiles 2019-07-19 15:18:25 +03:00
genesis.nim std_shims -> stew 2019-07-07 12:12:01 +02:00
genesis_alloc.nim std_shims -> stew 2019-07-07 12:12:01 +02:00
launcher.nim Premix-related changes 2019-01-28 12:38:23 +02:00
lightchain_shell.nim Some renames 2018-05-28 13:22:28 +03:00
nim.cfg NAT port mapping 2019-04-17 03:56:28 +02:00
nimbus.nim show a message on Ctrl+C 2019-07-20 01:40:31 +02:00
tracer.nim std_shims -> stew 2019-07-07 12:12:01 +02:00
transaction.nim implement EIP155 tx.getSender 2019-04-18 15:33:17 +07:00
utils.nim implement EIP1014: Create2 opcode 2019-05-13 10:26:28 +03:00
validation.nim Use nim-eth (#224) 2019-02-05 20:15:50 +01:00
vm_state.nim split state clearing in execComputation to processTransaction, GST +5 2019-04-18 08:27:55 +07:00
vm_state_transactions.nim std_shims -> stew 2019-07-07 12:12:01 +02:00
vm_types.nim remove unused .child from computation 2019-05-13 10:26:28 +03:00