Ethan Frey
Ethan Frey
Happy for you to add that to CI. As it is pure npm / node.js code and I don't know github actions well You can make a PR adding another...
Let me refine my question. Can you provide me an example of any other project that does this? (Build and publish the ts-codegen bindings) I thought a bit more and...
Note: I don't even see any auto-upload (of wasm or json schema) on [dao-dao's CI](https://github.com/DA0-DA0/dao-contracts/tree/main/.github/workflows). I consider this a more advanced project and we will try to cover what they...
I think this works: ``` cd toyjs_web cargo +nightly build --release --target wasm32-unknown-unknown npm install npm run dev ``` But `npm install` failed on my Mac m1: ``` npm ERR!...
I took a brief look at https://github.com/lazyledger/smt/blob/master/go.mod and you don't seem to import any databases? What do you use to write to disk? (There is a whole lot of work...
Here is my full discord comments related to committing to disk, historical versions: > * Support for persistent historical queries. At least allowing the last 10 or so blocks to...
I add this in particular to refute a suggestion above: > Summarising discussion from Slack: in other words, this could involve keeping an older version of the tree on disk,...
We should be able to atomically commit each block. All in-progress work on txs inside a block is strictly in memory and only flushed to disk on abci Commit command,...
> By "allowing the last 10 or so blocks to be queried" do you mean querying the data within those blocks, or the state of the key/value store historically? Allowing...
Nice summary @alexanderbez and thanks for chiming in. Just two points for the proofs: > * exclusion proofs? (I'm not totally sure about this one) > * range proofs Exclusion...