mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 11:57:56 +00:00
385d214217
* Revert contracts put_code test to pure code (not using the macro) * Test contract instantiate * Fmt * Extract put_code and new_client functions * Generate fresh accounts for contract tests to allow reruns without a chain purge * Fetch and increment nonce to allow concurrent test runs * fmt * Failing contract call test * Fmt and fix compilation * Fix error message for contract call * Fix call test * Update contract execution event comment * Remove redundant feature flags, now on module * Update event data comment * Use fetch_add * Fmt