Arash
Arash
Part of work on #10402
This PR adds the ability to handle exec option on tmpfs mounts. fixes #32131 Notes: This is the first draft. As discussed here: https://github.com/moby/moby/issues/32131#issuecomment-375074893, I have included the changes on...
## Description Adds mock generation for the servicer module to support testing. ## Issue Part of work on #860 ## Type of change Please mark the relevant option(s): - [x]...
## Description Deploy an [Anvil node](https://github.com/foundry-rs/foundry/blob/master/anvil/README.md) as part of LocalNet to facilitate E2E tests. ## Issue Fixes #963, but using Anvil instead which has a feature set comparable to Ganache...
## Objective Deploy a Ganache node on LocalNet to support E2E testing for the utility module. More specifically #869 ## Origin Document #869 needs either A) addition of a endpoint+secret...
## Objective Add a section to the documentation (in `utility` and/or `localnet` docs) to describe how to create a Pocket Portal account and use it as a servicer for sending...
## Description This PR adds support for relays in REST format, i.e. with JSON payload rather than JSONRPC, and optionally specify a Path and the HTTP Method. ## Issue Part...
## Objective Support configuration of acceptable payload format(s) for each service, e.g. JSONRPC for Ethereum relay chain. ## Origin Document Part of work on #860 [The client](https://github.com/pokt-network/pocket/blob/09d3c82a2e11912fa044bf4f4a9a99c22490d755/app/client/cli/servicer.go#L246), should support configuration...
## Description [POC] This is a POC PR to add E2E happy case for trsutless relays, described in #754. It is not meant to be merged, but used to: 1....
## Objective Relay contents should be validated on client-side before being sent to the target (e.g. a servicer in case of trustless relays) ## Origin Document Client should not be...