Alex Ostrovski
Alex Ostrovski
> us fine-tuning this config value will take time we should spend working on tree-less mode. Come on, it's changing a value once per day in the E2E snapshot recovery...
Just to understand: Is using [the GitHub `cache` action](https://github.com/actions/cache) not an option? I know that we run everything in Docker Compose, but as @mm-zk said, it should be possible to...
Hey, @breezytm! You're not wrong at all; that's within an expected rate of block processing on consumer-grade hardware. For this reason, we're currently developing snapshot recovery feature that will allow...
First, there's no single data folder; the data stored partially in Postgres, partially in RocksDB. Second, for either of these databases, data consistency and portability are concerns that prevent "just"...
Couple of questions and suggestions regarding your proposal. Regarding static prefixes: arbitrary prefixes are already supported when using [`encode`](https://github.com/slowli/bech32-buffer#encoding-data) / [`decode`](https://github.com/slowli/bech32-buffer#decoding-data) functions (as opposed to `BitcoinAddress`, which is indeed intended...
Hi! Terribly sorry for a delayed response. Do I understand correctly that you mean [this proposal](https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md), rather than simple `funcref`? If so, I'd agree that it's nice thing to have;...
As [specified in the `externref` crate readme](https://github.com/slowli/externref/tree/main/crates/lib#usage), you must post-process compiled WASM either [programmatically](https://docs.rs/externref/latest/externref/processor/index.html) or using [the CLI tool](https://github.com/slowli/externref/blob/main/crates/cli/README.md). This will replace surrogate imports like `externref::insert` you're having problems with,...
Thanks for submitting an issue! > Many times it is needed to implement custom drop trait for externref This is a valid use case, but can't it be achieved by...
Not sure where performance improvements are coming from (yet), but they look legitimate in the sense I haven't commented parts of the new VM execution etc.
Hi! Terribly sorry for a huge delay. Can confirm that the issue exists, but I don't think there's an easy way to solve it. The `externref` preprocessor relies on the...