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

Alpha #1256

Merged
merged 33 commits into from
Jul 30, 2024
Merged

Alpha #1256

merged 33 commits into from
Jul 30, 2024

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    7858460 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    290fa75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23fbab1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    e06ac80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d50d0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc3ae78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8845de9 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    fc066ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc255e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1948385 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    829170f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17e040c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19bd7c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a8f1bb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e648cce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d4e79e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    1f279b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c77ee View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. feat: 🎸 Add option to add/remove venue signers

    Also, adds optional `signers` param to `CreateVenueParams` allowing to
    add signers while creating the Venue
    prashantasdeveloper committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    b6da75f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. feat: 🎸 remove updated_at in queries

    remove querying for `updated_at` field from SubQuery
    polymath-eric committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2789470 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    c3761c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4920a51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7612431 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. feat: 🎸 allow MultiSig signers to submit proposals

    add `runAsProposal` method to procedures. This is to be used when the
    signingAccount is a MultiSig signer. The transaction will be wrapped as
    a multiSig proposal, which will be executed when enough signers approve
    polymath-eric committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    699fad7 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. feat: 🎸 add MultiSig.joinCreator method

    allows multiSig to directly join creator identity without the need for
    accepting an authorization
    
    ✅ Closes: DA-1250
    polymath-eric committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    1af7911 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. fix: 🐛 multiSig.getHistoricalProposal errors

    fixed GraphQL error when fetching historical proposals. Also add `stack`
    attribute to PolymeshError
    polymath-eric committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    f72cb68 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    8689f63 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix: 🐛 throw catchable connect errors

    `Polymesh.connect` throws catchable connect errors. Previously it would
    crash on node, or clutter the console with `Abnormal closure` in the
    browser
    
    ✅ Closes: DA-1251
    polymath-eric committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8f120ca View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    e8b1319 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. feat: 🎸 Add procedure to add secondary accounts to an Identity

    Also, adds in method to get off chain authorization nonce for an
    Identity
    prashantasdeveloper committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5053f00 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    8496491 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    dcc13a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0de49c View commit details
    Browse the repository at this point in the history