Skip to content

Releases: iExecBlockchainComputing/iexec-sdk

v2.2.12

04 Jun 21:56
v2.2.12

Choose a tag to compare

new features:

  • ask user confirmation on order fill & order place
  • check user balance on order fill
  • auto check update

fix:

  • iexec wallet sendETH 3 --to 0x

v1.7.6

24 Apr 22:01
v1.7.6

Choose a tag to compare

CHANGES:

  • deprecate --dapp option flag in iexec result
  • add --watch option flag to iexec result
  • add support for a custom filename after --save flag option in iexec result

v1.7.2

18 Apr 15:39
v1.7.2

Choose a tag to compare

NEW FEATURES

  • iexec server version
  • iexec server api [arg1] ...
  • iExec server v13 compatibility
  • helpful error message

v1.6.1

15 Feb 17:02
v1.6.1

Choose a tag to compare

NEW FEATURES

  • dockerized iexec-sdk + added instructions in README
  • added iexec upgrade

v1.6.0

13 Feb 16:24
v1.6.0

Choose a tag to compare

NEW FEATURES
Added convenient methods for direct interaction with local dev server (grouped below iexec server):

  • iexec server submit --app <appUID>
  • iexec server result <workUID> --watch --save

v1.5.9

12 Feb 20:07
v1.5.9

Choose a tag to compare

FIX

  • Kovan submit now working again
  • always create user on iExec server before submitting work

v1.5

22 Jan 18:24
v1.5.3

Choose a tag to compare

NEW FEATURES

  • Init an iExec project from any github repository: iexec init my_project --repo <github_repo_url>. The default repo is the iExec official dapp samples repository
  • Warn on iexec init if there is an existing local repository.
  • The wallet can now send ETH and RLC. Ex:
    • iexec wallet sendETH 10 --to <eth_addrress>
    • iexec wallet sendRLC 10 --to <eth_addrress>
    • iexec wallet sweep --to <eth_addrress> drain the wallet and send all ETH + RLC to an addresse. By default, it sends back to the iExec faucet.
  • Add a direct data upload method iexec apps uploadData <path>