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

🚀 Luxor release 3.5.0 #4836

Merged
merged 16 commits into from
Apr 18, 2024
Merged

🚀 Luxor release 3.5.0 #4836

merged 16 commits into from
Apr 18, 2024

Commits on Mar 19, 2024

  1. 🪢 Merge 3.4.0 into dev (#4813)

    thesan authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    cd0df73 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. 🔬 Fix CI on branches with 2 slashes (#4817)

    Fix CI on branches with 2 slashes
    thesan authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    801e824 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. 📊 Add a unit prop to the Numeric proposal details renderer (#4821)

    Add a unit prop to the `Numeric` proposal details renderer
    thesan authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    dd3e773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d0e87 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. 🔥 Add support for the decrease council budget proposal (#4816)

    * 🔬 Fix CI on branches with 2 slashes (#4817)
    
    Fix CI on branches with 2 slashes
    
    * Patch `@joystream/types`
    
    * Update queries
    
    * Display decrease council budget proposals
    
    * Add decrease council budget proposals
    
    * Patch `@joystream/types@4.3.0`
    
    * Show the current council budget
    thesan authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    26ccd79 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. 🎛️ Integrate the crt constraints proposal (#4822)

    * Make the NumberOfBlocks renderer reusable
    
    * Preview CRT constraints proposal
    
    * Create CRT constraints proposal
    
    * Query `UpdateTokenPalletTokenConstraintsProposalDetails`
    
    * Schema and types
    
    * Show current values in the form
    
    * Show current values on the preview page
    
    * Fix the vote on proposal modal
    
    * Fix mismatched values
    
    * Show current values on field inputs sub label instead of message
    So the current values remain visible while input values are invalid
    
    * Enable decimal values in `InputNumber`
    
    * Use decimal percent to represent part per million
    
    * Preview decimal percents
    thesan authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7577166 View commit details
    Browse the repository at this point in the history
  2. ⚓ Integrate set era payout damping factor proposal (#4818)

    * Fix InputNumber maxAllowedValue
    
    * Create set era payout damping factor proposals
    
    * Preview set era payout damping factor proposals
    
    * Fix typo
    
    * Query `SetEraPayoutDampingFactorProposalDetails`
    
    * Use the proper percentageMapper to preview the proposal
    
    * Compare with current multiplier value
    
    * Describe the proposal
    
    * Validate that the multiplier is at most 100%
    
    * Make the NumberOfBlocks renderer reusable
    
    * Preview CRT constraints proposal
    
    * Create CRT constraints proposal
    
    * Query `UpdateTokenPalletTokenConstraintsProposalDetails`
    
    * Schema and types
    
    * Show current values in the form
    
    * Show current values on the preview page
    
    * Fix the vote on proposal modal
    
    * Fix mismatched values
    
    * Show current values on field inputs sub label instead of message
    So the current values remain visible while input values are invalid
    
    * Enable decimal values in `InputNumber`
    
    * Use decimal percent to represent part per million
    
    * Preview decimal percents
    
    * Generate queries
    
    * Patch `@joystream/types`
    
    * Fix type issue
    thesan authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    18ea9c5 View commit details
    Browse the repository at this point in the history
  3. 📟 Fix the InputNumber behavior (#4825)

    * Fix the InputNumber behavior
    
    * Fix the validation by replacing `null` by `undefined`
    thesan authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7d409d8 View commit details
    Browse the repository at this point in the history
  4. Upgrade types and schema (#4826)

    * Upgrade `@joystream/types`
    
    * Update QN schema
    thesan authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ba72dd4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. 🐈 Make errors recoverable (#4827)

    Make errors recoverable
    thesan authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    fb085a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. 📏 Display decimal parts in numeric statistics (#4828)

    Display decimal parts in numeric statistics
    thesan authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2dba2bf View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. 🧹 Do not pad Input number value with zeros (#4830)

    Do not pad Input number value with zeros
    thesan authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0573f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4389340 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Bump version to 3.5.0

    thesan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    39a9ff2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a1fcf View commit details
    Browse the repository at this point in the history
  3. Debug failing test

    thesan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7337a7d View commit details
    Browse the repository at this point in the history