git.delta.rocks / unique-network / refs/commits / cb6e27c9e5e2

difftreelog
  1. feat add testUtils batchAll
    Daniel Shiposha 2022-10-28 #cb6e27c
  2. fix clippy warnings
    Daniel Shiposha 2022-10-26 #ea5b83e
  3. fix periodic tasks always find place
    Daniel Shiposha 2022-10-26 #25bffe7
  4. feat track free places inside the agenda
    Daniel Shiposha 2022-10-26 #ccd56ff
  5. fix rempve unsigned origins from scheduler v2
    Daniel Shiposha 2022-10-26 #1768418
  6. fix permanently overweight only if no runtime upgrade
    Daniel Shiposha 2022-10-25 #10f6fce
  7. fix cargo fmt
    Daniel Shiposha 2022-10-25 #879b310
  8. fix scheduler warnings
    Daniel Shiposha 2022-10-25 #3403c01
  9. fix remove reschedule event
    Daniel Shiposha 2022-10-25 #d6bec8b
  10. test unit tests for scheduler v2
    Daniel Shiposha 2022-10-25 #702e210
  11. feat add scheduler v2 mock
    Daniel Shiposha 2022-10-24 #c33c0e1
  12. fix scheduler v2 after rebase
    Daniel Shiposha 2022-10-24 #ac92a06
  13. fix priority benchmarks
    Daniel Shiposha 2022-10-21 #40ae5ae
  14. feat scheduler v2, priority change
    Daniel Shiposha 2022-10-21 #a8adb8d
  15. fix clear lookup when needed -- fix canceling
    Daniel Shiposha 2022-10-20 #130796d
  16. fix self-canceling test call
    Daniel Shiposha 2022-10-20 #0662daf
  17. fix make schedulerv2 take fees
    Daniel Shiposha 2022-10-20 #83f1741
  18. fix scheduler playgrounds
    Daniel Shiposha 2022-10-20 #c6878e8
  19. fix enable scheduler v2
    Daniel Shiposha 2022-10-20 #d1cb9dc
  20. fix Cargo.lock
    Daniel Shiposha 2022-10-20 #6930406
  21. feature: add benchmarks for scheduler v2
    Daniel Shiposha 2022-10-19 #18b6b27
  22. feat scheduler v2 draft
    Daniel Shiposha 2022-10-19 #67ae8db
  23. Feature/ci refactoring
    ut-akuznetsov 2022-11-08 #1139d7d
  24. fix evm-stubs:
    Yaroslav Bolyukin 2022-11-08 #e2ead47
  25. Run block-production test in sequential suite
    Max Andreev 2022-11-08 #4cd565a
  26. Merge pull request #705 from UniqueNetwork/feature/maintenance-mode
    Yaroslav Bolyukin 2022-11-08 #c0afeb6
  27. fix evm-stubs: Changed behavior for `solidity_interface` macro. Fixed use of enums events for features not related to stub generation
    PraetorP 2022-11-08 #c633ab6
  28. disable markets tests
    Konstantin Astakhov 2022-11-07 #0bb9a1a
  29. Tests up
    ut-akuznetsov 2022-11-07 #71a39d0
  30. fix maintenance tests
    Daniel Shiposha 2022-11-07 #6954756
  31. Merge branch 'develop' into feature/ci-refactoring
    Max Andreev 2022-11-07 #d48c5e7
  32. fix restore missing imports
    Yaroslav Bolyukin 2022-11-02 #1e082e3
  33. Merge branch 'develop' into tests/increase_timeout
    Max Andreev 2022-11-02 #da93be2
  34. fix allow maintenance calls during maintenance
    Daniel Shiposha 2022-11-07 #4a26571
  35. fix node-only-upgrade
    Konstantin Astakhov 2022-11-02 #8ad52a6
  36. add extended logs for parachain
    Yaroslav Bolyukin 2022-11-02 #571ad70
  37. Merge branch 'develop' into tests/increase_timeout
    Max Andreev 2022-11-02 #ec33a1f
  38. fix check maintenance in self-contained
    Daniel Shiposha 2022-11-07 #ff8cf82
  39. fix node-only-update
    Konstantin Astakhov 2022-11-02 #07c5c07
  40. Merge branch 'feature/refactor_AbiRead' into develop
    Yaroslav Bolyukin 2022-11-02 #4e9bf68
  41. add extended logs for parachain
    Konstantin Astakhov 2022-11-02 #5b95a03
  42. Merge branch 'develop' into tests/increase_timeout
    Max Andreev 2022-11-02 #7ab1f7d
  43. tests(interfaces): update for maintenance
    Fahrrader 2022-11-07 #d1c5686
  44. fix node.j2
    Konstantin Astakhov 2022-11-02 #ea1b054
  45. Fix compilation warnings
    Yaroslav Bolyukin 2022-11-01 #49715db
  46. refactor decouple make_signature from constant itself
    Yaroslav Bolyukin 2022-11-02 #fe70dfc
  47. fix accept number for waiters
    Max Andreev 2022-11-02 #dac1fff
  48. tests(maintenance)
    Fahrrader 2022-11-07 #7495d2a
  49. fix try-runtime
    Konstantin Astakhov 2022-11-02 #2536dc9
  50. Merge pull request #692 from UniqueNetwork/fix/try-runtime-31102022
    Yaroslav Bolyukin 2022-10-31 #5588adf
  51. chore fix warning ignore
    Grigoriy Simonov 2022-11-01 #033edc7
  52. build do not build stubgen by default
    Yaroslav Bolyukin 2022-11-02 #773312d
  53. Fix sheduler tests
    Max Andreev 2022-11-02 #2c9e7d1
  54. fix cargo fmt
    Daniel Shiposha 2022-11-07 #e9b69c5
  55. create execution-matrix job for try-runtime workflows
    Konstantin Astakhov 2022-11-02 #e857cec
  56. Increase initial timeout
    Max Andreev 2022-10-31 #a6efbf3
  57. fix pallet-test-utils try-runtime
    Daniel Shiposha 2022-10-31 #8820ba0
  58. chore fix code review requests
    Grigoriy Simonov 2022-11-01 #5f91475
  59. refactor rename var
    Trubnikov Sergey 2022-11-02 #912e503
  60. Remove 'only' for test
    Max Andreev 2022-11-01 #f1b86b6
  61. feat pallet maintenance
    Daniel Shiposha 2022-11-07 #9a601ff
  62. Merge branch 'develop' into feature/ci-refactoring
    Konstantin Astakhov 2022-11-01 #4ff3edf
  63. Remove console.log
    Max Andreev 2022-10-31 #17d51f3
  64. Merge pull request #690 from UniqueNetwork/fix/token-data-rpc-runtime-versioning
    Yaroslav Bolyukin 2022-10-28 #f1d8c96
  65. Removed `deprecated` attribute from `ItemData` to remove warnings from `cargo check`. `ItemData` is used only in `TokenData` storage and it is deprecated too. Also reason for deprecation is duplicated on `TokenData`.
    Grigoriy Simonov 2022-11-01 #3a5aaa8
  66. refactor unify function and type signature handling
    Yaroslav Bolyukin 2022-11-02 #5a3fe2c
  67. Split tests to sequential and parallel, remove Alice and friends
    Max Andreev 2022-11-01 #b6e3ded
  68. merge override docker-compose files
    Konstantin Astakhov 2022-11-01 #41613d6
  69. Wait new blocks with timeout
    Max Andreev 2022-10-31 #9be8cdd
  70. This reverts commit 21043d5fd462eadd94d5df5b3d9e8909672d68ac.
    Yaroslav Bolyukin 2022-10-28 #835d378
  71. fix runtime api versioning for TokenData
    Yaroslav Bolyukin 2022-10-28 #ba2c7d2
  72. fix warnings
    Grigoriy Simonov 2022-11-01 #6a6247b
  73. refactor CanBePlacedInVec
    Trubnikov Sergey 2022-11-02 #4c1a924
  74. Wait up to 30 minutes for the block by default
    Max Andreev 2022-10-31 #26798c3
  75. change TAG to BRANCH in workflows
    Konstantin Astakhov 2022-11-01 #8a0d4a7
  76. add waiting for first block before tests in node_only_update workflow
    Konstantin Astakhov 2022-10-31 #2a6c8a6
  77. Merge pull request #689 from UniqueNetwork/doc/kb-how-not-to-break-rpc
    Yaroslav Bolyukin 2022-10-28 #79b10cd
  78. refactor AbiRead
    Trubnikov Sergey 2022-11-02 #527498b
  79. fix pallet-test-utils try-runtime
    Daniel Shiposha 2022-10-31 #af3520d
  80. Wait node producing blocks before all tests
    Max Andreev 2022-10-31 #a29bcdd
  81. Add requireAwait rule to avoid flakiness in tests
    Yaroslav Bolyukin 2022-10-27 #ee2e273
  82. doc: how not to break rpc
    Daniel Shiposha 2022-10-27 #3ef3557
  83. bump versions
    Trubnikov Sergey 2022-11-02 #43fd1a2
  84. Increase initial timeout
    Max Andreev 2022-10-31 #da6f0cd
  85. Fix test
    Max Andreev 2022-10-28 #f15cd67
  86. build bump spec_version to v930032
    Yaroslav Bolyukin 2022-10-26 #1c71798
  87. Fix eslint
    Max Andreev 2022-10-27 #0a94ed0
  88. fix cross test
    Trubnikov Sergey 2022-11-02 #8716320
  89. Remove console.log
    Max Andreev 2022-10-31 #e598c02
  90. Add eslint-plugin-mocha
    Max Andreev 2022-10-27 #9fdc6b8
  91. Merge pull request #683 from UniqueNetwork/fix/collection-rpc-runtime-versioning
    Yaroslav Bolyukin 2022-10-26 #424362f
  92. Merge branch 'develop' into tests/require-await
    Max Andreev 2022-10-27 #9efdf39
  93. fix tests
    Trubnikov Sergey 2022-11-01 #085263e
  94. Wait new blocks with timeout
    Max Andreev 2022-10-31 #227007f
  95. Update migrations.md
    Farhad Hakimov 2022-10-28 #785c8f5
  96. test fix missing EthPropertyGroup
    Yaroslav Bolyukin 2022-10-26 #778aa39
  97. fix runtime api versioning for CollectionRpc
    Yaroslav Bolyukin 2022-10-26 #6fd4079
  98. Combine transactions and expects
    Max Andreev 2022-10-25 #9a3b012
  99. misc: update stubs
    Trubnikov Sergey 2022-11-01 #ff83dec
  100. add waiting for first block before tests in node_only_update workflow
    Konstantin Astakhov 2022-10-31 #18451f9