Kuba Płaskonka

Results 20 issues of Kuba Płaskonka

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no Hi, I have a problem that arises for the mapping configuration panel...

bug

When querying for calculated value fields, we get an error: `{ "errors": [ { "message": "Internal server error", "category": "internal", "locations": [ { "line": 31, "column": 5 } ], "path":...

| Q | A | ---------------- | ----- | Bug report? | yes | Feature request? | no | BC Break report? | no | RFC? | no | Branch?...

Currently, loading a contract which doesn't use CES events panics, because livenet env loads events count internally. This makes impossible testing contracts which don't use CES.

Couldn't reproduce #412...

Currently, we are catching complex errors from execution or vm and returning Odra's simplified version. For example in `get_dictionary_value` all serialization errors are mapped to `Formatting`. Add all possible errors...

Optimize dictionary_key method using knowledge of @zie1ony Replace hex with @kpob implementation

When using `delegate!` macro, the docs are not promoted from submodule to the module. To fix this, we would need to load module file from inside a macro and parse...

`fn emit_event(&self, event: T)` should be `fn emit_event(&self, event: T)`.

bug

When trying to call a non-existing method through OdraVM, we get a Panic error instead of `OdraError::VmError(NoSuchMethod`. One of the places this can be tested is modules/src/erc1155_token.rs:898

bug