clearloop

Results 48 comments of clearloop
trafficstars

- `WaitListFeePerBlock` has been removed in https://github.com/gear-tech/gear/pull/1135 - should we also do this in `wait_dispatch`?

what about just wrapping the whole message: ```rust unsafe { gstd::config::EXECUTE_MESSAGE_AT = Some(exec::block_timestamp() + self.voting_period); } let reply: DaoEvent = msg::send_for_reply( exec::program_id(), DaoAction::ProcessProposal(self.proposal_id)), 0, ) .expect("Error while deferring message") .await...

since `gcore` contains custom interfaces for host functions, we need to provide a new interface to parse the error replies also? otherwise, for just parsing the error reply, we can...

we can strip custom sections ( keep `name_section` for debugging ) like carg-contract does https://github.com/paritytech/cargo-contract/blob/62cf21f6811261b0c382acd4b84b4d903e14823b/src/cmd/build.rs#L487

considering [anyhow](https://crates.io/crates/anyhow) ?

> @clearloop I've found some errors in our runtime builds, so I think this will resolve the issue. Could you please wait up to 2 days when I create PR...

> Probably makes sense separate this issue into several PRs: > > * [x] Introduce `Config`. > * [x] Solve the issue with timeout error. > * [x] Solve the...

> Stale PR? @clearloop this is blocked by #1485 and #1485 is blocked by #1497, or we can just try merging this PR into master, if so I can update...

agree with the `gear program ` idea `gear gear-program ` is just for keeping the PR that adding this command to the main CLI clean tbh lol > Or we...