Adam Chudaś

Results 9 comments of Adam Chudaś

@jpszczolowski yeah, I got both kernel panics

> I no longer remember the context of what we should do if this case errors. But thinking about it now, (1) I don't think the chain can continue if...

We had 1 validator node and 1 RPC node. Transactions were sent to RPC node by a script running at RPC node itself.

We can move the memtrie loading part to a separate thread. I have a draft implementation. Will do it next week.

I was thinking about catchup. Yes, for startup it might be hard to do it. For startup I thought that maybe we could start with regular trie, and load memtrie...

I started reviewing this but it might take a while. I plan to send feedback tomorrow.

> Thanks for the review @staffik ! I think I have addressed all your comments now. > > > the issue of checking-in the contract > > I started working...

> > Thanks for the review @staffik ! I think I have addressed all your comments now. > > > the issue of checking-in the contract > > > >...