James Campbell

Results 22 issues of James Campbell

### Environment information * `brownie` Version: 1.18.1 * `ganache-cli` Version: 6.12.2 (ganache-core: 2.13.2) * `solc` Version: 1.1.1 * Python Version: 3.9.10 * OS: osx ### What was wrong? When interacting...

I have a working implementation of brownie/ganache/docker for use with Gitlab's CI/CD that I think would make a great Mix. I'm fully aware that this is definitely the wrong place...

Once contracts have been fully moved to https://github.com/nucypher/nucypher-contracts/ they will need to be imported here for integration testing

Test 🔍

Current names are: ``` POLYGON = 'polygon' MUMBAI = 'mumbai' ``` but should be: ``` POLYGON = 'polygon-mainnet' MUMBAI = 'polygon-mumbai' ``` as mentioned in https://github.com/nucypher/nucypher/pull/2917#discussion_r849782581 this would be a...

CLI

## Failing module - **GitHub**: https://github.com/nucypher/nucypher-core - **npm**: https://www.npmjs.com/package/@nucypher/nucypher-core?activeTab=readme ESM doesn't seem to be serving all of the builds for `nucypher-core`. `https://esm.sh/*@nucypher/[email protected]/pkg-bundler` is available, but `pkg-web` is not

browser

## Failing module - **GitHub**: https://github.com/nucypher/nucypher-ts - **npm**: https://www.npmjs.com/package/@nucypher/nucypher-ts When importing I get: ``` ExternalError: RangeError: WebAssembly.Compile is disallowed on the main thread, if the buffer size is larger than...

browser

Decryption requests for authorised encryptions can still be used to attack the network if an overwhelming number are sent. We can split these into two types: - requests where the...

Enhancement
Bob 👨‍💼
Ursula :woman_astronaut:

This is the same PR as #551. The previous PR was closed due to the destination branch being deleted. **Type of PR:** - Documentation **Required reviews:** - 2 Fixes https://github.com/nucypher/sprints/issues/27