filecoin-project / go-state-types

Primitive and low level types used in chain state and actor method parameters
Other
24 stars 37 forks source link

update go-amt-ipld to use version with latest optimizations #196

Closed snissn closed 1 year ago

snissn commented 1 year ago

Hey! Definitely, updating the dependency go-amt-ipld through: go get github.com/filecoin-project/go-amt-ipld/v4@v4.2.0; go mod tidy

this upgrades the version of cbor gen to

github.com/whyrusleeping/cbor-gen v0.0.0-20220323183124-98fa8256a799

from github.com/whyrusleeping/cbor-gen v0.0.0-20210303213153-67a261a1d291

here's an example of the change in cbor gen: https://github.com/whyrusleeping/cbor-gen/compare/67a261a1d291...98fa8256a799#diff-30331d5e10e22be28124adfbd74f2b3886bc6800956a9971d3b585e5d9cfcb21L510

and the corresponding change in this PR:

https://github.com/filecoin-project/go-state-types/pull/196/files#diff-756b4c0df031a31c12c19b88e72e60c127c7f5aa163f45b9af49588dcae81139L30