Henry-E

Results 181 comments of Henry-E

good point, the PR had to be reverted. If anyone would like to make a fix that passes test happy to check it out. https://github.com/coral-xyz/anchor/pull/2282

Did you ever figure this out? It looks like they use a regular parse tree. But obviously it would be best to parse using the same process they did. I'm...

Also I'm curious how to create templates for the generation aspect. They have 10 default templates in the demo script but it would be useful to understand how they created...

The Stanford NLP constituency parser seems to work well. Though I am still curious about how to use different templates

seconded about the desire to make this work easily with expo. Someone wrote something that might work already, still trying to get it working locally. https://forums.expo.dev/t/nfc-host-based-card-emulation-hce/57974

In serum v3 (and now v4) they have implemented a `client_order_id` where the client can choose their own order id to look up some order. Maybe it would be possible...

I've done some tests locally and it appears to work well. It will depend on each implementation's own use case at to what the `number_of_orders_to_prune` argument should be set at....

Making accounts check optional seems dangerous. You should look into writing your own new order function maybe? Cool idea to have a single event queue for multiple order books though....

One thing that might cause issues when we upgrade between programs is if we reset the number of proposals back to 0 each time, then we might end up with...

- [x] Modify create metadata to load up the dao account and check that it exists before allowing creating a metadata account. This is instead of adding any code to...