Maciej Zieliński

Results 27 comments of Maciej Zieliński

@housleyjk This should find it's place in `examples` directory.

@MParlikar how is this related to self upgrading contracts?

You should remove querying for event count in the register contract method on `HostEnv`. It should be loaded lazily.

Maybe: `self.value.update(|old| { old + 1 } )`?

At the moment there is no plan of doing that. As far as I know CEP-47 is being decomission, and CEP-78 is still being explored (eg royality fies). On the...

Planned for 1.0.0

Implemented in 1.0.0. There is also a tutorial: https://odra.dev/docs/next/tutorials/nft

One possible idea: ```rust enum StorageKind { NamedKey(String), // named key Disctionary(String, String) // named key, key } trait StorageLayout { fn key(&self, index: u32, name: &str) -> StorageKind; }...

We change the scope of this task to actually allow transitive modules using full paths.

It also happened on successful deploy.