Andreas Petersson

Results 4 issues of Andreas Petersson

I just browsed through the code in 5 minutes and i have a bad feeling: confirmTransaction only takes a transactionId - and not a hash of the underlying semantics. /...

apparently, there was a change inside NativeClosureManager (jnr-ffi) between version 2.1.9 and 2.1.7. by having web3j v 4.1.0 as a dependency, i accidentally bumped jnr-ffi to 2.1.9 which caused jnr-fuse...

https://github.com/xenowits/nakomoto-coefficient-calculator/blob/2c72db565af2bacfa007293fbd8114b0e65beb69/core/chains/ethereum2.go#L45 From my understanding of the Casper FFG rules, only a > 2/3 stake in ethereum can be considered "controlling" . What was the reasoning or type of attack that...

i tried to exclude some functions meant for superusers only by using this attribute. it crashes with this stacktrace: ``` Exception in thread "main" java.lang.NullPointerException at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:161) at com.wordnik.swagger.jaxrs.Reader.read(Reader.java:64) at...