git.delta.rocks / unique-network / refs/commits / 357ac86e788e

difftreelog
  1. fix scheduler v2 after rebase
    Daniel Shiposha 2022-10-24 #357ac86
  2. fix priority benchmarks
    Daniel Shiposha 2022-10-21 #32ffc04
  3. feat scheduler v2, priority change
    Daniel Shiposha 2022-10-21 #feb58b8
  4. fix clear lookup when needed -- fix canceling
    Daniel Shiposha 2022-10-20 #f1b93a3
  5. fix self-canceling test call
    Daniel Shiposha 2022-10-20 #c4fa1ae
  6. fix make schedulerv2 take fees
    Daniel Shiposha 2022-10-20 #ea4aa98
  7. fix scheduler playgrounds
    Daniel Shiposha 2022-10-20 #94baf85
  8. fix enable scheduler v2
    Daniel Shiposha 2022-10-20 #1013238
  9. fix Cargo.lock
    Daniel Shiposha 2022-10-20 #d7617e1
  10. feature: add benchmarks for scheduler v2
    Daniel Shiposha 2022-10-19 #26807f2
  11. feat scheduler v2 draft
    Daniel Shiposha 2022-10-19 #21043d5
  12. fix pallet-presence
    Daniel Shiposha 2022-10-26 #5af10b8
  13. fix remove unsigned scheduled origins
    Daniel Shiposha 2022-10-26 #d7ce07c
  14. fix pallet-presence
    Daniel Shiposha 2022-10-26 #50ceaa7
  15. fix scheduling evm test
    Daniel Shiposha 2022-10-26 #3b05a74
  16. fix cargo fmt
    Daniel Shiposha 2022-10-26 #11416fe
  17. fix scheduler tests after rebase
    Daniel Shiposha 2022-10-24 #ea487b7
  18. fix scheduler rebase
    Daniel Shiposha 2022-10-24 #be30378
  19. fix remove deprecated-helpers after rebase
    Daniel Shiposha 2022-10-17 #c70bef7
  20. fix remove special case of test pallets
    Daniel Shiposha 2022-10-13 #cee07ac
  21. fix don't enable testutils if not exist
    Daniel Shiposha 2022-10-13 #be12ad2
  22. fix cargo fmt
    Daniel Shiposha 2022-10-12 #63d926e
  23. fix add testutils pallet to pallet presence
    Daniel Shiposha 2022-10-12 #80bc2f6
  24. fix handle bad origin in scheduler
    Daniel Shiposha 2022-10-12 #e9466c4
  25. fix endured_origin match
    Daniel Shiposha 2022-10-12 #9427569
  26. fix remove redundant var
    Daniel Shiposha 2022-10-12 #f3178c6
  27. fix remove garbage token
    Daniel Shiposha 2022-10-12 #d3f82d7
  28. fix remove task from lookup if no preimage postponement
    Daniel Shiposha 2022-10-12 #5202947
  29. fix style
    Daniel Shiposha 2022-10-12 #3ad3698
  30. fix enable test-pallet in tests
    Daniel Shiposha 2022-10-11 #304c954
  31. fix add test-pallet enable tx to Dev playgrounds
    Daniel Shiposha 2022-10-11 #85e3c44
  32. fix disable test-pallet by default
    Daniel Shiposha 2022-10-11 #5832391
  33. fix test-pallet included only in opal
    Daniel Shiposha 2022-10-11 #9f1da52
  34. fix remove unused import
    Daniel Shiposha 2022-10-11 #18c626a
  35. fix restore scheduling EVM test
    Daniel Shiposha 2022-10-11 #791752e
  36. fix restore scheduler test
    Daniel Shiposha 2022-10-11 #71ea0c3
  37. feat add testUtils to dev unique helper
    Daniel Shiposha 2022-10-11 #b0b7e38
  38. fix after rebase
    Daniel Shiposha 2022-10-11 #4ce643d
  39. fix use getApi()
    Daniel Shiposha 2022-10-06 #885653b
  40. fix test-pallets polkadot-v0.9.29
    Daniel Shiposha 2022-10-05 #10c6a16
  41. fix use playgrounds wait
    Daniel Shiposha 2022-09-26 #4b777f2
  42. fix remove cyclic imports
    Daniel Shiposha 2022-09-23 #dc42d67
  43. fix use getApi instead of direct check
    Daniel Shiposha 2022-09-23 #6678c1e
  44. fix remove unused import
    Daniel Shiposha 2022-09-23 #146f44d
  45. fix use playgrounds in eth scheduler test
    Daniel Shiposha 2022-09-23 #ed03202
  46. feat use mixins for sudo/scheduler helpers
    Daniel Shiposha 2022-09-23 #0320222
  47. fix BadOrigin regexp
    Daniel Shiposha 2022-09-20 #f13330a
  48. fix cargo fmt
    Daniel Shiposha 2022-09-20 #eee52ef
  49. fix(scheduler) minimize wait time in test, comment sponsorship, remove unused imports
    Daniel Shiposha 2022-09-20 #8ca43b5
  50. fix(scheduler) comment sponsorship tests, remove .only
    Daniel Shiposha 2022-09-20 #51ae34f
  51. fix pallet-test-utils dep
    Daniel Shiposha 2022-09-20 #56b5d1b
  52. test(scheduler) root origin tests
    Daniel Shiposha 2022-09-16 #8639714
  53. feat add sudo/scheduler support to playgrounds, several minor additions
    Daniel Shiposha 2022-09-16 #fcb2b32
  54. fix scheduler config/dispatch_call
    Daniel Shiposha 2022-09-16 #b36ccba
  55. chore add draft scheduler weights
    Daniel Shiposha 2022-09-16 #291b131
  56. fix only root can set/change scheduled ops priorities
    Daniel Shiposha 2022-09-16 #e819879
  57. fix scheduler benchmarks
    Daniel Shiposha 2022-09-16 #1f1553a
  58. fix return total_weight in scheduler
    Daniel Shiposha 2022-09-14 #65ae3f8
  59. fix remove mintDefaultCollection
    Daniel Shiposha 2022-09-14 #2fb1f77
  60. feat make scheduler tests to use playgrounds
    Daniel Shiposha 2022-09-13 #bd337d6
  61. feat add scheduler tx to helpers
    Daniel Shiposha 2022-09-13 #3329598
  62. feat add .on.y .skip to ifWithPallet
    Daniel Shiposha 2022-09-13 #3808c3f
  63. fix cargo fmt
    Daniel Shiposha 2022-09-12 #7242685
  64. test canceling of scheduled operations
    Daniel Shiposha 2022-09-12 #9496746
  65. ffeat: add new fns to test-utils pallet
    Daniel Shiposha 2022-09-12 #fd7a252
  66. fix canceling of scheduling operations
    Daniel Shiposha 2022-09-12 #6f1c728
  67. fix evm scheduling test
    Daniel Shiposha 2022-09-12 #76160bd
  68. fix evm scheduling test
    Daniel Shiposha 2022-09-12 #c83279b
  69. fix cargo fmt
    Daniel Shiposha 2022-09-12 #6bb2316
  70. fix get expected scheduled tx fee
    Daniel Shiposha 2022-09-11 #371ee22
  71. fix scheduler takes into account call len
    Daniel Shiposha 2022-09-11 #aa8456e
  72. draft: scheduler tx fees test
    Daniel Shiposha 2022-09-07 #0cb5e99
  73. test scheduled tx should take a fee
    Daniel Shiposha 2022-08-18 #d979915
  74. test scheduler should be transactional
    Daniel Shiposha 2022-08-18 #07b1ed5
  75. fix cargo fmt
    Daniel Shiposha 2022-08-18 #7f83e96
  76. feat add test pallets mechanism
    Daniel Shiposha 2022-08-18 #534b0fa
  77. fix(test) wait for valid error
    Daniel Shiposha 2022-08-17 #56c909e
  78. fix(test) Can't cancel a non-owned scheduled operation
    Daniel Shiposha 2022-08-17 #c96a700
  79. fix(scheduler) privilege cmp config
    Daniel Shiposha 2022-08-17 #f808c00
  80. fix(scheduler) remove unneeded type
    Daniel Shiposha 2022-08-17 #0856363
  81. fix(test) use getFreeBalance instead of long line
    Daniel Shiposha 2022-08-17 #1f0d81d
  82. refactor make scheduler test more explicit
    Daniel Shiposha 2022-08-17 #d0295dc
  83. test(scheduler) enable and add more coverage, leave sponsorship disabled
    Farhad Hakimov 2022-07-20 #e5b072a
  84. Fix/ci release v930031
    Yaroslav Bolyukin 2022-10-24 #4025130
  85. Tests (Eth-RFT): Fix double contract event checking
    Yaroslav Bolyukin 2022-10-24 #86869e3
  86. Merge remote-tracking branch 'origin/fix/try-runtime-name-check-panic' into fix/ci-release-v930031
    Konstantin Astakhov 2022-10-24 #79511a9
  87. Fix/benchmakrs n try runtime
    Yaroslav Bolyukin 2022-10-21 #a848b6b
  88. tests(eth-rft): fix double contract event checking
    Fahrrader 2022-10-24 #d88860d
  89. fix copy from build tag for polkadot
    Konstantin Astakhov 2022-10-24 #5487ee7
  90. fix try-runtime workflow
    Daniel Shiposha 2022-10-23 #1856e28
  91. Rapid parallel start v2
    Yaroslav Bolyukin 2022-10-21 #f2a945f
  92. fix frontier Cargo.lock
    Daniel Shiposha 2022-10-21 #e059b84
  93. fix ci
    Konstantin Astakhov 2022-10-24 #4778ac7
  94. deleted builds for polkadot & chainql instead copy from ready image
    Konstantin Astakhov 2022-10-21 #23f963d
  95. rename node-only-update_v3 to integration-tests
    Konstantin Astakhov 2022-10-21 #6a048d7
  96. fix benchmarks
    Daniel Shiposha 2022-10-21 #460eccc
  97. ci upgrade chainql
    Yaroslav Bolyukin 2022-10-20 #7025e37
  98. Rapid parallel start v2 docs
    Alex 2022-10-21 #e27974f
  99. build enable cargo workspace-inheritance
    Yaroslav Bolyukin 2022-10-20 #a9a8d71
  100. change jobs name for forkless
    Konstantin Astakhov 2022-10-20 #44caa59