bixia
bixia
so how to solve it?
/nix/store/3fl61v0ssh5cdxqbvzvbqqx9a08j1wmg-seth-0.10.1/libexec/seth/seth-bundle-source: line 32: /nix/store/3fl61v0ssh5cdxqbvzvbqqx9a08j1wmg-seth-0.10.1/libexec/seth/seth: Argument list too long i encounter the same problem the way to reproduce it is : `[alice@test samczsun]$ seth bundle-source 0x374ABb8cE19A73f2c4EFAd642bda76c797f19233 > impl.json `
i tried those ways but it doesnt' work - ulimit -S -s unlimited (according to the link: https://unix.stackexchange.com/questions/128559/solving-mv-argument-list-too-long)
Linux test 3.10.0-1062.el7.x86_64 #1 SMP Wed Aug 7 18:08:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
it is a very huge job. hard to make it good
> Should #7373 be closed in favor of this? already closed, as request
> how is the oklink API different from etherscan? > > if it's the same, we can likely reuse a lot of code yes, it is almost the same, except...
but for the headers, i find that the function i needed is from another crate. so i decide to copy it inside the verify function.
> are the headers strictly required? > > if the API is compatible we can drastically simplify this, starting with a match here: > > https://github.com/foundry-rs/foundry/blob/358107683da49f4f57b8ff7123c5e119af7d9544/crates/verify/src/provider.rs#L32-L37 > > if we...
> Can you also please look at #7733, should the API URL just be `https://www.oklink.com/api` here https://github.com/alloy-rs/chains/blob/14af647606c6945f433252ed96cd47397771e6ba/src/named.rs#L783 ? emm, the API url should be https://www.oklink.com/api/v5/explorer/AMOY_TESTNET/api/contract/verifysourcecode the refer link is here:...