Krzysztof Pobiarżyn
Krzysztof Pobiarżyn
A user sends a deploy and then examines the status. If the result is `Failure`, an error code is returned like: `"error_message": "User error: 32880"`. Odra gives the users some...
If you are in the `examples` directory and build Erc20 module by calling `ODRA_MODULE=Erc20 cargo build --bin odra_examples_build_contract --target wasm32-unknown-unknown` you will get a valid contract, even though the Erc20...
The updated version of cep 78 on the `cep78-more-fns` branch, allows to `unburn` and `remint` a token. However the current implementation may be broken, and it is possible to overwrite...
## Summary by CodeRabbit * **New Features** * Upgradeable factory flows: per-child upgrades, batch upgrades and batch-upgrade argument support. * New example contracts: BetterCounter and FToken (with factory variants). *...