git.delta.rocks / unique-network / refs/commits / 0daf5cb79b55

difftreelog
  1. CORE-283 add effective_collection_limits
    kozyrevdev 2022-04-06 #0daf5cb
  2. Feature/core 324
    kozyrevdev 2022-04-06 #8af8df0
  3. Merge branch 'develop' into feature/CORE-238
    kozyrevdev 2022-04-06 #0a9460c
  4. Tests fixed for dev mode
    kozyrevdev 2022-04-06 #6575c43
  5. build update frontier
    Yaroslav Bolyukin 2022-04-01 #5ee5939
  6. CORE-238 Add change limits test
    Trubnikov Sergey 2022-04-06 #0bee999
  7. Feature/autoseal every n secs
    kozyrevdev 2022-04-01 #219f5f0
  8. tests(dev-mode): all fixed up
    Fahrrader 2022-04-06 #fe5dd90
  9. Merge branch 'develop' into feature/CORE-324
    Yaroslav Bolyukin 2022-04-01 #890b4af
  10. CORE-238 Refactor test
    Trubnikov Sergey 2022-04-06 #866bd05
  11. Test ERC721Mintable sponsoring
    kozyrevdev 2022-04-01 #62bde24
  12. Merge branch 'develop' into feature/autoseal-every-n-secs
    Igor Kozyrev 2022-04-01 #7e36fe0
  13. CORE-324 Fix PR
    Trubnikov Sergey 2022-03-31 #4b84a72
  14. up version
    kozyrevdev 2022-03-31 #a961c1a
  15. CORE-238 Fix PR
    Trubnikov Sergey 2022-04-06 #663e0bb
  16. test erc721mintable sponsoring
    Yaroslav Bolyukin 2022-04-01 #2659cac
  17. Use tokio instead of future-timer
    Daniel Shiposha 2022-03-31 #1ce1209
  18. CORE-324 cargo fmt
    Trubnikov Sergey 2022-03-29 #1fc8950
  19. Release v918001
    kozyrevdev 2022-03-31 #20779ae
  20. up version
    Igor Kozyrev 2022-03-31 #bbc0e86
  21. CORE-238 fix pr
    Trubnikov Sergey 2022-04-05 #8de7cb2
  22. cargo fmt
    Daniel Shiposha 2022-03-31 #2d2fd30
  23. CORE-324 Use CrossAccountId in Runner::call
    Trubnikov Sergey 2022-03-29 #66503d9
  24. Handle sponsoring for ERC721Mintable
    kozyrevdev 2022-03-31 #46aada2
  25. fix CrossAccountId sponsoring
    Yaroslav Bolyukin 2022-03-30 #5812736
  26. CORE-238 cargo fmt
    Trubnikov Sergey 2022-03-25 #af948bc
  27. Fix comment
    Daniel Shiposha 2022-03-31 #d70d3e3
  28. Fix SponsorshipHandler
    Trubnikov Sergey 2022-03-18 #b52611d
  29. Exclude unique and quartz runtimes from the workspace
    kozyrevdev 2022-03-31 #4d3db42
  30. fix handle sponsoring for ERC721Mintable
    Yaroslav Bolyukin 2022-03-30 #dd5e734
  31. cargo fmt
    Igor Kozyrev 2022-03-31 #3f83595
  32. CORE-238 add effective_collection_limits
    Trubnikov Sergey 2022-03-24 #68b26b9
  33. Autoseal after idle n seconds
    Daniel Shiposha 2022-03-31 #ae3d822
  34. CORE-300 Adapt to CrossAccountId
    Trubnikov Sergey 2022-03-15 #bc99cf4
  35. This reverts commit 455615dd1d521d9b9c0d9dd5323c317bf85febf5.
    Daniel Shiposha 2022-03-30 #c801a90
  36. Exclude unique and quartz runtimes from the workspace
    Daniel Shiposha 2022-03-30 #c12df15
  37. improve chain identification
    Igor Kozyrev 2022-03-31 #eba714b
  38. divide runtimes into Opal, Quartz and Unique
    kozyrevdev 2022-03-22 #c8aac15
  39. CORE-300 Move CrossAccountId to frontier
    Trubnikov Sergey 2022-03-14 #20be67e
  40. Exclude unique and quartz runtimes from the workspace
    Daniel Shiposha 2022-03-30 #455615d
  41. Move to newer ubuntu
    Alexei 2022-03-30 #76f7730
  42. Release/opal v917000
    kozyrevdev 2022-03-10 #d6336d8
  43. Remove unused
    Daniel Shiposha 2022-03-15 #9c44795
  44. Support sponsoring from frontier
    Trubnikov Sergey 2022-03-10 #cb7dd0f
  45. Use default runtime in the local testnet
    kozyrevdev 2022-03-30 #268adbe
  46. CORE-215
    kozyrevdev 2022-03-01 #e93af88
  47. This reverts commit fa3370cc609c7fa963dbd3387a5510bd9407d465.
    Igor Kozyrev 2022-03-10 #8c2fc09
  48. Fix code style
    Daniel Shiposha 2022-03-15 #bc39212
  49. CORE-300 change frontier branch
    Trubnikov Sergey 2022-03-31 #c06ce54
  50. Release v918000
    kozyrevdev 2022-03-29 #cc7c742
  51. cargo fmt
    Daniel Shiposha 2022-03-30 #f048cf9
  52. change use of function 'create_collection' => 'create_collection_ex'
    kozyrevdev 2022-03-01 #abf0ede
  53. fix tests
    Igor Kozyrev 2022-03-01 #980a35f
  54. Default value for OwnerCanTransfer set to false
    str-mv 2022-03-04 #fa3370c
  55. Fix autoseal, remove obsolete testnet specs
    Daniel Shiposha 2022-03-15 #9029637
  56. CORE-300 Fix PR
    Trubnikov Sergey 2022-03-30 #0193ff7
  57. Fix node to work without default runtime features
    kozyrevdev 2022-03-29 #80d5011
  58. cargo fmt
    Igor Kozyrev 2022-03-29 #c21a15c
  59. Use default runtime in the local testnet
    Daniel Shiposha 2022-03-30 #f51dbeb
  60. CORE-296 Add error "NotSufficientFounds" and test it.
    kozyrevdev 2022-03-01 #cbc95b8
  61. Merge branch 'develop' into feature/CORE-301
    Igor Kozyrev 2022-03-01 #ad669e8
  62. Merge branch 'develop' into feature/CORE-215
    Igor Kozyrev 2022-03-01 #72387e3
  63. license
    Igor Kozyrev 2022-03-09 #6b1bba1
  64. Fix code style
    Daniel Shiposha 2022-03-15 #8297cdd
  65. CORE-300 Fix PR
    Trubnikov Sergey 2022-03-24 #f61644c
  66. Vulnerable dependencies in tests resolved
    kozyrevdev 2022-03-29 #fcbdc31
  67. Fix node to work without default features
    Daniel Shiposha 2022-03-29 #0d6af03
  68. cargo update
    Igor Kozyrev 2022-03-29 #9c20d62
  69. Add createMultipleItemsEx call
    kozyrevdev 2022-03-01 #64ceec5
  70. rename const
    Igor Kozyrev 2022-03-01 #f313147
  71. Refactor tests: change function 'create_collection' => 'create_collection_ex'
    Trubnikov Sergey 2022-02-21 #201fa4d
  72. CORE-215 Add test Transfers to self. In case of inside substrate-evm Transfers to self. In case of inside substrate-evm when not enought "Fungibles"
    Trubnikov Sergey 2022-02-22 #cd88de9
  73. up version
    Igor Kozyrev 2022-03-04 #482a5bd
  74. Implement autoseal in dev mode
    Daniel Shiposha 2022-03-15 #8cc39ba
  75. cargo fmt
    Trubnikov Sergey 2022-03-22 #77bb9d1
  76. CORE-215 Fix helpers: check same sender and recepient
    kozyrevdev 2022-03-29 #3eee5dc
  77. Merge branch 'develop' into fix/tests-bad-dependencies
    Igor Kozyrev 2022-03-29 #e6a5687
  78. default decimals 18
    Igor Kozyrev 2022-03-29 #9b8772e
  79. Upgrade to polkadot v0.9.17
    kozyrevdev 2022-02-28 #c9e84df
  80. test add test for createMultipleItemsEx
    Yaroslav Bolyukin 2022-02-28 #9d95058
  81. Merge branch 'develop' into feature/CORE-296
    Igor Kozyrev 2022-03-01 #be2d9c9
  82. Fix sponsoring tests
    kozyrevdev 2022-02-18 #a6f62bd
  83. Merge branch 'develop' into feature/CORE-215
    Trubnikov Sergey 2022-02-22 #e6f8932
  84. update pallet sponsoring
    Igor Kozyrev 2022-03-04 #9ebd2fc
  85. Remove runtime-specific node doc
    Daniel Shiposha 2022-03-15 #a78501c
  86. CORE-320 Sponsorship for evm minting
    Trubnikov Sergey 2022-03-22 #310b60e
  87. Upgrade to polkadot v0.9.18
    kozyrevdev 2022-03-29 #e9ee75b
  88. Merge branch 'develop' into feature/CORE-215
    Igor Kozyrev 2022-03-29 #9299221
  89. fix(tests) vulnerable dependencies
    Fahrrader 2022-03-10 #395a356
  90. readme multiple runtimes
    Igor Kozyrev 2022-03-29 #22411fe
  91. Opal v916010
    kozyrevdev 2022-02-28 #8a727ce
  92. build regenerate types
    Yaroslav Bolyukin 2022-02-24 #47bd18d
  93. feat createMultipleItemsEx call
    Yaroslav Bolyukin 2022-02-26 #9ed680c
  94. feature/CORE-296 Format
    Trubnikov Sergey 2022-02-28 #d8e85df
  95. Integration test (confirmSponsorship): CORE-239
    kozyrevdev 2022-02-17 #f663e99
  96. test fix eth sponsoring tests for updated chain
    Yaroslav Bolyukin 2022-02-18 #1703581
  97. Test updated
    str-mv 2021-12-07 #b5b356e
  98. Upgrade tests to polkadot.js v7
    kozyrevdev 2022-02-21 #b4099fe
  99. up version
    Igor Kozyrev 2022-03-04 #64d227a
  100. Remove experimental file
    Daniel Shiposha 2022-03-15 #fd782c8