Blaž Hrastnik
Blaž Hrastnik
Ah, looks like this won't handle the account context for us though. Looks like I can manually construct it via `Context::new`
For my usecase, I'm trying to pass through the data as raw, but still use the Anchor context. I followed the skeleton code here: https://github.com/project-serum/anchor/blob/d1edf2653f13f908a095081ec95d4b2c85a0b2d2/lang/syn/src/codegen/program/handlers.rs#L598-L625 It's less convenient though because...
Don't forget to include https://github.com/smartcontractkit/chainlink/blob/b7f4dc302823a7e2d9ae7f1e836c209d8294bc14/core/services/job/orm.go#L603-L606
Yes, the implementation is of course quite deliberate: the `Range` code is used for all sorts of OT operations and gap indexing is the most flexible since it allows you...
Okay, looks like I am somewhat misremembering: we were originally using gap indexing in transaction code but not on ranges which came with it's own set of bugs, and we...
I wonder if we could just attempt to parse it via TOML, it shares some similarities with INI.
Can you rebase the PR? Looks like the CI was broken at that point in time