Alex Bean

Results 16 comments of Alex Bean

Did you find something, I am experiencing the same issue

Unable to get the wasm and genesis-state files, please try to upload again

I have been able to replicate the issue with Brave browser

Seems to be fixed when v6 is the default https://github.com/use-ink/contracts-ui/pull/577 To be confirmed once merged

The error has been reported again, to review https://github.com/polkadot-js/api/issues/4704

The reason why `ink-node` works while Westend AssetHub does not is due to the configuration of the `pallet_revive`. In Westend AssetHub, the following line disables the unstable interface: https://github.com/paritytech/polkadot-sdk/blob/master/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs#L1085 ```...

It seems the latests changes in `ecrecover` precompile https://github.com/use-ink/ink/blob/641f05706e4f7ff1fb7c60e261ed0f4bc833f2f0/crates/env/src/engine/on_chain/pallet_revive.rs#L359 are what's causing the inconsistent results, with `secp256k1` working fine in unit tests but behaving differently in e2e tests, returning an...

We have a similar issue opened by a user in pop-cli https://github.com/r0gue-io/pop-cli/issues/408 ``` ➜ inputs cargo contract instantiate --suri //Alice --args false "value" -x ERROR: Expected a String value On...