Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hyperionbt/helios

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyperionbt/helios - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

9

CHANGELOG.md
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc