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 #5132

Merged
merged 150 commits into from
Apr 18, 2024
Merged

Luxor release #5132

merged 150 commits into from
Apr 18, 2024

Commits on Mar 1, 2024

  1. feat: 🎨 add extrinsic for decreasing budgetj

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0faab6d View commit details
    Browse the repository at this point in the history
  2. test: 🧪 add tests for new extrinsic

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b797a10 View commit details
    Browse the repository at this point in the history
  3. feat: 🎨 add proposal and tests to proposal pallet

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    86a254c View commit details
    Browse the repository at this point in the history
  4. feat: 🎨 add proposal config to runtime

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b7f9bc7 View commit details
    Browse the repository at this point in the history
  5. fix: ⚡ rearrange checks

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    192a773 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28e6fb1 View commit details
    Browse the repository at this point in the history
  7. feat: 🎨 metadata 2003

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ddc9a39 View commit details
    Browse the repository at this point in the history
  8. Revert "test: ⚡ add proposal to integration test and update types and…

    … metadatat"
    
    This reverts commit 4041f80.
    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f3a8c3e View commit details
    Browse the repository at this point in the history
  9. feat: ⚡ fix error on integration tests code

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ccc7490 View commit details
    Browse the repository at this point in the history
  10. fix: 💚 fix CI errors & warning

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    ba85a32 View commit details
    Browse the repository at this point in the history
  11. feat: 🎨 address PR comment

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a88003d View commit details
    Browse the repository at this point in the history
  12. style: 🚨 linter

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1f823ff View commit details
    Browse the repository at this point in the history
  13. fix: ⚡ generate types and metadata

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    82b039d View commit details
    Browse the repository at this point in the history
  14. fix: 🎨 rebase and regenerate metadata

    Ignazio Bovo committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c2acd1e View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix: 🐛 metadata 2002 should be the same as nara

    Ignazio Bovo committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cb13cf6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. feat: 🎨 add extrinsic for decreasing budgetj

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ba91eaf View commit details
    Browse the repository at this point in the history
  2. test: 🧪 add tests for new extrinsic

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    06a881b View commit details
    Browse the repository at this point in the history
  3. feat: 🎨 add proposal and tests to proposal pallet

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7d4c380 View commit details
    Browse the repository at this point in the history
  4. feat: 🎨 add proposal config to runtime

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a2f96d6 View commit details
    Browse the repository at this point in the history
  5. fix: ⚡ rearrange checks

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    bf30b57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    527e671 View commit details
    Browse the repository at this point in the history
  7. feat: 🎨 metadata 2003

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1bd4196 View commit details
    Browse the repository at this point in the history
  8. Revert "test: ⚡ add proposal to integration test and update types and…

    … metadatat"
    
    This reverts commit 4041f80.
    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0a88b57 View commit details
    Browse the repository at this point in the history
  9. feat: ⚡ fix error on integration tests code

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    52bdb41 View commit details
    Browse the repository at this point in the history
  10. feat: 🎨 add functionality for vested budget spending

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    374d480 View commit details
    Browse the repository at this point in the history
  11. fix: 💚 build errors and add tests

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    df6c4af View commit details
    Browse the repository at this point in the history
  12. fix: 💚 lookup argument

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d390a45 View commit details
    Browse the repository at this point in the history
  13. fix: 💚 add converter in order to silence compiler

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c9520c0 View commit details
    Browse the repository at this point in the history
  14. test: ✅ add test on vesting

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5a2f7c8 View commit details
    Browse the repository at this point in the history
  15. feat: 🎨 fix integartion tests

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d28277d View commit details
    Browse the repository at this point in the history
  16. fix: ✅ test setup CI build

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6263679 View commit details
    Browse the repository at this point in the history
  17. fix: ✅ fix mock setup for test on storage pallet

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    eba65fc View commit details
    Browse the repository at this point in the history
  18. fix: 🐛 issue with amm sale

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    f57d8a3 View commit details
    Browse the repository at this point in the history
  19. fix: 💚 fix ci checks

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5ef824d View commit details
    Browse the repository at this point in the history
  20. fix: 💚 checks for benchmarks

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8b611f4 View commit details
    Browse the repository at this point in the history
  21. fix: ✅ benchmarks

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    6d50f40 View commit details
    Browse the repository at this point in the history
  22. feat: ✨ rebase on latest luxor

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0a147e4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    678803d View commit details
    Browse the repository at this point in the history
  24. feat: 🎨 add scaling factor in the council pallet

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7d7ffad View commit details
    Browse the repository at this point in the history
  25. feat: 🎨 add proposal to proposal-codex

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    66316f0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b6c4b8e View commit details
    Browse the repository at this point in the history
  27. feat: ✨ rebase on latest luxor

    Ignazio Bovo committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ee37616 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. feat: ✨ create proposal for setting crt parameters

    rebased from old PR
    Ignazio Bovo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    2f03263 View commit details
    Browse the repository at this point in the history
  2. feat: 🎨 generate types and metadata

    Ignazio Bovo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6e33046 View commit details
    Browse the repository at this point in the history
  3. feat: ✨ generate types & metadata

    network-tests will be fixed later on as agreed (since QN support is needed)
    Ignazio Bovo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c63141d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'luxor' into pr/ignazio-bovo/5086

    Ignazio Bovo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    506bdcd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92e1d1a View commit details
    Browse the repository at this point in the history
  6. feat: ✨ update with latest luxor

    Ignazio Bovo committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f6afcec View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. feat: 🎨 simplify code with force_vested_transfer

    The amount is first transferred in full to the worker reward account and immediately after lock is applied
    Ignazio Bovo committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2a9bd1d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Merge branch 'luxor' into pr/ignazio-bovo/5072

    Ignazio Bovo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    222565e View commit details
    Browse the repository at this point in the history
  2. fix: ⚡ update with latest luxor

    Ignazio Bovo committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    6d4b0e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86d862f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84a3456 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    35e7175 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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

