odysseas.eth

Results 83 comments of odysseas.eth

Last week was quite eventful, so didn't have the time to work on this. @mattsse thanks for the spec. I will riff on that in code and report back.e

> I think that should work > > > If I understand correctly the ABI spec, structs are encoded as tuples. > > exactly > > for objects we should...

> > @mattsse What do you think of the fact that json objects are not ordered, thus it's possible that the same JSON will be serialized differently with every read...

@mattsse finally made it work with arbitrarily nested objects. Switched to handling them via Tokens and it became much simpler. I would like your suggestion on: - Better error handling,...

@gakonst I added a new comment on the [issue](https://github.com/foundry-rs/foundry/issues/2153#issuecomment-1200389140) on a proposed API for writeJson. I haven't found something that I love, so I want to get some alignment before...

Tomorrow will do the following: - remote writeJson code (will be replaced eitherway) - rebase - put out of draft and ping for review. Goal to merge tomorrow Then, I...

Not only that, but that also the attributes of the struct are defined in alphabetical order

@mattsse will proceed with `forge-std` and docs update shortly. Thanks for the JSON file test fix.

Hey, so currently the above will be returned as a type string. I have added a fix for that and will pr now, but they will be returned as type...

@0xPhaze that should do it https://github.com/foundry-rs/foundry/pull/2866