Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v16 #256

Merged
merged 22 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4953428
feat: 🎸 Revamp settlements related entities
prashantasdeveloper Jul 9, 2024
146f715
test: 💍 fix snapshots
prashantasdeveloper Jul 12, 2024
6034c03
test: 💍 Update settlement snapshot
prashantasdeveloper Jul 15, 2024
5e06516
feat: 🎸 add failure reason for instructions
prashantasdeveloper Jul 23, 2024
bfaee58
chore: 🤖 refactor project.ts
prashantasdeveloper Jul 23, 2024
9f5c44c
chore: 🤖 remove migrations to force resync
prashantasdeveloper Jul 30, 2024
64399e9
chore: 🤖 add instruction party when receipt claimed
prashantasdeveloper Aug 16, 2024
10dc903
ci: 🎡 replace `docker-compose` by `docker compose`
prashantasdeveloper Aug 16, 2024
6510765
feat: 🎸 Add support for 7.x chain
prashantasdeveloper Aug 14, 2024
fee5c84
feat: 🎸 add ticker fields for dual version support
prashantasdeveloper Aug 17, 2024
dd29f57
chore: 🤖 update polymesh-local version
prashantasdeveloper Aug 20, 2024
9df3b4d
chore: 🤖 disable test in github ci
prashantasdeveloper Aug 22, 2024
96f08df
feat: 🎸 Add `offeringAssetId`, `raisingAssetId` to Investment
prashantasdeveloper Aug 23, 2024
9963bfa
feat: 🎸 Add `assetId` attribute to `Scope` json
prashantasdeveloper Aug 23, 2024
2e13c39
chore: 🤖 add new events and extrinsics
prashantasdeveloper Aug 25, 2024
709b400
feat: 🎸 Make `venue` as optional in `Instruction` entity
prashantasdeveloper Aug 26, 2024
ce4c00f
feat: 🎸 Add support for latest multisig changes for 7.x chain
prashantasdeveloper Aug 28, 2024
c4cabd4
feat: 🎸 Populate multisig admins in genesis handler
prashantasdeveloper Aug 28, 2024
70c1694
chore: 🤖 handle ticker conversion correctly
prashantasdeveloper Aug 28, 2024
f224204
chore: 🤖 handle operationType for statistics
prashantasdeveloper Sep 4, 2024
5419282
chore: 🤖 eslint disable bonundary types
prashantasdeveloper Sep 12, 2024
4a7e67f
feat: 🎸 ensure one vote per signer for multiSig proposals
polymath-eric Sep 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions db/migrations/1_alter_stat_type.sql

This file was deleted.

2 changes: 0 additions & 2 deletions db/migrations/2_move_funds.sql

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polymesh-subquery",
"version": "15.1.0",
"version": "16.0.0-alpha.1",
"author": "Polymesh Association",
"license": "Apache-2.0",
"description": "A Polymesh Chain Indexer, providing a GraphQL interface",
Expand All @@ -15,7 +15,7 @@
"test": "jest",
"codegen": "./node_modules/.bin/subql codegen",
"commit": "npx git-cz",
"start:docker": "docker-compose pull && docker-compose up --remove-orphans",
"start:docker": "docker compose pull && docker compose up --remove-orphans",
"generate:defs": "ts-node --skip-project node_modules/.bin/polkadot-types-from-defs --package polymesh-subql/api-interfaces --input ./src/api-interfaces",
"generate:meta": "ts-node --skip-project node_modules/.bin/polkadot-types-from-chain --package polymesh-subql/api-interfaces --endpoint ./metadata.json --output ./src/api-interfaces --strict",
"format": "cross-env prettier-eslint $PWD\"/src/**/*.{ts,tsx,js,jsx,json,css,md}\" --write",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@polkadot/typegen": "^10.9.1",
"@polymeshassociation/polymesh-local": "^5.12.2",
"@polymeshassociation/polymesh-local": "^5.13.0-alpha.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/npm": "^11.0.0",
Expand Down
Loading
Loading