git.delta.rocks / unique-network / refs/commits / 16797a42b44f

difftreelog
  1. build bump spec_version to 941055
    Yaroslav Bolyukin 2023-04-20 #16797a4
  2. style(pallet-scheduler) ignore deprecation warnings
    Yaroslav Bolyukin 2023-04-20 #3d5bb6b
  3. style(pallet-inflation) deprecation warnings
    Yaroslav Bolyukin 2023-04-20 #c318141
  4. fix(pallet-identity) benchmarking
    Yaroslav Bolyukin 2023-04-20 #5275b14
  5. fix(pallet-collator-selection) benchmarking
    Yaroslav Bolyukin 2023-04-20 #30011e5
  6. fixup identity
    Igor Kozyrev 2023-04-20 #8613e5e
  7. bench collator selection
    Igor Kozyrev 2023-04-20 #bdedd28
  8. build run benchmarks
    Igor Kozyrev 2023-04-20 #e3dc249
  9. Merge pull request #920 from UniqueNetwork/fix/on-runtime-upgrade
    Yaroslav Bolyukin 2023-04-20 #4efe3bf
  10. feat(weight): added benchs for decompose weight
    Yaroslav Bolyukin 2023-04-19 #2eecdab
  11. feat(pallet nft) added GenesisConfig
    PraetorP 2023-04-20 #81e4404
  12. Merge pull request #919 from UniqueNetwork/feature/crossBalanceOf
    Yaroslav Bolyukin 2023-04-19 #6e3cf5e
  13. chore typos & fmt
    PraetorP 2023-04-19 #ff11326
  14. feat(pallet common) added GenesisConfig
    PraetorP 2023-04-19 #fb505f1
  15. Merge pull request #916 from UniqueNetwork/test/xcm-tests-extension
    Yaroslav Bolyukin 2023-04-19 #c894432
  16. fix tests
    Trubnikov Sergey 2023-04-19 #a1d8979
  17. fix(weght) recover deleted lines while rebasing
    PraetorP 2023-03-31 #c20e11e
  18. - AppPromo
    - Common
    - NonFungible
    PraetorP 2023-04-19 #2c040b3
  19. Upgrade polkadot to v0.9.41
    Yaroslav Bolyukin 2023-04-17 #d3a8aa8
  20. fix xcm error event log
    Daniel Shiposha 2023-04-13 #778bcae
  21. fix tests
    Trubnikov Sergey 2023-04-18 #7445bbe
  22. chore(weight) rebench after rebase
    PraetorP 2023-03-31 #e46e0e3
  23. Ci/fix workflows
    Yaroslav Bolyukin 2023-04-14 #ac9b5ee
  24. style fix formatting
    Yaroslav Bolyukin 2023-04-17 #374e375
  25. fix remove .only
    Daniel Shiposha 2023-04-13 #22a4d53
  26. fix tests
    Trubnikov Sergey 2023-04-18 #29762d9
  27. refactor(weight) bench rename `transfer` to `transfer_raw`
    PraetorP 2023-03-31 #008833a
  28. Test/additional xcm tests
    Yaroslav Bolyukin 2023-04-12 #e02f22f
  29. fix reusable workflows
    Konstantin Astakhov 2023-04-14 #e69c3de
  30. fix remove from_ref_time usages
    Yaroslav Bolyukin 2023-04-17 #b1f2216
  31. fix wait for proposal to pass
    Daniel Shiposha 2023-04-13 #603147b
  32. feat balanceOfCross for RFT token
    Trubnikov Sergey 2023-04-18 #9871bd2
  33. fix weight calculation for `transfer_from` (FT)
    PraetorP 2023-03-30 #c35b923
  34. CI ref v3
    Yaroslav Bolyukin 2023-04-12 #5de8270
  35. fix yarn fix
    Daniel Shiposha 2023-04-12 #b836b20
  36. fix reusable workflows
    Konstantin Astakhov 2023-04-14 #eddd70a
  37. ci upgrade weight template
    Yaroslav Bolyukin 2023-04-17 #07a293d
  38. fix add/extend xcm tests for moonbeam, extend untrusted reserve location
    Daniel Shiposha 2023-04-13 #bcc1c22
  39. feat balanceOfCross for fingible
    Trubnikov Sergey 2023-04-18 #fc48e60
  40. feat(weight) Changed weight calculation system for transfer & transfer_from (FT)
    PraetorP 2023-03-30 #908b58f
  41. Make previousCalculatedRecord eq None before tests
    Max Andreev 2023-04-11 #4acc79c
  42. update version for actions
    Konstantin Astakhov 2023-04-11 #0ca6b86
  43. fix remove string type variant from balances
    Daniel Shiposha 2023-04-12 #e4e4e53
  44. fix run app-promotion benchmarks by default
    Yaroslav Bolyukin 2023-04-17 #f1240ae
  45. Change prefixed names to postfixed
    Trubnikov Sergey 2023-04-17 #ab8fc13
  46. fix bench for common pallet
    PraetorP 2023-03-30 #918595f
  47. to make sure: there are no any active stakes before each test
    Max Andreev 2023-04-11 #69f287a
  48. fix xcm tests
    Konstantin Astakhov 2023-04-11 #716a919
  49. fix yarn fix
    Daniel Shiposha 2023-04-12 #2d2f157
  50. refactor(pallet-unique) switch to #[pallet] macro
    Yaroslav Bolyukin 2023-04-17 #d94f2df
  51. feat add crossBalanceOf
    Trubnikov Sergey 2023-04-17 #b77279f
  52. refactor impl of `transfer` `transfer_from` functions, bencmarks for `Common` & `NFT` pallets
    PraetorP 2023-03-29 #f4c0a88
  53. build regenerate lockfile
    Yaroslav Bolyukin 2023-04-10 #ba41614
  54. set ubuntu 22.04
    Konstantin Astakhov 2023-04-11 #ea504ce
  55. test untrusted reserve locations
    Daniel Shiposha 2023-04-12 #1b19b1f
  56. style fix formatting
    Yaroslav Bolyukin 2023-04-14 #2993020
  57. feat(weight) added benchs for decompose weight Changed weight calculation system for `transfer` & `transfer_from` (NFT)
    PraetorP 2023-03-28 #b4ec6cd
  58. add test `Gas price boundaries`
    Trubnikov Sergey 2023-03-22 #2c327ed
  59. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-25 #71169bd
  60. test other chains can spend only up to balance
    Daniel Shiposha 2023-04-12 #abe0498
  61. test fix unit test build
    Yaroslav Bolyukin 2023-04-14 #e96f2a6
  62. fix yarn fix
    Daniel Shiposha 2023-04-10 #f51771c
  63. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-25 #1128fb0
  64. fix qtz/unq reject foreign unregistered tokens
    Daniel Shiposha 2023-04-11 #c319502
  65. build upgrade polkadot to v0.9.41
    Yaroslav Bolyukin 2023-04-14 #a91b733
  66. fix quartz xcm tests for kusama 0.9.38
    Daniel Shiposha 2023-04-10 #598440f
  67. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-25 #19c2b94
  68. Fix versioning of RpcCollection
    Yaroslav Bolyukin 2023-04-09 #ceae5ed
  69. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-25 #b609490
  70. Use any for Codec
    Max Andreev 2023-04-05 #f7fea33
  71. replace `Vec` with `RawEncoded`
    Grigoriy Simonov 2023-04-07 #13f1ef4
  72. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #0d7ef96
  73. Use westend
    Max Andreev 2023-04-05 #7d56b84
  74. fix `rpc_collection_supports_decoding_old_versions` test
    Grigoriy Simonov 2023-04-07 #38560bb
  75. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #49905d2
  76. Increase timeout for collator-selection tests
    Max Andreev 2023-04-04 #8e95ba7
  77. fix versioning of the RpcCollection
    Grigoriy Simonov 2023-04-07 #7b3fd60
  78. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #8c31dcf
  79. Return tests back
    Max Andreev 2023-04-04 #af062f9
  80. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #612eec9
  81. Fix error
    Max Andreev 2023-04-04 #df9b2f8
  82. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #6ad9467
  83. build bump spec_version to 939054
    Yaroslav Bolyukin 2023-04-06 #67daa6f
  84. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #ac6b15a
  85. ci support astar/shiden in .env regenerator
    Yaroslav Bolyukin 2023-04-06 #ee2218e
  86. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #869cab0
  87. ci update .env
    Yaroslav Bolyukin 2023-04-06 #63434ce
  88. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #317d9ac
  89. test fix out of gas
    Yaroslav Bolyukin 2023-03-31 #918a89d
  90. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #7e798e9
  91. build regenerate maintenance.execute_preimage weight
    Yaroslav Bolyukin 2023-03-31 #921f6a5
  92. fix forkless build and tests workflow steps
    Konstantin Astakhov 2023-01-24 #e3879d3
  93. fix astar version for opal
    Konstantin Astakhov 2023-03-31 #4d9e5e5
  94. separate forkless build and tests
    Konstantin Astakhov 2023-01-24 #d6423e6
  95. Fix local XCM config
    Max Andreev 2023-03-31 #f2e6398
  96. ref v2
    Konstantin Astakhov 2023-01-20 #724fceb
  97. fix use measured mode for maintenance execute_preimage
    Yaroslav Bolyukin 2023-03-31 #99048b7
  98. test collator selection esm
    Yaroslav Bolyukin 2023-03-30 #a663cc9
  99. build run benchmarks
    Yaroslav Bolyukin 2023-03-30 #f199585
  100. Configure astar barrier
    Yaroslav Bolyukin 2023-03-30 #8f51394