drink icon indicating copy to clipboard operation
drink copied to clipboard

De-chained Ready-to-play ink! playground

Results 21 drink issues
Sort by recently updated
recently updated
newest added

I've installed drink-cli and `build` command prints out warning: `warning: The cargo-contract is not compatible with the contract's ink! version. Please update the cargo-contract to version '3.2.0' or update the...

`drink::test` macro builds all required contracts, but uses common build profile for them, possibly overwriting some parameters (like optimization passes). We might want to enable some customization, e.g. through contract...

OpenZeppelin plans to provide a set of runtimes. It would be cool if they all could be compatible with drink by default.

We should have a set of snippets that demonstrate useful, common operations, like performing token transfer, deploying multiple contracts etc.

Once https://github.com/paritytech/substrate-contracts-node is released to crates.io, we can add its runtime as an alternative to `MinimalRuntime` and use it as default in ink! e2e framework.

I think the tool has value beyond emulating pallet-contracts and minimum substrate runtime. It would be nice to be able to use the tool with an actually running substrate node,...

> or if this is too hard, as a workaround, allow passing a starting directory like ./target/release/drink-cli exmaples/flipper cc: @JoshOrndorff

It would be awesome if the `drink` core could be built to no-std and run in a browser. This would allow integration with the ink playground and other browser-based tools....

Hi, I'm getting an error when trying to compile a contract with a drink-based test. ``` [...] error[E0773]: attempted to define built-in macro more than once --> /Users/maciej/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/core/src/macros/mod.rs:1449:5 | 1449...

The PR uplift all dependencies to use latest version of ink! crate (v6.0.0) and migrate all code logic to support `pallet-revive`. Key critical changes made: - With the removal of...