AuroraLantean

Results 13 issues of AuroraLantean

Original post in Anchor repo: [(https://github.com/project-serum/anchor/issues/1286)] Anchor.toml [script] command: test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts" The problem is the m1.ts file cannot import functions from another...

bug
enhancement
help wanted

Hi @pepoviola I need a RPC port to deploy Ethereum smart contracts into my parachain's EVM. and the EVM endpoint would look like `http://127.0.0.1:xxxx` My current network file: ``` [relaychain]...

documentation

Could you add support for Leptos, one major Rust frontend fullstack framework?

### Describe the bug MetaMask cannot connect properly to my local Foundry Anvil network My setup: Solidity compiler 0.8.22 Foundry nightly-a839414d0bcf069bf2d226260f259c4f4dc4047d I could not call the following function in my...

type-bug
Sev3-low
devrel-support-needed
team-wallet-api-platform
stale
external-contributor

I see in Anchor.toml we can specify which test file to run, or to run all of them at once. ``` [scripts] test = "yarn run ts-mocha -p ./tsconfig.json -t...

Why does my Rust-Analyzer not work after installing this extionsion??? Why does my Rust code below got highlighted by the default setting of ` "todohighlight.keywordsPattern": "TODO:|FIXME:|\\(([^)]+)\\)", //highlight `TODO:`,`FIXME:` or content...

### Describe the Bug My files: `ContactFormEmailTemplate` : showing email with Tailwindcss `ButtonOnClient`: a button with useState() to manage client states... `sendEmail`: a server function to send submitted emails from...

Type: Bug
Package: @react-email/render

I am trying to add those upgradeable Solidity helper files from src folder into my repo. But after adding them, Foundry could not compile!?? ``` Error (9582): Member "upgradeTo" not...

My Dapp node url is currently localhost:9911 hardcoded. How can my Dapp get that URL from Polkadotjs ?

I can compile the Solidity contract wrapper, but could not deploy it properly. Could you please advise on how to deploy it: https://substrate.stackexchange.com/questions/11435/xvm-wasm-to-evm-contract-reverted-decoding-failed ? Then merge this code if you...