Skip to content

Odra 1.1.0: Bullseye: Phantom Menace

Compare
Choose a tag to compare
@zie1ony zie1ony released this 17 Jun 09:42
5d2ea53

Added

  • Support for CSPR.cloud's auth token.
  • new method for Address to create an address from a string.
  • transfer function in the HostEnv allowing native token transfers between accounts.
  • Reverse lookup feature for CEP78.
  • Addressable trait for types that can be converted to Address.

Updated

  • Fix get_block_time in casper-rpc-client.
  • Calling try_ functions in the livenet context now returns a Result instead of panicking.
  • Improve error messages in the livenet context.
  • Update HostEnv functions accept Addressable instead of Address.

What's Changed

  • New logo by @zie1ony in #457
  • Protect static mocks with Mutex by @kpob in #461
  • Move named keys related marcos to core by @kpob in #456
  • Prevent from sending tokens when calling a non-payable function on Od… by @kpob in #459
  • CEP-78: Reverse lookup order feature by @kpob in #455
  • Get event-related data in a non-failing way by @kpob in #464
  • Move the code that generates contract schema to odra-build by @kpob in #468
  • Refactor cep18 storage modules by @kpob in #476
  • Native transfer between accounts by @kpob in #471
  • CSPR.cloud auth token support. by @zie1ony in #474
  • Fix block time parsing by @kpob in #479
  • Create Address from a static str by @kpob in #477
  • Publish access token of the contract for locked contracts. by @zie1ony in #486
  • More CEP78 public fns in lib. by @zie1ony in #484
  • Try to read user errors from the schema on livenet by @kpob in #473
  • Add Addressable trait implementation and update HostEnv api by @kpob in #483
  • Update version, changelog and examples by @kpob in #491

Full Changelog: 1.0.0...1.1.0