Petr Ermishkin

Results 6 comments of Petr Ermishkin

Please try to make `getUpdates` request using `curl` with [this instruction](https://core.telegram.org/bots/api#making-requests) Only if Telegram does answer you with other data it's the problem with the telepot.

I believe we can remove `cfg...feature` here to include `substrate_wasm_builder` by default in no-std: https://github.com/humanode-network/humanode/blob/adab1b49783d96c9195a748d4c6f7283098aad26/crates/humanode-runtime/build.rs#L8 — and then we will be able to build WASM using the following command: ```...

@MOZGIII > I deem the way of building the runtime via the `WasmBuilder` preferable; at present that would mean building via `build.rs` script. I noticed that Polkadot itself sometime uses...

@dmitrylavrenov > [what about] having a lot of commented code. Is it fully ready for merging or just some kind of checkpoint? We agreed with Mozgiii right away that launching...

I removed the CLI arguments `--package humanode-runtime --lib` – the number of crates during compilation remained at 1270. The included std feature likely prevented limiting the scope of compiled packages....

An experiment confirmed that the cargo flags `--package` and `--workspace` work exactly as @Mozgiii initially explained: `--package` builds the selected package with the minimal possible set of features. `--bin` builds...