Jake Birchall

Results 89 comments of Jake Birchall

Just tried an export import. It failed saying block 1 merkle is invalid ``` WARN [02-13|09:55:11.325] Rewinding chain to upgrade configuration err="mismatching incompatible fork value: GetEthashEIP649Transition in database (have block...

> > [re: forkid] What do i need to do to solve this? > > The tests are here and theyre pretty self-explanatory. https://github.com/etclabscore/core-geth/blob/master/core/forkid/forkid_test.go. You can use these together with...

Ok, i know what the problem is, forkid only hashes forks with the suffix *Time or *Block in chainconfig. On Hypra we put our Veldin and Gaspar forks in a...

I have added a function to the configurator `incompatibleNetworkNameMap` for networks such as Hypra that do custom forks which dont follow convention. This will ommit getters from the forks list...

We got status syncing! Hope it completes succesfully Update: Sync failed. It is rejecting blocks in the last 0.1%. ``` ########## BAD BLOCK ######### Block: 2057822 (0xa390d7e594a22a36b71c2eb49d1440304b9fe624207e5e41ca38a448905a4761) Error: invalid merkle...

core-geth Hypra is now fully syncing with the network! ![](https://i.imgur.com/PmVJxAn.png)

How can I build core-geth for linux and mac? My normal build script cant build coregeth saying Lyra2 is undefined. Builds fine on Windows ``` GOROOT=C:\Program Files\Go #gosetup GOPATH=C:\Users\owner\go #gosetup...

Had a good run for 1 hour. But seems somewhere a a gas cost is different. ``` ERROR[02-13|23:45:13.652] ########## BAD BLOCK ######### Block: 2059835 (0x5d7372b0590e19ae733c72f2f17a1ef53a9c716b328c190a3fdcfb88e36fa652) Error: invalid gas used (remote:...

> The `--syncmode snap` protocol will not validate all blocks; only a random fraction on the way up, and all of last few . That's why you're seeing inconsistent fails....

Update: Sync is now 200k blocks off our gaspar fork without any issues so i think that narrows it down to something within the london/merge/shangai evm upgrades that were part...