Alex Beregszaszi

Results 333 issues of Alex Beregszaszi

The idea would be to have a new mode (`evmc check`) which performs the tests done by `evmc-vmtester`. The benefit is reduced number of tools and shared CLI handling. There...

Apparently the bindings should be leaking a lot of memory because references are never released, see https://www.ibm.com/support/knowledgecenter/en/SSYKE2_8.0.0/com.ibm.java.vm.80.doc/docs/jni_refs.html and https://docs.oracle.com/javase/8/docs/technotes/guides/jni/spec/functions.html#Release_PrimitiveType_ArrayElements_routines

Could help running evmjit and hera with ethereumjs.

help wanted

From https://github.com/status-im/nim-evmc We already have a thin wrapper for Go: https://github.com/ethereum/evmc/tree/master/bindings/go/evmc @chfast @mratsim @arnetheduck do you think that makes sense?

help wanted

Short tutorial: http://snowsyn.net/2016/09/11/creating-shared-libraries-in-go/

help wanted
go

See https://ethereum-magicians.org/t/eip-centric-forking/3536. It requires EIPs to be implemented in clients and be switched on independently. They are only later assigned to a hard fork. I am not sure what is...

I think all those execution details should be available to the client prior to execution. Do you think any client can be savings by assuming the code will not need...