Quentin McGaw

Results 207 issues of Quentin McGaw

## Changes - [x] Version relevant trie calls (Put, Hash) - [x] Convert wasmer Core_version `Version` to typed `trie.Version` - [x] Adapt tests/test helpers to read the state version from...

## Changes The aim was to better see the use of the blockstate `GetRuntime` method. There is no hurry to merge this, but it could be a nice addition imo....

## Changes Just the occasional error due to merging without being forced to rebase/update your branch. Changes are: - [x] Fix babe integration tests compilation - [x] Fix babe integration...

## Changes - ## Tests ``` go test ./dot/state ``` ## Issues - #2242 ## Primary Reviewer

## Changes ~⚠️ To be rebased on `development` once #1934 is merged.~ - Final image is running on Alpine 3.14 (with glibc and needed C libraries), reducing image size to...

## Changes 💁 this it to ease test changes in #2774 as well as doing less dark magic in tests. ## Tests ```sh go test -tags integration github.com/ChainSafe/gossamer/dot/core/... ``` ##...

## Changes Unblocks #2768 - `github.com/libp2p/go-libp2p-core/*` -> `github.com/libp2p/go-libp2p/core/*` - `github.com/libp2p/go-libp2p-peerstore/pstoreds` -> `github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds` - `github.com/libp2p/go-libp2p-discovery` -> `github.com/libp2p/go-libp2p/p2p/discovery/routing` - `github.com/libp2p/go-libp2p/p2p/discovery/mdns_legacy` -> `github.com/libp2p/go-libp2p/p2p/discovery/mdns` - Fix network/mdns.go code - Update mocks ## Tests ```sh...

PR Easy

🔒 After next release
Go code library

- [ ] Basic differences - [ ] Implementation differences - [ ] Privacy implications

🔒 After next release
Documentation

In `internal/server/exchange.go` maintain a pool of connections instead of re-dialing for every exchange. This may not be possible, and might require a re-design of DoH's dial function which actually does...

🔒 After next release