Allow pallet::call to return `DispatchResult` (#8241)
* allow dispatch result * remove custom error message * format * add forgotten UI test * fix test * fix tests
Showing
- substrate/frame/support/procedural/src/pallet/parse/call.rs 1 addition, 2 deletionssubstrate/frame/support/procedural/src/pallet/parse/call.rs
- substrate/frame/support/procedural/src/pallet/parse/helper.rs 25 additions, 0 deletions...trate/frame/support/procedural/src/pallet/parse/helper.rs
- substrate/frame/support/src/lib.rs 4 additions, 3 deletionssubstrate/frame/support/src/lib.rs
- substrate/frame/support/test/tests/pallet.rs 14 additions, 1 deletionsubstrate/frame/support/test/tests/pallet.rs
- substrate/frame/support/test/tests/pallet_ui/call_invalid_return.rs 22 additions, 0 deletions...frame/support/test/tests/pallet_ui/call_invalid_return.rs
- substrate/frame/support/test/tests/pallet_ui/call_invalid_return.stderr 5 additions, 0 deletions...e/support/test/tests/pallet_ui/call_invalid_return.stderr
Please register or sign in to comment