Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

chore: allow unused http_get #674

Merged
merged 3 commits into from
Dec 11, 2021
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Dec 10, 2021

Motivation

allow unused for http_get to silence CI

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Updated the changelog

mattsse and others added 2 commits December 10, 2021 22:06
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
@gakonst gakonst merged commit 0769174 into gakonst:master Dec 11, 2021
meetmangukiya pushed a commit to meetmangukiya/ethers-rs that referenced this pull request Mar 21, 2022
* feat(forge create): read calldata from file

It is possible to create a transaction where the
calldata is too large to be passed via `argv`.
See https://wiki.debian.org/CommonErrorMessages/ArgumentListTooLong
for more information on this limitation. To make it
possible to create these large transactions, update
`forge create` so that it can read the calldata
from a file.

A new cli argument is added `--constructor-args-path`
that conflicts with `--constructor-args`. This new
argument should point to a file on the filesystem
that contains a whitespace delimited list of
constructor arguments.

* refactor out `mut`

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>

* Update cli/src/cmd/create.rs

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>

* fix: get compiling

* chore: fmt with latest nightly

* chore: clippy lints

Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants