Jake Birchall

Results 77 comments of Jake Birchall

Ok, i cant figure out what is or isnt enabled for the Gaspar fork to work. Gaspar was just to upgrade the EVM on Hypra from Berlin to Shanghai, which...

The issue might be the IntrinsicGas function, as in our geth this is not enabled as part of enabling the EIP3860 EVM upgrade to CREATE and CREATE2 gas https://github.com/etclabscore/core-geth/blob/master/core/state_transition.go#L103-L109 Looks...

> > `Error: invalid bloom` > > ... to me this suggests its not the gas (since that was ==), but the receipts or their transactions.. > > * https://github.com/etclabscore/core-geth/blob/master/core/block_validator.go#L113-L123...

> Can you say more about this? I went to find your source [here](https://github.com/Rethereum-blockchain/go-rethereum/blob/master/core/state_transition.go#L101-L107) but they look identical to me. That paramter is bound to [Shanghai](https://github.com/Rethereum-blockchain/go-rethereum/blob/master/core/state_transition.go#L342) but we didnt activate...

Ok, I fixed the EVM issue it looks like its now fully syncing. Currently doing a full sync from start, will see if it keeps insync.

Ok, its still syncing, but very slowly. There seems to be a performance issue with pebble, switching to leveldb and syncing is fast again. Full import completed with no invalid...

I think this should be better on the DEFINE statement. ```SQL DEFINE FIELD password ON user TYPE string SENSITIVE ``` then the database knows, when logging this value should always...

@tobiemh has there been any more discussion on this?

I recently ran into this issue today, Editted a table to add a column, set the default value because the column might not filled in when inserting new records. Tried...

AMDs new RDNA3 7000 series cards will have dedicated AI cores. These are not compatible with NVIDIAs proprietary anti-consumer RT cores. Instead it will be the open standard used by...