git.delta.rocks / unique-network / refs/commits / 9a601ff5844d

difftreelog
  1. feat pallet maintenance
    Daniel Shiposha 2022-11-07 #9a601ff
  2. Tests up
    ut-akuznetsov 2022-11-07 #71a39d0
  3. fix restore missing imports
    Yaroslav Bolyukin 2022-11-02 #1e082e3
  4. Merge branch 'develop' into tests/increase_timeout
    Max Andreev 2022-11-02 #da93be2
  5. add extended logs for parachain
    Yaroslav Bolyukin 2022-11-02 #571ad70
  6. Merge branch 'develop' into tests/increase_timeout
    Max Andreev 2022-11-02 #ec33a1f
  7. Merge branch 'feature/refactor_AbiRead' into develop
    Yaroslav Bolyukin 2022-11-02 #4e9bf68
  8. add extended logs for parachain
    Konstantin Astakhov 2022-11-02 #5b95a03
  9. Merge branch 'develop' into tests/increase_timeout
    Max Andreev 2022-11-02 #7ab1f7d
  10. Fix compilation warnings
    Yaroslav Bolyukin 2022-11-01 #49715db
  11. refactor decouple make_signature from constant itself
    Yaroslav Bolyukin 2022-11-02 #fe70dfc
  12. fix accept number for waiters
    Max Andreev 2022-11-02 #dac1fff
  13. Merge pull request #692 from UniqueNetwork/fix/try-runtime-31102022
    Yaroslav Bolyukin 2022-10-31 #5588adf
  14. chore fix warning ignore
    Grigoriy Simonov 2022-11-01 #033edc7
  15. build do not build stubgen by default
    Yaroslav Bolyukin 2022-11-02 #773312d
  16. Fix sheduler tests
    Max Andreev 2022-11-02 #2c9e7d1
  17. Increase initial timeout
    Max Andreev 2022-10-31 #a6efbf3
  18. fix pallet-test-utils try-runtime
    Daniel Shiposha 2022-10-31 #8820ba0
  19. chore fix code review requests
    Grigoriy Simonov 2022-11-01 #5f91475
  20. refactor rename var
    Trubnikov Sergey 2022-11-02 #912e503
  21. Remove 'only' for test
    Max Andreev 2022-11-01 #f1b86b6
  22. Remove console.log
    Max Andreev 2022-10-31 #17d51f3
  23. Merge pull request #690 from UniqueNetwork/fix/token-data-rpc-runtime-versioning
    Yaroslav Bolyukin 2022-10-28 #f1d8c96
  24. 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
  25. refactor unify function and type signature handling
    Yaroslav Bolyukin 2022-11-02 #5a3fe2c
  26. Split tests to sequential and parallel, remove Alice and friends
    Max Andreev 2022-11-01 #b6e3ded
  27. Wait new blocks with timeout
    Max Andreev 2022-10-31 #9be8cdd
  28. This reverts commit 21043d5fd462eadd94d5df5b3d9e8909672d68ac.
    Yaroslav Bolyukin 2022-10-28 #835d378
  29. fix runtime api versioning for TokenData
    Yaroslav Bolyukin 2022-10-28 #ba2c7d2
  30. fix warnings
    Grigoriy Simonov 2022-11-01 #6a6247b
  31. refactor CanBePlacedInVec
    Trubnikov Sergey 2022-11-02 #4c1a924
  32. Wait up to 30 minutes for the block by default
    Max Andreev 2022-10-31 #26798c3
  33. add waiting for first block before tests in node_only_update workflow
    Konstantin Astakhov 2022-10-31 #2a6c8a6
  34. Merge pull request #689 from UniqueNetwork/doc/kb-how-not-to-break-rpc
    Yaroslav Bolyukin 2022-10-28 #79b10cd
  35. refactor AbiRead
    Trubnikov Sergey 2022-11-02 #527498b
  36. Wait node producing blocks before all tests
    Max Andreev 2022-10-31 #a29bcdd
  37. Add requireAwait rule to avoid flakiness in tests
    Yaroslav Bolyukin 2022-10-27 #ee2e273
  38. doc: how not to break rpc
    Daniel Shiposha 2022-10-27 #3ef3557
  39. bump versions
    Trubnikov Sergey 2022-11-02 #43fd1a2
  40. Fix test
    Max Andreev 2022-10-28 #f15cd67
  41. build bump spec_version to v930032
    Yaroslav Bolyukin 2022-10-26 #1c71798
  42. Fix eslint
    Max Andreev 2022-10-27 #0a94ed0
  43. fix cross test
    Trubnikov Sergey 2022-11-02 #8716320
  44. Add eslint-plugin-mocha
    Max Andreev 2022-10-27 #9fdc6b8
  45. Merge pull request #683 from UniqueNetwork/fix/collection-rpc-runtime-versioning
    Yaroslav Bolyukin 2022-10-26 #424362f
  46. Merge branch 'develop' into tests/require-await
    Max Andreev 2022-10-27 #9efdf39
  47. fix tests
    Trubnikov Sergey 2022-11-01 #085263e
  48. Update migrations.md
    Farhad Hakimov 2022-10-28 #785c8f5
  49. test fix missing EthPropertyGroup
    Yaroslav Bolyukin 2022-10-26 #778aa39
  50. fix runtime api versioning for CollectionRpc
    Yaroslav Bolyukin 2022-10-26 #6fd4079
  51. Combine transactions and expects
    Max Andreev 2022-10-25 #9a3b012
  52. misc: update stubs
    Trubnikov Sergey 2022-11-01 #ff83dec
  53. chore (migrations doc): clarity and readability
    Fahrrader 2022-10-27 #b35df2a
  54. Merge commit '59ab4895e8a37bd7e512268742086167348ba9cd' into develop
    Yaroslav Bolyukin 2022-10-26 #31d7a7b
  55. Remove asyncs without awaits
    Max Andreev 2022-10-25 #c521d2f
  56. refactor remove AbiType
    Trubnikov Sergey 2022-11-01 #731fc56
  57. chore fix versions in migrations.md
    Fahrrader 2022-10-27 #5a0d271
  58. Eth temp develop
    Yaroslav Bolyukin 2022-10-26 #88bdff8
  59. fix rempve unsigned origins from scheduler v2
    Daniel Shiposha 2022-10-26 #59ab489
  60. Add requireAwait rule to avoid flakiness in tests
    Max Andreev 2022-10-25 #408e6a1
  61. fix remove warning
    Trubnikov Sergey 2022-10-31 #2ef175a
  62. chore add log of recent changes to migrations
    Fahrrader 2022-10-27 #40a40d6
  63. chore upgrade spec_version
    Yaroslav Bolyukin 2022-10-24 #bb1e6df
  64. chore fix weight for `set_properties`
    Grigoriy Simonov 2022-10-26 #157c26f
  65. fix permanently overweight only if no runtime upgrade
    Daniel Shiposha 2022-10-25 #87b85f0
  66. misk: Remove some warnings. Add over_max_size test
    Trubnikov Sergey 2022-10-28 #90b12da
  67. Fix/ci release v930031
    Yaroslav Bolyukin 2022-10-24 #4025130
  68. chore update stubs
    Grigoriy Simonov 2022-10-26 #011ab46
  69. fix cargo fmt
    Daniel Shiposha 2022-10-25 #9058728
  70. fix after rebase
    Trubnikov Sergey 2022-10-28 #0257bf0
  71. Tests (Eth-RFT): Fix double contract event checking
    Yaroslav Bolyukin 2022-10-24 #86869e3
  72. Merge remote-tracking branch 'origin/fix/try-runtime-name-check-panic' into fix/ci-release-v930031
    Konstantin Astakhov 2022-10-24 #79511a9
  73. chore return `DefaultRuntimeExecutor` to fix benchmarks
    Grigoriy Simonov 2022-10-26 #c388a1a
  74. fix scheduler warnings
    Daniel Shiposha 2022-10-25 #829f2bc
  75. misk: Documentation, test fixes, refactor
    Trubnikov Sergey 2022-10-27 #cdd6fac
  76. Fix/benchmakrs n try runtime
    Yaroslav Bolyukin 2022-10-21 #a848b6b
  77. tests(eth-rft): fix double contract event checking
    Fahrrader 2022-10-24 #d88860d
  78. fix copy from build tag for polkadot
    Konstantin Astakhov 2022-10-24 #5487ee7
  79. fix try-runtime workflow
    Daniel Shiposha 2022-10-23 #1856e28
  80. chore fix test formating
    Grigoriy Simonov 2022-10-25 #3a3ad6b
  81. fix remove reschedule event
    Daniel Shiposha 2022-10-25 #53db16c
  82. misk: update stubs
    Trubnikov Sergey 2022-10-25 #6afd9fe
  83. Rapid parallel start v2
    Yaroslav Bolyukin 2022-10-21 #f2a945f
  84. fix frontier Cargo.lock
    Daniel Shiposha 2022-10-21 #e059b84
  85. fix ci
    Konstantin Astakhov 2022-10-24 #4778ac7
  86. chore add `await` for `usingEthPlaygrounds`
    Grigoriy Simonov 2022-10-25 #b3ce401
  87. test unit tests for scheduler v2
    Daniel Shiposha 2022-10-25 #8d5c408
  88. feat Using EthCrossAccount in appropriate functions
    Trubnikov Sergey 2022-10-25 #846b910
  89. deleted builds for polkadot & chainql instead copy from ready image
    Konstantin Astakhov 2022-10-21 #23f963d
  90. rename node-only-update_v3 to integration-tests
    Konstantin Astakhov 2022-10-21 #6a048d7
  91. fix benchmarks
    Daniel Shiposha 2022-10-21 #460eccc
  92. chore skip test if refungible pallet is not supported
    Grigoriy Simonov 2022-10-25 #4c88a15
  93. feat add scheduler v2 mock
    Daniel Shiposha 2022-10-24 #4d33e6b
  94. refactor
    Trubnikov Sergey 2022-10-25 #1fe3f60
  95. ci upgrade chainql
    Yaroslav Bolyukin 2022-10-20 #7025e37
  96. Rapid parallel start v2 docs
    Alex 2022-10-21 #e27974f
  97. chore fix cargo fmt
    Grigoriy Simonov 2022-10-25 #bd8bc1b
  98. fix scheduler v2 after rebase
    Daniel Shiposha 2022-10-24 #357ac86
  99. fix add vec support in solidity_interface
    Trubnikov Sergey 2022-10-25 #1602901
  100. build enable cargo workspace-inheritance
    Yaroslav Bolyukin 2022-10-20 #a9a8d71