Faye Amacker

Results 159 comments of Faye Amacker

I've been running atree smoke tests (compiled with this PR) for about 50 hours on my desktop with no problems detected.

I used `go get` on the last commit of this PR like this when testing example programs: `$ go get github.com/onflow/atree@3b2c3017dce96aaa9db324cae7708b07765f9752` `$ cat go.mod` ``` module foo go 1.23.7 require...

BTW, I released fxamacker/cbor [v2.8.0](https://github.com/fxamacker/cbor/releases/tag/v2.8.0) today (Sunday, March 30, 2025). It adds `omitzero` option, fixes bugs, and passed extensive fuzz tests.

> Nice! Good to get the latest improvements. > > As already asked in the linked PR, @turbolent thanks again for PR reviews today! :pray: Replied to that one at...

@turbolent thanks for reviewing and approving this PR! :pray: This PR requires these (would like approved if you have time): - fxamacker/cbor#640 (v2.4 -> v2.7) - fxamacker/cbor#650 (v2.7 -> v2.8)

Thanks for reviewing and approving! This PR and atree testing is done as of April 2. I'm postponing merge until other repos related to onflow/flow-go#7221 are ready to merge too....

@extemporalgenome Thanks for opening this issue! I'm currently working on adding a [modern streaming API](https://github.com/fxamacker/cbor/issues/666), which will support new features like the one you propose in this issue. For example,...

This item [Libp2p Blocklist](https://github.com/onflow/flow-go/blob/21b3a7bbaec72f238b4a893e91fa06505c3a4e98/cmd/scaffold.go#L1233) was completed by: - #7361 - #7363

> Badger DB is a project that is not maintained anymore. @j1010001 did you mean that BadgerDB **_v2_** and **_v3_** are not maintained anymore (instead of entire BadgerDB project)? BadgerDB...

Hey @tim-barry :wave: Do you have any updates planned for this PR? This July 4 weekend, I need to begin preparing for v2.9.0 release by reviewing changes, updating docs, fuzz...