Commits on Mar 22, 2024

  1. Merge pull request #11 from thesan/luxor/reduce-council-budget-qn

    [QN] Luxor: Reduce council budget mappings
    mrBovo authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    4195007 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'luxor' into pr/ignazio-bovo/5062

    Ignazio Bovo committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e0076f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a4804a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from thesan/luxor/reduce-council-budget-qn

    Fix decrease council budget proposal amount value
    mrBovo authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    9b820c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. feat: ⚡ add benchmark fordecrease_council_budget

    Ignazio Bovo committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    61f0c66 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5062 from ignazio-bovo/luxor/reduce-council-budget

    Luxor/reduce council budget
    mnaamani authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fff9f89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f0bec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f77d88 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5f66ea View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. feat: 🎨 add benchmarks

    Ignazio Bovo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    f2239dd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'luxor' into pr/ignazio-bovo/5072

    Ignazio Bovo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    8fb6f55 View commit details
    Browse the repository at this point in the history
  3. fix: 📝 address pr comments

    Ignazio Bovo committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    0be9f52 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fix: ⚡ integrations tests

    Ignazio Bovo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d1ec38b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'luxor' into pr/ignazio-bovo/5103

    Ignazio Bovo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    72231ee View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 revert metadata 2002.json to master version and fix issue on n…

    …etwork tests
    Ignazio Bovo committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b2fa736 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c179f7f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5116 from mnaamani/luxor-genesis-default-pos

    genesis config: start with PoS instead of PoA
    mnaamani authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ab93b73 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. fix: 💚 build errors

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    661d2de View commit details
    Browse the repository at this point in the history
  2. fix: 🧪 tests & mocks

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ac4b0b1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'luxor' into pr/ignazio-bovo/5103

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ad78e7c View commit details
    Browse the repository at this point in the history
  4. fix: ⚡ address comments and fix build errorrs

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    38e8a94 View commit details
    Browse the repository at this point in the history
  5. fix: 🧪 benchmark error on amount type

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    26daa9d View commit details
    Browse the repository at this point in the history
  6. fix: ⏪ revert changes on chain-metadata/2002.json

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6b98599 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'luxor' into pr/ignazio-bovo/5086

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dd84f47 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6943a13 View commit details
    Browse the repository at this point in the history
  9. feat: 🎨 generate types and metadata

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    48ea043 View commit details
    Browse the repository at this point in the history
  10. fix: ✏️

    Ignazio Bovo committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0506851 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. fix: ⚡ benchmarks

    Ignazio Bovo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f2cea6d View commit details
    Browse the repository at this point in the history
  2. fix: ⚡ integration tests

    Ignazio Bovo committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    dac1968 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

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

