Viktor Todorov

Results 8 issues of Viktor Todorov

The transfer events look identical for these two contracts. Not sure if we want to abstract these events in some way. SDK PR: https://github.com/reservoirprotocol/core/pull/62

SDK PR: https://github.com/reservoirprotocol/core/pull/65 I've left attribution data logic inside the handler logic. That's for future compatability in case we implement router execution for Tofu NFT Let me know if `tofu`...

Hey everyone, this is my first PR(hopefully of many) to hypersdk. It tries to resolve #263. I hope that I've nailed the right level of abstraction for the scripts. Looking...

# Context The goal of this PR is to resolve #265. The approach I've taken is to extract common functions(`awaitHealthy`,`generateBlocks` and `acceptTransaction`) into a separate package I named `common`. This...

lifecycle/stale

Dedicate time to researching how to approach improving the existing block execution.

- [x] Update Nabu dependency to latest version - [x] Ensure we can keep a two digit number of peers connected and synching at all times.

So far the user is required to manually select whether he wants the node to sync in full or warp mode. Given that node reputation is something we want to...

- Implement transaction queue - Implement [validate transactions and store algorithm](https://spec.polkadot.network/chap-state#algo-validate-transactions) - Implement [maintain transaction pool algorithm](https://spec.polkadot.network/chap-state#algo-maintain-transaction-pool)