git.delta.rocks / unique-network / refs/commits / 3b5468eb6759

difftreelog
  1. fix fork.jsonnet key moving
    Yaroslav Bolyukin 2023-06-05 #3b5468e
  2. fix print correct state on node boot
    Yaroslav Bolyukin 2023-06-05 #87b0901
  3. ci use state-version: 0 on forkless-with-data workflow
    Yaroslav Bolyukin 2023-06-05 #c72090e
  4. ci fail on forkless-with-data failure
    Yaroslav Bolyukin 2023-06-05 #98307af
  5. feat(runtime) disabled some calls for 0.9.42 migration
    PraetorP 2023-06-05 #ca48a24
  6. chore(app-promo) added comment to `payout_stakers`
    PraetorP 2023-06-05 #e7cba9a
  7. fix remove pallet_balance from nonfungible pallet
    Grigoriy Simonov 2023-06-05 #5626c4e
  8. Update pallets/collator-selection/src/lib.rs
    Gregory Simonov 2023-06-05 #742f829
  9. Update pallets/collator-selection/src/lib.rs
    Gregory Simonov 2023-06-05 #5b834c4
  10. refactor(tests) remove Currency trait
    PraetorP 2023-06-02 #f836433
  11. tests: use forceSetBalance
    Max Andreev 2023-06-02 #c5df85b
  12. chore(app-rpomo) fix comments
    PraetorP 2023-06-02 #388c9c0
  13. fix try-runtime build
    Yaroslav Bolyukin 2023-06-01 #93a33d6
  14. build merge from develop
    Yaroslav Bolyukin 2023-06-01 #52f3d47
  15. test fix unit
    Yaroslav Bolyukin 2023-06-01 #ca8bb41
  16. Merge pull request #936 from UniqueNetwork/build/941056
    Yaroslav Bolyukin 2023-05-24 #ac58597
  17. build bump spec version
    Yaroslav Bolyukin 2023-06-01 #54a000e
  18. fix xcm ci for acala
    BuddyGlas 2023-05-20 #7bf7837
  19. Use XCM V2
    Max Andreev 2023-05-22 #748c609
  20. Added a comment for code. Change `force_unstake` ext behaviour.
    PraetorP 2023-05-31 #f2b6d90
  21. Merge pull request #932 from UniqueNetwork/fix/support_for_old_versions_in_collection_by_id_method
    Yaroslav Bolyukin 2023-05-10 #81aa5e2
  22. fix xcm ci for acala
    Konstantin Astakhov 2023-05-20 #59578cc
  23. Use XCM V2
    Max Andreev 2023-05-22 #18191fc
  24. test fix integration
    Yaroslav Bolyukin 2023-05-31 #313d931
  25. chainql in env file
    Yaroslav Bolyukin 2023-05-05 #9e02a64
  26. fix decoding of old collection versions in collection_ny_id method
    Grigoriy Simonov 2023-05-07 #6beef57
  27. fix cumulus version for opal
    Konstantin Astakhov 2023-05-21 #e12a9ef
  28. feat use state_version = 1
    Yaroslav Bolyukin 2023-05-31 #8545aff
  29. fix pallet-sponsoring switched to new macros
    Yaroslav Bolyukin 2023-05-03 #c29d4be
  30. CI. add Dockerfile-chainql.j2
    Konstantin Astakhov 2023-05-05 #75a9284
  31. fix xcm ci for acala
    Konstantin Astakhov 2023-05-20 #bd1417b
  32. test(app-promo) fixed `get_frozen()` behaviour
    PraetorP 2023-05-30 #fbb698d
  33. build upgrade pallet-sponsoring
    Yaroslav Bolyukin 2023-05-03 #c36f1aa
  34. build switch to v0.3.1 version of chainql
    Yaroslav Bolyukin 2023-05-04 #4e3f1bf
  35. build update .env + generateEnv script
    Fahrrader 2023-05-19 #a538f43
  36. feat(app-promo) runtime upgrade
    PraetorP 2023-05-30 #e992923
  37. allow conflicting type names
    Yaroslav Bolyukin 2023-04-20 #d8b2d6d
  38. chainql in env file
    Konstantin Astakhov 2023-05-03 #3b4aae8
  39. build up versions
    Fahrrader 2023-05-18 #fce92ce
  40. `on_initialize` now stops unstakes when the Maintainance mode is enabled.
    PraetorP 2023-05-30 #ad0de30
  41. delete variable POLKADOT_BUILD_BRANCH from .env in CI
    Yaroslav Bolyukin 2023-04-28 #b86b27d
  42. test run eslint --fix
    Yaroslav Bolyukin 2023-05-30 #da0f861
  43. Feature/ci make bench
    Yaroslav Bolyukin 2023-04-28 #9f5b0cc
  44. fix market-test
    Konstantin Astakhov 2023-04-26 #fedfe1a
  45. feat merge native erc20 adapter
    Yaroslav Bolyukin 2023-05-30 #833ab94
  46. Merge pull request #925 from UniqueNetwork/tests/fix-false-positive
    Yaroslav Bolyukin 2023-04-21 #4da53d3
  47. CI. add running in dev mode for bench host
    Konstantin Astakhov 2023-04-27 #3b8cf76
  48. delete variable POLKADOT_BUILD_BRANCH from .env in CI
    Konstantin Astakhov 2023-04-26 #911b140
  49. fix cargo fmt and warnings
    Grigoriy Simonov 2023-05-25 #103f351
  50. test remove explicitly set evm gasPrice
    Yaroslav Bolyukin 2023-05-30 #c43c309
  51. Merge pull request #923 from UniqueNetwork/fix/xcm-tests-wait-for-events
    Yaroslav Bolyukin 2023-04-21 #642e462
  52. Use uint32 max value for collection id
    Max Andreev 2023-04-21 #89fdc73
  53. CI. add running in dev mode for bench host
    Konstantin Astakhov 2023-04-27 #a3a8f3d
  54. Merge pull request #919 from UniqueNetwork/feature/crossBalanceOf
    Yaroslav Bolyukin 2023-04-19 #6e3cf5e
  55. Test 'should allow to stake() if balance is locked with different id' has been skipped because of app-promo no locks balances anymore
    PraetorP 2023-05-25 #7bc3b32
  56. test(appPromotion) read freezes instead of locks
    Yaroslav Bolyukin 2023-05-30 #026e1c3
  57. build run calibration
    Yaroslav Bolyukin 2023-04-20 #1368751
  58. refactor event helpers
    Daniel Shiposha 2023-04-21 #8a18c99
  59. Check errors explicitly
    Max Andreev 2023-04-21 #3aa00d4
  60. CI. add running in dev mode for bench host
    Konstantin Astakhov 2023-04-27 #897d532
  61. Merge pull request #916 from UniqueNetwork/test/xcm-tests-extension
    Yaroslav Bolyukin 2023-04-19 #c894432
  62. fix tests
    Trubnikov Sergey 2023-04-19 #a1d8979
  63. fix rust tests
    Grigoriy Simonov 2023-05-24 #5c283c1
  64. test remove .only
    Yaroslav Bolyukin 2023-05-30 #3a46a68
  65. build bump spec_version to 941055
    Yaroslav Bolyukin 2023-04-20 #16797a4
  66. Tests should try trasferFrom token owner
    Max Andreev 2023-04-21 #fd8f5c4
  67. add calibrate for make-bench
    Konstantin Astakhov 2023-01-30 #b30b01d
  68. Upgrade polkadot to v0.9.41
    Yaroslav Bolyukin 2023-04-17 #d3a8aa8
  69. fix xcm error event log
    Daniel Shiposha 2023-04-13 #778bcae
  70. fix tests
    Trubnikov Sergey 2023-04-18 #7445bbe
  71. The fn added to better handling of potential errors associated with `freeze` actions.
    
    Added `MaxHolds` to `pallet_balances::Config`
    PraetorP 2023-05-23 #e1a1068
  72. test add new eslint rules
    Yaroslav Bolyukin 2023-05-30 #38c8f71
  73. style(pallet-scheduler) ignore deprecation warnings
    Yaroslav Bolyukin 2023-04-20 #3d5bb6b
  74. fix CI make-bench
    Konstantin Astakhov 2023-01-30 #4a186f2
  75. Ci/fix workflows
    Yaroslav Bolyukin 2023-04-14 #ac9b5ee
  76. style fix formatting
    Yaroslav Bolyukin 2023-04-17 #374e375
  77. fix remove .only
    Daniel Shiposha 2023-04-13 #22a4d53
  78. fix tests
    Trubnikov Sergey 2023-04-18 #29762d9
  79. feat switch `inflation` from `Currency` trait to `fungible::*` traits fix: benchmarks
    Grigoriy Simonov 2023-05-23 #87f464d
  80. fix correctly forward balances-adapter std feature
    Yaroslav Bolyukin 2023-05-24 #93caa8f
  81. style(pallet-inflation) deprecation warnings
    Yaroslav Bolyukin 2023-04-20 #c318141
  82. fix CI make-bench
    Konstantin Astakhov 2023-01-29 #59a4ff9
  83. Test/additional xcm tests
    Yaroslav Bolyukin 2023-04-12 #e02f22f
  84. fix reusable workflows
    Konstantin Astakhov 2023-04-14 #e69c3de
  85. fix remove from_ref_time usages
    Yaroslav Bolyukin 2023-04-17 #b1f2216
  86. fix wait for proposal to pass
    Daniel Shiposha 2023-04-13 #603147b
  87. feat balanceOfCross for RFT token
    Trubnikov Sergey 2023-04-18 #9871bd2
  88. fix merge
    Grigoriy Simonov 2023-05-23 #d516d14
  89. fix add try-runtime feature for pallet-balances-adapter
    Yaroslav Bolyukin 2023-05-22 #03e40d8
  90. fix(pallet-identity) benchmarking
    Yaroslav Bolyukin 2023-04-20 #5275b14
  91. fix CI make-bench
    Konstantin Astakhov 2023-01-29 #f9402dd
  92. CI ref v3
    Yaroslav Bolyukin 2023-04-12 #5de8270
  93. fix yarn fix
    Daniel Shiposha 2023-04-12 #b836b20
  94. fix reusable workflows
    Konstantin Astakhov 2023-04-14 #eddd70a
  95. ci upgrade weight template
    Yaroslav Bolyukin 2023-04-17 #07a293d
  96. fix add/extend xcm tests for moonbeam, extend untrusted reserve location
    Daniel Shiposha 2023-04-13 #bcc1c22
  97. feat balanceOfCross for fingible
    Trubnikov Sergey 2023-04-18 #fc48e60
  98. Merge branch 'feature/switch-from-currecy-trait-to-fungible-v2' into feature/update-polkadot-v0.9.42
    Grigoriy Simonov 2023-05-23 #13a9726
  99. feat replace Currency with fungible traits
    Trubnikov Sergey 2023-05-24 #11719c8
  100. fix(pallet-collator-selection) benchmarking
    Yaroslav Bolyukin 2023-04-20 #30011e5