@hyperionbt/helios
Advanced tools
Comparing version 0.7.0 to 0.7.1
This Changelog only applies to notable changes of `helios.js` on the main branch. | ||
# 2022/10/11 | ||
* removed tx.now() (in favor of tx.time_range.start and tx.time_range.end) | ||
* changed time_range.get_start() to time_range.start (is a getter!) | ||
* added time_range.end (is a getter!) | ||
* added map.map_keys(), map.map_values() | ||
* added `Value::from_map` | ||
* removed `tx.now()` (in favor of `tx.time_range.start` and `tx.time_range.end`) | ||
* changed `time_range.get_start()` to `time_range.start` (is a getter!) | ||
* added `time_range.end` (is a getter!) | ||
* added `map.map_keys()` and `map.map_values()` | ||
* support for operator overloading (internally), with `Time - Duration -> Time` and `Duration/Duration -> Int` as new overloads | ||
@@ -9,0 +10,0 @@ * `+` and `*` operators are now commutative in case left and right types differ |
@@ -5,3 +5,3 @@ { | ||
"description": "Helios is a Domain Specific Language that compiles to Plutus-Core (i.e. Cardano on-chain validator scripts). Helios is a non-Haskell alternative to Plutus. This library contains a reference compiler for Helios, as well as transaction building functions.", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"main": "helios.js", | ||
@@ -8,0 +8,0 @@ "types": "helios.d.ts", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3523984
43779