h5law

Results 21 comments of h5law

I am receiving the following error from abigen: ```console $ abigen --abi abi.json --pkg versioning --type Versioning --out versioning.go Fatal: Failed to generate ABI binding: unsupported arg type: State ```...

> Do you mean actual_leaf or path field in place of actual_leaf? So actual leaf will contain the data of the leaf we find in the SMT after traversing the...

@crodriguezvega Appreciate the response > To add in proofs.proto the new commitment proof type: Yes I plan to change the proto file as you described here > To convert the...

@crodriguezvega I will put up my PR now then. To be clear I have not implemented testing and only done the Go implementation no rust yet. But it works with...

> Is the pokt SMT tree (forked from celestia) unable to do the same? @AdityaSripal I read through the rust JMT code and they also do a range proof. SMT...

To give an update on the changes I made: - Merged #891 and then merged main into this branch - Updated errors to be clear they were errors - Refactored...

> Appreciate for all the work, improvements, hours spent debugging as well as a concise update summary. I think this is in a good place to pause things for now...

References for the reviewer: [1] [ICS-02 spec](https://github.com/ComposableFi/ibc/blob/ics8-update/spec/core/ics-002-client-semantics/README.md) [2] [Most up to date ICS-08 spec](https://github.com/ComposableFi/ibc/blob/ics8-update/spec/client/ics-008-wasm-client/README.md) [3] [IBC Light Client explanatory series](https://www.youtube.com/playlist?list=PLE4J1RDdNh6v0pW-ao7Fop_b3Kq5VNIVo) CC: @Olshansk

@srdtrk if you are able to review this PR when you have some time I would really appreciate your feedback. This is an implementation of ICS-02, specifically for enabling ICS-08...

Is this ticket ready to be implemented? I am unsure what the `metadata` returned by `/v1/persistence/snapshots/create` would look like (in the OpenAPI YAML spec for example). I realise the logic...