Hardhat Chad

Results 9 comments of Hardhat Chad

Getting this error as well. Only for this sysvar.

Ah, here is why. SlotHashes doesn't support `from_account_info`. https://github.com/solana-labs/solana/blob/e9a6bb35e2636275137fc47837f5afce4dbcf630/sdk/program/src/sysvar/slot_hashes.rs#L61

Refactoring hardhat/v2 branch now. Will update the cli this weekend

I like this. Will land. Give me a day as I'll need to coordinate the rollout with our backend infra which parses these events using the existing type.

What does this do?

This is not necessary. Each thread returns their best hash and then we reduce at the end for the global best.

https://github.com/regolith-labs/ore-cli/pull/100

Reviewing now. How many samples did you take to measure 1.5% improvement? There's a lot of noise in the benchmark as it can vary a lot from one run to...

There's a lot going on here. Down to merge it in pieces. Would be great to separate the nonce account changes from the priority fee stuff. Using the CLI shouldn't...