-
Tried transfer Basilisk to https://beta.kodadot.xyz/transfer/?target=HsFee3QAwYrE4oiYGTjQvXQYCaxN5BTLKgJRwVNPZoYzxKE&usdamount=5063000000
-
Following error is emitted by _squid-substrate-typegen_ while generating types for `swaps.PoolExit` and `swaps.PoolJoin` on migration to v5 (#68)
```
Error: Invalid type expression: PoolAssetsEvent
…
-
package version: @polkadot/api@7.13.1, @polkadot/types-codec@7.13.1,@polkadot/types@7.13.1
I am running the command "ts-node --skip-project node_modules/@polkadot/typegen/scripts/polkadot-types-f…
cinlk updated
2 years ago
-
After updating a project to the latest api version I ran into trouble trying to generate typescript types. Running
```bash
ts-node --skip-project node_modules/.bin/polkadot-types-from-defs --packa…
-
Generate stub files from the data generated from the tracing. Find a library to assist this.
-
When running `supabase gen types typescript` only types for tables are generated. This makes it difficult to select data from views.
-
Running
```shell
polkadot-types-from-chain --endpoint metadata.json --output src/ --package .
```
Using polkadot.js v8.3.1 (fails with same error on older versions)
With this metadata (Also c…
-
### Summary
https://github.com/salesforcecli/plugin-data/blob/3f1c0b64cc1205e13df1104864bb5d29f9ea41e8/src/api/data/tree/exportApi.ts#L127
The inbound query is lowercased. For some SObjects, speci…
-
I'm getting this error occasionally with Gatsby Cloud builds. Triggering a new build usually results in another build that is successful without errors.
```
[typegen] An error on codegen GraphQLDo…
-
Hi there.
I've noticed an issue while generating types
```
CREATE TABLE IF NOT EXISTS person(
id bigint GENERATED ALWAYS AS IDENTITY PRIMARY KEY,
first_name varchar(50) NOT NULL,
…