-
- when transpiling the Poseidon TypeScript code to Anchor Rust, the resulting Rust code lacks the expected token initialization logic.
- The transpiled output in Rust does not include the initialize…
-
```
$ brew install mint-lang
==> Fetching mint-lang/mint-lang/mint-lang
==> Downloading https://github.com/mint-lang/mint/releases/download/0.17.0/mint-0.17.0-osx
==> Downloading from https://obje…
-
Mint 22 (ubuntu 24.04)
Java 21 from https://bell-sw.com
log:
ndiruhniu@mint:~/Games/Minecraft$ ./VLauncher
openjdk version "21.0.5" 2024-10-15 LTS
OpenJDK Runtime Environment (build 21.0.5+11-LT…
-
### Which project does this relate to?
Start
### Describe the bug
The document components as part of @tanstack/start do not spread to children. That means for Html, Head, Body elements we cannot se…
-
token22-staking-latest/programs/token22-staking-latest/src/instructions/init_pool.rs:
```
use {
anchor_lang::prelude::*,
crate::{state::*, utils::*},
anchor_spl::*,
std::mem::s…
-
The anchor token extensions macro inside the `Accounts` struct was triggering the token extensions stack violations warnings after fiddling with the expanded code using `cargo expand`
The following…
-
The compiler could allow all of the following syntax
```mint
let a=2
let b = a|>Number.toString
let neq = a!=1
let eq = foo==2
let lte = a1
let plus = a+1
let multiply = a*2
let divide = a/…
-
https://mint-lang.com/guide/getting-started/tools
Following is a usage example:
```sh
╰─ $ 1 mint format source/Main.mint
Mint - Formatting files
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━…
zw963 updated
2 years ago
-
Hello, I have been asked a question "what is the script hash used for in `PReferenceScript` and when can you set it to `Nothing`"?
Currently the type `PlutusScriptOrReferenceInput` looks like this:…
-
I was looking at what it would take to have inline warnings in VSCode, and testing with master mint to use `lint --json`.
The json that the linter outputs an array of strings with the error message…