Alex Sherbuck
Alex Sherbuck
Linking [TODO](https://github.com/trufflesuite/ganache/blob/develop/src/chains/ethereum/ethereum/src/blockchain.ts#L1210) to issue. If blocks grow large enough, `gasUsed` could exceed `NUMBER.MAX_SAFE_INTEGER`
Adds a `snapcraft.yaml` to the `src/packages/ganache` directory that contains the configuration for building snaps.
The latest hardfork to land on mainnet, `gray glacier`, [does not exist on any testnet](https://blog.ethereum.org/2022/06/16/gray-glacier-announcement). Setting the default hardfork in ganache to `gray glacier` breaks testnet forking unless a valid...
The socket passed [here](https://github.com/trufflesuite/ganache/blob/develop/src/chains/ethereum/ethereum/src/forking/handlers/ws-handler.ts#L47) is closed.
### Description Following the quickstart will result in the error `The name org.freedesktop.secrets was not provided by any .service files` for commands other than `chain` `account` and `registry:get`. I was...
### Description Adds a `genesisPath` option and `j` switch to cli that takes in a path to a `genesis.json`. #### Relevant Files This branch has had some force pushin' The...
## Proposal: Asset-based Confederations Author(s): Alex Sherbuck [email protected] Last updated: 2018/02/07 ## Abstract Agree upon a scoring mechanism for non-fungible assets. Form a confederation where asset holdings represent each sovereigns'...
## Description This change removes an ownership check and relies on the 721 standard's internal ownership check to enforce token ownership and reduces variable declarations. It increases gas usage effectiveness...