Skip to main content

Changelogs

Changelogs

GraphQL

Nov 13, 2023

Contributors

    nil-amrutlal-deptMRVDHjavadkh2

1.0.5

Patches

  • Included cross-chain transfers in transfer object

  • Enabled option for different gas payers in simulation

  • acount and chainAccount now implement the Node type, meaning that they can be used in the node and nodes queries. Besides this, several optimizations with async data retrieval.

  • Fix simulate script edge case (when it attempts cross-chain transfers to the same chain. Add build step in start:generate script

  • Updated dependencies \

    • @kadena/client@1.6.3

Nov 9, 2023

Contributors

    alber70g

1.0.4

Patches

  • Added gas estimation query and adjusted folder structure for devnet files

Nov 6, 2023

Contributors

    nil-amrutlal-deptMRVDHjavadkh2

1.0.3

Patches

  • Added query to get transactions by public key

  • Added endpoint for graph and chainweb-data general info

  • Updated simulate command to now incorporate safe-transfers

  • Added proper error logging for the graph and client

  • Added PactData as optional argument to PactQueries

  • Updated dependencies \

    • @kadena/client@1.6.1

Oct 27, 2023

Contributors

    nil-amrutlal-deptwebpro

1.0.2

Patches

  • Added pactQuery and pactQueries for arbitrary PACT code execution

  • Added signer object and signer fields on transactions (graph

  • No auto-globals for vitest specs

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

    • @kadena/chainweb-node-client@0.5.1
    • @kadena/cryptography-utils@0.4.1
    • @kadena/client@1.6.0
    • @kadena/pactjs@0.4.1

Oct 26, 2023

Contributors

    nil-amrutlal-deptwebproMRVDHjavadkh2

1.0.1

Patches

  • Added totalCount to Connections; implemented resizable table and pagination in path

  • Show tx overview in block page and create transactions page; make transactions query dynamically assign filters; minor fixes and refactoring

  • Fix types in package.json

  • Updated the README file

  • Added fragments for the graph fields and fixed some field names

  • Added account query, chain account query, transactions query, transfers query and their pages

  • Added block query, confirmation depth query. Implemented block page and block transaction page. Performed some adjustments on components to make them generic

  • Added relation between transaction and transfer; applied some logic in transaction column code: it now returns 'cont' when null

  • Upgrade typescript and @types/node dependencies

  • Change default timeout for simulation

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

    • @kadena/chainweb-node-client@0.5.0
    • @kadena/cryptography-utils@0.4.0
    • @kadena/client@1.5.0
    • @kadena/pactjs@0.4.0

Apr 11, 2024

Contributors

    alber70gnil-amrutlal-deptMRVDH

1.0.0

Patches

  • Change non-id field types to strings instead of id's

  • Add timeouts in pact queries and implement pact query response object

  • Optimize fetching of latest id for events

  • Fixed network config retrieval running before system checks

  • Added retry mechanism for chainweb-node calls; added environmental variables to support this functionality

  • Fix auxiliary queries in readme.md

  • Fixed incorrect IDs in schema

Misc

Apr 10, 2024

Contributors

    nil-amrutlal-dept

0.1.14

Patches

  • Fix network id and api version on mempool connection test

Apr 9, 2024

Contributors

    alber70g

0.1.13

Patches

Apr 9, 2024

Contributors

    nil-amrutlal-deptMRVDHjavadkh2

0.1.12

Patches

  • Implemented confirmation depth verification for blocks in queries and subscriptions

  • Small fixes for marmamalde simulation

  • Fixed gas limit estimations returning 2500 on failed transactions

  • Removed the account by public key queries

  • Removed single transfer and event queries due to ineffective primary key usage

  • Made fungible name non-required for fungible account queries; created default value

  • Changed non-fungible account query to accomodate all transactions made with marmalade-v2

  • Renamed Token and TokenInfo to NonFungibleTokenBalance and NonFungibleToken accordingly

  • Added documentation on in-built graphql server

  • Improved Schema documentation for events and gas limit estimations. And made it easier to query for a transaction.

  • Fix transaction on events object; regenerate schema

  • Improved functional documentation, added some query examples

  • Added Guard to non fungible chain accounts

  • Adjust transactions signatures/signers to domain model

  • Added input validation to queries and subscriptions

  • Removed duplicate queries

  • Expand non-fungible account transaction search to all marmalade related transactions - v1 and v2

  • Change default values in dotenv and fix github token default value

  • Restore nested querying

  • Add minimum depth argument in transaction queries

  • Added documentation on non-fungible transaction; fixed marmalade simulation create-token-id method; implemented dynamic assignment of apiVersion instead of hardcoded

  • Refactored transactions to include mempool data; refactored all objects with relation to transactions

  • Add minimum depth parameter on events query and subscription

  • Updated dependencies \

    • @kadena/chainweb-node-client@0.6.0
    • @kadena/client@1.11.0
    • @kadena/client-utils@0.5.3

Mar 15, 2024

Contributors

    MRVDHnil-amrutlal-dept

0.1.11

Patches

  • Removed obsolete totalCount on some queries and made all array return values connections

  • Updated the README

  • Fix typo in transfers object, transaction field\

  • Do not return one object by default on subcriptions if it's not new

Mar 11, 2024

Contributors

    javadkh2

0.1.10

Patches

  • Updated dependencies \

    • @kadena/client@1.10.1
    • @kadena/client-utils@0.5.2

Mar 11, 2024

Contributors

    javadkh2

0.1.9

Patches

  • Updated dependencies \

    • @kadena/client@1.10.0
    • @kadena/client-utils@0.5.1

Mar 8, 2024

Contributors

    MRVDHnil-amrutlal-deptalber70gjavadkh2

0.1.8

Patches

  • Naming consistency and chainId as stringList

  • Added more filter options to the events query and subscription

  • Create database index for qualname on events; adjusted the events query

  • Add fungible account by public key and chain fungible account by public key queries

  • Added system status checker

  • Improved gas limit estimation with support for more types of input

  • Added Events to Block and removed obsolete fields

  • Changed the way object relations are handled. Instead of performing multiple queries we use prisma's relation to select the object

  • fix an issue where retrieval of marmalade-v2.ledger.get-token-info results in invalid json for policies removed policies for now.

  • Fetch network id from /info instead of getting it fron environment variables

  • Optimize the use of Data Loaders for non-fungible account and chain accounts

  • Removed confirmation depth as a block property. Added query and subscription for blocks from depth

  • Refactored transactions to follow domain model. Adapted graph-client to new data format

  • Replaced SSE with WebSockets for Subscriptions

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

    • @kadena/client@1.9.0
    • @kadena/client-utils@0.5.0
    • @kadena/chainweb-node-client@0.5.3
    • @kadena/cryptography-utils@0.4.2
    • @kadena/pactjs@0.4.2

Feb 15, 2024

Contributors

    nil-amrutlal-dept

0.1.7

Patches

  • Created TokenInfo and added object to Token

Feb 14, 2024

Contributors

    nil-amrutlal-dept

0.1.6

Patches

  • Added flood command in readme and changed fungible and non-fungible chain account queries file names

  • Remove coin related data from non-fungible account

Feb 12, 2024

Contributors

    javadkh2

0.1.5

Patches

  • Updated dependencies \

    • @kadena/chainweb-node-client@0.5.3
    • @kadena/client@1.8.1
    • @kadena/client-utils@0.4.1

Feb 9, 2024

Contributors

    alber70g

0.1.4

Patches

  • use creationTime next to id to get recent blocks

Feb 7, 2024

Contributors

    alber70g

0.1.3

Patches

  • only write schema when NODE_END=development

Feb 5, 2024

Contributors

    MRVDHnil-amrutlal-deptjessevanmuijdenjavadkh2

0.1.2

Patches

  • Alter migrations to support the correct format for devnet. Also removed unnecessary indexes.

  • Change default value for branch

  • Implement flood functionality

  • Updated dependencies \

  • Updated dependencies \

    • @kadena/client-utils@0.4.0

Jan 23, 2024

Contributors

    MRVDHnil-amrutlal-deptbarthuijgenash-vdjessevanmuijdenjavadkh2

0.1.1

Patches

  • Initial release

  • Added documentation on the cross-chain transfer lookup; the reasoning behind the current method

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

    • @kadena/client-utils@0.3.0
    • @kadena/client@1.8.0

Dec 19, 2023

Contributors

    jessevanmuijdenMRVDHjavadkh2nil-amrutlal-dept

1.0.7

Patches

  • refactor create principal

  • Added descriptions to objects, fields and queries

  • Complexity calculations and limitations added

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

  • Updated dependencies \

    • @kadena/client@1.7.0
    • @kadena/client-utils@0.2.0
    • @kadena/chainweb-node-client@0.5.2
    • @kadena/cryptography-utils@0.4.2
    • @kadena/pactjs@0.4.2

Nov 27, 2023

Contributors

    MRVDHnil-amrutlal-deptjavadkh2

1.0.6

Patches

  • Improved naming convention of Reconcile object

  • Made edges non-nullable

  • Added chain id to transactions filter on block object; changed default value for maximum confirmation depth

  • Added reconcile view for chainweb data

  • hotfix for reconcile

  • Refactor objects, queries and subscriptions to use the same function type definition, to use the same argument naming conventions and object casting; also added totalCount resolvers to all prismaConnection fields; added errors to simulation log file

  • Added multi-sig accounts support in simulation

  • Added tracing and trace analyser

  • Updated dependencies \

    • @kadena/client@1.6.4