Skip to content

Releases: bloxbean/intelliada

v0.2.0-beta2

17 Nov 15:05
b3d3fce
Compare
Choose a tag to compare

This version is not available on the JetBrains Plugin Marketplace. Please download and install the plugin zip manually.

Key Highlights

  • Added support for Aiken Project type
  • Basic syntax highlighting
  • Integration with Aiken Language Server
  • Yaci DevKit integration

Usage

  • Select the "Aiken" project type to create an Aiken project.
  • Right-click on the editor and select Aiken -> Build to build or Aiken -> Format to format.
  • Edit and save to check for any errors from the Aiken LSP.
  • Start Yaci DevKit locally and configure it through the Cardano Toolbar

Minimum IDE Version Requirement

  • 2024.2 or later

Prerequisites

Tested On

  • IntelliJ IDEA (Community Edition and Ultimate)
  • PyCharm
  • WebStorm

Known Issues

  1. Aiken Language Server (LSP):

    • Issue: "Format on Save" does not work.
    • Workaround: Right-click in the editor and select Aiken -> Format.
  2. Aiken Menu Visibility:

    • Issue: The Aiken menu may not appear when the editor popup is opened for the first time.
    • Workaround: Close and reopen the editor popup to make the Aiken menu available.
  3. Windows OS : Aiken LSP integration on Windows is unstable (#6)

v0.2.0-beta1

16 Nov 11:43
2e6728a
Compare
Choose a tag to compare
v0.2.0-beta1 Pre-release
Pre-release
Merge pull request #3 from bloxbean/provider_int

Yaci DevKit Integration

v0.1.6-beta1

25 Nov 10:05
Compare
Choose a tag to compare
  • Support for Blockfrost Preview & Prepod Network

Known Issue:

  • Koios integration is not working

Note: This release is not available in IntelliJ Plugin Marketplace. Only the main release (0.1.6) will be available.

v0.1.5

17 Oct 10:36
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

0.1.5

  • Support for Cardano-graphql
  • Support Dandelion GraphQL api endpoint
  • Updated cardano-client-lib dependencies

v0.1.4

24 Jun 05:03
Compare
Choose a tag to compare
  • Initial release of the plugin
  • Account Management
    • Create a new testnet/mainnet account
    • Import an account by providing 24w mnemonic phrase
  • Transfer transaction
    • Transfer Ada or any native tokens
  • Native Token Minting
  • Script Management
    • Create script (sig, all, any, atLeast, after, before)
    • Use policy scripts while minting new native tokens
  • Metadata support
    • Add metdata to the transaction
    • Supports RawJson
    • Metadata editor to build metadata
    • Metadata tempates
  • View transactions
  • Utxo explorer
    • View utxos of a specific address
    • Select utxos during transaction submission
  • Blockfrost integration
    • Integrates with Blockfrost Cardano Api

0.1.2

23 Jun 07:07
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • Account Management (Create, Import)
  • Transfer transaction (Ada, Native Tokens)
  • Native Token Minting
  • Script Management
  • Metadata support (Json Editor, Metadata Editor)
  • View transactions
  • Utxo explorer to view and select specific utxos for a transaction
  • Blockfrost integration

v0.1.1

23 Jun 03:40
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
Bump version

v0.1.0

23 Jun 02:46
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Added catch block to avoid error