garyng2000
garyng2000
I simply don't understand this 'removal' for the solc output(serve no purpose, it is not a bug). It breaks many 'old' libraries. I am using Nethereum 2.0(upgrade is always complicated...
may be Microsoft should put that word behind their windows ;-)
on your prysm beacon, you should see that it has connected to the CL like this Aug 25 03:36:06 hqprdubeth start_mainnet_beacon.sh[3777890]: time="2022-08-25 03:36:06" level=info msg="Connected to new endpoint: http://localhost:8550" prefix=powchain
thanks for the info, I was running geth node but on a private POA network which creates block on demand, when there is new txn (i.e. basically the same as...
change that but still no luck, at the end of the day, I just suppress the generateSVGImage call so the uri has an invalid image attribute. It is not critical...
though it is strange that if I compile from the project directly, it works but if I put it in remix, it doesn't.
I can only compile these NFT related file directly from the project, not remix or by flattening them then just compile that file(even though the setting is exactly the same)
anyone progress on this ? using 1.3.4 and the frequent polling of infura is definitely there. What was the intend for this polling ?
you mean once I create web3, it starts polling ? don't seem to see this behavior if I connect to metamask plugin of the browser
I found a work around. when starting geth without --dev, the create genesis(i.e. init the datadir, only need once) would fail with this segfault. I then renable it for the...