Jarry Xiao

Results 15 comments of Jarry Xiao

This is becoming increasingly relevant to a project that I've been working on that uses emitted logs to index data off-chain. I think a `log_bytes_used` syscall seems pretty reasonable as...

@armaniferrante the way I addressed the log buffer overflow problem is by CPIing the event data into a noop program and using that to index. Would be cool if anchor...

It would somewhat make sense to me if the program overflows on log buffer overflows. Or at the very least, there should be a special log buffer for storing data...

> Would it be possible to add a high level overview of what this PR is about? Curious to understand it better Added :)

I think the logic here is looking sound after your explainer comment. The main thing that still seems somewhat uncertain to me is how to actually go about performing a...

Adding my 2 cents here: this could be an incredibly high value idea, but most of the difficulty comes from knowing the public key addresses that you would need to...

Maybe this makes the most sense as a separate application then? You use the `tx-builder` web application (configured for specific programs), and you have a history of all txs that...

Looks like this account has yet to be initialized/populated with data

I think the update authority is supposed to be empty. Check the protocol source code. What exactly are you trying to do?

You are more than welcome to make a PR with the update_metadata fix. I did push some changes a few days ago. Is your branch up to date?