Commits on Apr 1, 2024

  1. add proxy pallet to runtime

    mnaamani committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    21702c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035d405 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fix: 💚 benchmarks

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    faed4c3 View commit details
    Browse the repository at this point in the history
  2. Update runtime-modules/proposals/codex/src/types.rs

    Co-authored-by: Mokhtar Naamani <[email protected]>
    mrBovo and mnaamani authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8d1b1b2 View commit details
    Browse the repository at this point in the history
  3. Update runtime-modules/project-token/src/benchmarking.rs

    Co-authored-by: Mokhtar Naamani <[email protected]>
    mrBovo and mnaamani authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ac2716f View commit details
    Browse the repository at this point in the history
  4. Update runtime-modules/proposals/codex/src/types.rs

    Co-authored-by: Mokhtar Naamani <[email protected]>
    mrBovo and mnaamani authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    37c3066 View commit details
    Browse the repository at this point in the history
  5. Update runtime-modules/project-token/src/benchmarking.rs

    Co-authored-by: Mokhtar Naamani <[email protected]>
    mrBovo and mnaamani authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    13bfd25 View commit details
    Browse the repository at this point in the history
  6. fix: ⚡ benchmark import

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    50cd923 View commit details
    Browse the repository at this point in the history
  7. fix: ⚡ benchmarking

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9a36aaa View commit details
    Browse the repository at this point in the history
  8. fix: 🎨 benchmarks

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    48712c1 View commit details
    Browse the repository at this point in the history
  9. fix: ⚡ benchmarks

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    6b4abd3 View commit details
    Browse the repository at this point in the history
  10. fix: 💚 ci fixes

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    52537b9 View commit details
    Browse the repository at this point in the history
  11. fix: 💚 build errors

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e972532 View commit details
    Browse the repository at this point in the history
  12. fix: ⚡ codex benchmarking

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a173dd5 View commit details
    Browse the repository at this point in the history
  13. chore: 📸 update chain metadata & types

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4154fc0 View commit details
    Browse the repository at this point in the history
  14. fix: ⚡ runtime test errors

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d6f2efa View commit details
    Browse the repository at this point in the history
  15. fix: 🎨 network tests

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    38b12d4 View commit details
    Browse the repository at this point in the history
  16. fix: 💚 ci errors

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    19409c9 View commit details
    Browse the repository at this point in the history
  17. fix: 💚 round of ci fixes

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    210773e View commit details
    Browse the repository at this point in the history
  18. fix: 🔧 update chain metadata and types

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e115d51 View commit details
    Browse the repository at this point in the history
  19. fix: 💚 ci checks part 1

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a15f629 View commit details
    Browse the repository at this point in the history
  20. test: 🧪 test runtime upgrade fromstaging

    Ignazio Bovo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9035497 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #5072 from ignazio-bovo/luxor/vested-wg-spending

    Luxor/vested wg spending
    mnaamani authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    aed16d0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'luxor' into pr/ignazio-bovo/5103

    Ignazio Bovo committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    6a3cf56 View commit details
    Browse the repository at this point in the history
  3. chore: 📝 update chain metadata and types

    Ignazio Bovo committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b2046dd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'luxor' into pr/ignazio-bovo/5086

    Ignazio Bovo committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8fad856 View commit details
    Browse the repository at this point in the history
  5. chore: ✨ generate types and metadata

    Ignazio Bovo committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4c5eaad View commit details
    Browse the repository at this point in the history
  6. Update runtime-modules/project-token/src/lib.rs

    Co-authored-by: Mokhtar Naamani <[email protected]>
    mrBovo and mnaamani authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3dc4539 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5115 from mnaamani/luxor-remove-nara-runtime-migr…

    …ations
    
    Remove nara migrations
    mnaamani authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d6d184b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c3fa695 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec3f499 View commit details
    Browse the repository at this point in the history
  10. Fix BudgetSpendingEvent typo

    thesan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8d712b4 View commit details
    Browse the repository at this point in the history
  11. Fix linting

    thesan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8b00d54 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #5103 from ignazio-bovo/feature/crt-constraints-pr…

    …oposal
    
    Feature/crt constraints proposal
    mnaamani authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4268f95 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'luxor' into pr/ignazio-bovo/5086

    Ignazio Bovo committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f2e8cb2 View commit details
    Browse the repository at this point in the history
  14. test: ✅ update post runtime upgrade tests

    Ignazio Bovo committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f3a9a2b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    71ef0d4 View commit details
    Browse the repository at this point in the history
  2. Add fields description

    thesan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d1c0e88 View commit details
    Browse the repository at this point in the history
  3. Fix the BN conversions

    thesan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a8ca676 View commit details
    Browse the repository at this point in the history
  4. fix: ⚡ staging config replace days with minutes

    Ignazio Bovo committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8b3f6a9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #5086 from ignazio-bovo/luxor/reward-curve-proposal

    Luxor/reward-curve-proposal
    mnaamani authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3580787 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c70f130 View commit details
    Browse the repository at this point in the history
  7. additional proxy types

    mnaamani committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2a2304b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    66ec5dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11e2407 View commit details
    Browse the repository at this point in the history
  10. remove multisig proxytype

    mnaamani committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fd313dd View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #5122 from mnaamani/luxor-add-proxy-pallet

    Add proxy pallet
    mnaamani authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    dc6d1a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2906dda View commit details
    Browse the repository at this point in the history
  3. update code comment for buy/sell_on_amm

    mention pre-condition that revenue split is not active
    mnaamani committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    288a6ed View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Merge pull request #5127 from mnaamani/prevent-amm-buy-sell-while-rev…

    …enue-split
    
    Amm buy/sell operations not allowed during revenue split
    mnaamani authored Apr 6, 2024
    Configuration menu
    Copy the full SHA
    a4625f2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge pull request #5124 from thesan/feature/crt-constraints-proposal-qn

    [QN] CRT constraints proposal support
    mnaamani authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0d97754 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5123 from thesan/luxor/vested-wg-spending-qn

    Add vested budget spending tests and mappings
    kdembler authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    713d105 View commit details
    Browse the repository at this point in the history
  3. Revert "Fix BudgetSpendingEvent typo"

    This reverts commit 8d712b4.
    thesan committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b6518ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5128 from thesan/keep-budget-spending-typo

    Revert "Fix BudgetSpendingEvent typo"
    kdembler authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5c57bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3bc8ab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5acfe25 View commit details
    Browse the repository at this point in the history
  7. metadata/types

    mnaamani committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d8b770e View commit details
    Browse the repository at this point in the history
  8. remove all TODO comments

    mnaamani committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0495627 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5129 from thesan/luxor/reward-curve-proposal-qn

    [QN] Set era payout damping factor proposal mappings
    kdembler authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e0c7b89 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2f073d View commit details
    Browse the repository at this point in the history
  11. update weights

    mnaamani committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3583145 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    92d6af4 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #5130 from mnaamani/luxor-preserve-dispatch-indice…

    …s-weights-cleanup
    
    Luxor finishing touches
    mnaamani authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5974a9b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. QN bump version to v2.3.0

    mnaamani committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7eb70a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5131 from mnaamani/luxor-qn-version

    QN bump version to v2.3.0
    kdembler authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ffde4d9 View commit details
    Browse the repository at this point in the history