Raphael Panic

Results 12 comments of Raphael Panic

Hi :) We had a discussion about this a few months ago, regarding onImmediate Events. We talked about extracting the onImmediate Functions to a seperate file via a compiler plugin...

I just tried it, your example works just fine. I assumed that projectsCount was an int. Are you using the latest version? Can you give me more information what is...

If i may add something here: In my previous project with Kweb, I had the problem of manipulating a Progressbar based on a progress function over time. This had significant...

I think a useful addition would be the retrieval of the selected tip block. That could be used to check whether the archive api already picked up a newly mined...

Impracticality and un-parity of network state comes to mind also

I recently also implemented a very similar tree like this in protokit, and i ended up not including the maximum occupied index (being `length` in this case i assume). Two...

The way we solve this issue in protokit is that instead of making the length part of the commitment, we include the index where the new leaf was inserted in...

So what I just discovered: When we setFee(), o1js erases all previous signatures in order for the tx to be signed again. And this makes sense - for the feepayer...

- [ ] Build out the stack package into a proper integration test environment

Also, we should generally see how we deal with loss of connections, probably we want to pause block production and wait on a reconnect as a first solution. Later, we...