Lukas Lukac

Results 8 comments of Lukas Lukac

Hi Olumide! This is an excellent idea! I didn't plan to do it but it's a very interesting topic indeed! How do you feel about submitting a simplified Improvement Proposal...

https://twitter.com/Web3Coach/status/1478046078897381377 :) Will they be still around in PoS?

It's would definitely take a lot of time to prepare the TIP and create an implementation but you could learn a lot. Maybe somehow simplifing the exact one in Ethereum?...

Hmm what OS are u on? I am able to run it on Linux: ![Screenshot from 2022-04-14 09-40-54](https://user-images.githubusercontent.com/54218031/163337744-c94da8fe-c2e7-4c15-bc29-427da305ab7a.png)

Hmmm, thinking what could be the difference between our environments. Have you tried Googling a different technique for running an individual test function?

Same problem here. Using some of the packages from `github.com/ethereum/go-ethereum v1.9.25` and cross compilation fails for Darwin :( Searching how to resolve it atm... let's see. Will share if I...

Update: seems like go-Ethereum is using `xgo` to cross-compile https://geth.ethereum.org/docs/install-and-build/cross-compile because of the C crypto libraries. Try something around the lines: ``` go get -u github.com/karalabe/xgo xgo --deps=https://gmplib.org/download/gmp/gmp-6.1.0.tar.bz2 --targets="linux/*,darwin/*" YOUR_CODEPATH...

There is a PR currently for Go 1.14 merge but it seems to be im "mempool" :) https://github.com/karalabe/xgo/pull/184