mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 05:51:02 +00:00
contracts: Get rid of the dreaded Other error (#10595)
* Print more detailed error when instrumentation fails * Apply suggestions from code review Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com> * Check contents of debug buffer * Fix test Co-authored-by: Hernando Castano <HCastano@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8aefbb9f2f
commit
89194f0e70
@@ -0,0 +1,6 @@
|
||||
;; A valid contract which does nothing at all but imports an invalid function
|
||||
(module
|
||||
(import "invalid" "invalid_88_99" (func (param i32 i32 i32)))
|
||||
(func (export "deploy"))
|
||||
(func (export "call"))
|
||||
)
|
||||
Reference in New Issue
Block a user