mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 04:31:08 +00:00
contracts: Allow indeterministic instructions off-chain (#12469)
* Allow indetermistic instructions off-chain * Apply suggestions from code review Co-authored-by: Sasha Gryaznov <hi@agryaznov.com> * fmt Co-authored-by: Sasha Gryaznov <hi@agryaznov.com>
This commit is contained in:
committed by
GitHub
parent
d0dcf008ec
commit
3ae4be8662
@@ -0,0 +1,11 @@
|
||||
;; Module that contains a float instruction which is illegal in deterministic mode
|
||||
(module
|
||||
(func (export "call")
|
||||
f32.const 1
|
||||
drop
|
||||
)
|
||||
(func (export "deploy")
|
||||
f32.const 2
|
||||
drop
|
||||
)
|
||||
)
|
||||
Reference in New Issue
Block a user