Sam Stokes

Results 26 issues of Sam Stokes

## Overview - Title: Genesis and exit commits - Author: Sam Stokes (@bitwiseguy) - Created: 2021-05-17 ## Simple Summary Provides some protection against someone tokenizing the same baselined workflow more...

## Overview This epic lists remaining tasks related to the BRI-2 stack. ## Tasks - [ ] [`dashboard`] dockerize the dashboard microservice - [ ] [`dashboard`] cleanup unused components/files -...

Epic

## Overview In order to increase the messaging efficiency and enforce message schemas in baseline environments, we should research the use of binary data encoders. Advantages of serialized binary data...

:mag: Research

Context here: https://github.com/statechannels/go-nitro/pull/1765#pullrequestreview-1636134752

Details for different of public/private + browser/non-browser connections: [link](https://github.com/libp2p/specs/blob/master/connections/hole-punching.md#vision)

:building_construction: Productionization

CC: @lalexgap The `chainservice` currently has two websocket subscriptions: 1. Events emitted by the `NitroAdjudicator` contract 2. New blocks mined by the chain The websocket connections frequently (once every couple...

Context here: https://github.com/statechannels/go-nitro/pull/1697#discussion_r1324712337

Discussion on this topic: https://github.com/statechannels/go-nitro/pull/1514#discussion_r1284662792

https://github.com/statechannels/go-nitro/pull/1517#discussion_r1293608897

We need to protect our p2p network from a DoS attack. `libp2p` identifies the need for this kind of protection, and [their docs](https://docs.libp2p.io/concepts/security/dos-mitigation/) describe some potential solutions. We can likely...

:building_construction: Productionization