git.delta.rocks / unique-network / refs/commits / 5df49385ed2d

difftreelog
  1. feat custom collection creation price
    Yaroslav Bolyukin 2021-03-12 #5df4938
  2. style fix variable name
    Yaroslav Bolyukin 2021-03-12 #2d6d3d4
  3. refactor review unwraps
    Yaroslav Bolyukin 2021-03-12 #05f22b5
  4. fix make all extrinsics transactional
    Yaroslav Bolyukin 2021-03-12 #572dabd
  5. refactor remove reducant read for ItemCreated
    Yaroslav Bolyukin 2021-03-12 #81b6377
  6. docs fix create_multiple_items doccoment
    Yaroslav Bolyukin 2021-03-12 #99d5bad
  7. tests: update sponsoring tests to new field
    Yaroslav Bolyukin 2021-03-12 #1fff4fc
  8. refactor combine sponsorship fields
    Yaroslav Bolyukin 2021-03-12 #6f2e0cc
  9. tests: update tests for storage changes
    Yaroslav Bolyukin 2021-03-12 #bc76286
  10. refactor review storage hasher security
    Yaroslav Bolyukin 2021-03-12 #88101e4
  11. Unit tests fix
    str-mv 2021-03-09 #5a4a5b7
  12. Fix warnings, update Dockerfile
    Greg Zaitsev 2021-03-06 #2eedf45
  13. Contract address fix
    str-mv 2021-03-05 #e17babf
  14. tests: use new contracts api
    Yaroslav Bolyukin 2021-03-04 #7a3c206
  15. build upgrade rust version in devcontainer
    Yaroslav Bolyukin 2021-03-04 #17a564c
  16. Merge pull request #122 from usetech-llc/fix/remove-storage-call-from-collectionlimits-default
    str-mv 2021-03-04 #b446132
  17. Fix invalid default limit
    str-mv 2021-03-04 #49bd319
  18. Merge branch 'v3.0.0' into fix/remove-storage-call-from-collectionlimits-default
    str-mv 2021-03-04 #0867f7a
  19. Merge branch 'develop' into v3.0.0
    str-mv 2021-03-03 #13287d7
  20. Instead assign sponsored_data_size at collection creation time
    Yaroslav Bolyukin 2021-03-04 #2b06b09
  21. nft node v3.0.0
    str-mv 2021-03-01 #e69315a
  22. Merge master to develop
    Yaroslav Bolyukin 2021-03-02 #ff4b334
  23. Limited owners control
    Greg Zaitsev 2021-02-26 #b995e58
  24. Fix build
    str-mv 2021-03-01 #05b679a
  25. fix read sponsored data limit from chain limits
    Yaroslav Bolyukin 2021-03-02 #6efcbc5
  26. Hotfix/rel2 cleanup
    str-mv 2021-02-18 #6ea0c80
  27. Fix collection limits
    Greg Zaitsev 2021-02-26 #4bce10c
  28. Fix build
    Greg Zaitsev 2021-03-01 #775149e
  29. Merge remote-tracking branch 'origin/master' into develop
    Yaroslav Bolyukin 2021-03-01 #d9d7210
  30. Change node name
    akaryaginUSETECH 2021-02-18 #35b9d91
  31. Version cleanup
    Greg Zaitsev 2021-02-18 #3a22976
  32. tests: destroyCollection respects OwnerCanDestroy
    Yaroslav Bolyukin 2021-02-19 #4b68421
  33. Limit total approval to owned amount
    Greg Zaitsev 2021-02-26 #1a556b5
  34. Add Transfer event
    Greg Zaitsev 2021-02-18 #99e7555
  35. Change node name
    Greg Zaitsev 2021-02-18 #22b5fa6
  36. Merge branch 'develop' into release/v2.0.0
    Greg Zaitsev 2021-02-18 #73dc97f
  37. tests: transferFrom respects OwnerCanTransfer
    Yaroslav Bolyukin 2021-02-19 #acba88f
  38. Release/v2.0.0
    str-mv 2021-02-18 #295de97
  39. Cleanup approve tests
    Greg Zaitsev 2021-02-26 #e090dfb
  40. Add recipient field to ItemCreated event
    Greg Zaitsev 2021-02-17 #dcb255f
  41. tests: check transfer result
    Yaroslav Bolyukin 2021-02-17 #04b203b
  42. Merge branch 'develop' into release/v2.0.0
    Greg Zaitsev 2021-02-18 #54d73b9
  43. tests: approve respects OwnerCanTransfer
    Yaroslav Bolyukin 2021-02-19 #285e78b
  44. Hotfix/collection count update
    str-mv 2020-09-23 #7fa5eef
  45. tests: add tests for approval limit
    Yaroslav Bolyukin 2021-02-19 #bdf204a
  46. Update Cargo.lock and Dockerfile
    Yaroslav Bolyukin 2021-02-16 #a09692c
  47. tests: add task createItem test
    Yaroslav Bolyukin 2021-02-17 #cadb228
  48. tests: add transfer result parser
    Yaroslav Bolyukin 2021-02-17 #900ad30
  49. Merge branch 'develop' into release/v2.0.0
    Greg Zaitsev 2021-02-16 #3003f76
  50. tests: add tests for restriction disabling
    Yaroslav Bolyukin 2021-02-19 #74ad9c3
  51. Release/v1.0.1
    str-mv 2020-09-22 #f94b085
  52. Create collection method fixed
    str-mv 2020-09-23 #6257940
  53. feat limit allowance to owned amount
    Yaroslav Bolyukin 2021-02-17 #1284e5a
  54. Add tests for setOffchainSchema
    Greg Zaitsev 2021-02-15 #8724ee0
  55. Update Cargo.lock and Dockerfile
    Greg Zaitsev 2021-02-16 #029fbbd
  56. tests: add recipient check in createItem test
    Yaroslav Bolyukin 2021-02-17 #bbf123d
  57. feat add Transfer event
    Yaroslav Bolyukin 2021-02-17 #44bf7a8
  58. Merge branch 'develop' into release/v2.0.0
    Greg Zaitsev 2021-02-15 #1b193a6
  59. tests: add setCollectionLimits helpers
    Yaroslav Bolyukin 2021-02-19 #94a4122
  60. Markdown docs should use 120-character line lengths
    usetech-llc 2020-09-21 #357788d
  61. Merge branch 'master' into update/v2
    Greg Zaitsev 2020-09-17 #8d30d14
  62. Chain update hotfix. Spec version changed
    str-mv 2020-09-22 #61a06de
  63. Fungible overflow tests
    Greg Zaitsev 2021-02-12 #fe8844c
  64. tests: add tests for setOffchainSchema
    Yaroslav Bolyukin 2021-02-15 #026d602
  65. tests: add recipient field to CreateItemResult
    Yaroslav Bolyukin 2021-02-17 #e2870f3
  66. Merge branch 'develop' into release/v2.0.0
    Greg Zaitsev 2021-02-10 #e713e89
  67. feat implement owner control limitation
    Yaroslav Bolyukin 2021-02-19 #5d685ed
  68. Merge branch 'master' of github.com:usetech-llc/nft_parachain
    Greg Zaitsev 2020-09-16 #37e55e2
  69. Fix buggy Markdown
    Dan Forbes 2020-09-12 #4168444
  70. Chain runtime variable name changed
    str-mv 2020-09-11 #96b20f2
  71. White list and mint permissions features
    str-mv 2020-09-22 #119e358
  72. Transfer load testing
    Greg Zaitsev 2021-02-11 #800a78f
  73. Merge remote-tracking branch 'origin/develop' into feature/NFTPAR-281_overflow_tests
    Yaroslav Bolyukin 2021-02-12 #22e2b6e
  74. tests: setOffchainSchema helpers
    Yaroslav Bolyukin 2021-02-15 #4833587
  75. docs document ItemCreated recipient field
    Yaroslav Bolyukin 2021-02-17 #e05bac8
  76. Merge branch 'develop' into release/v2.0.0
    Greg Zaitsev 2021-02-09 #1ddda31
  77. Update treasury pallet
    str-mv 2021-02-10 #e6241c6
  78. Add vesting specification
    Greg Zaitsev 2020-09-16 #4eced78
  79. Disconnect detection test.
    sotmorskiy 2020-09-16 #d02af7b
  80. Markdown docs should use 120-character line lengths
    Dan Forbes 2020-09-12 #f847a9e
  81. Code style update
    str-mv 2020-09-09 #7a21a78
  82. Forkless update function fixed
    str-mv 2020-09-18 #f765262
  83. Fix offchain schema length check
    str-mv 2021-02-11 #96983dc
  84. tests: add transfer load script
    Yaroslav Bolyukin 2021-02-10 #0219ca5
  85. tests: fix bigint equality check
    Yaroslav Bolyukin 2021-02-12 #2d642d0
  86. feat add recipient field to ItemCreated event
    Yaroslav Bolyukin 2021-02-17 #4268af1
  87. Merge branch 'master' into release/v2.0.0
    Greg Zaitsev 2021-02-05 #b1f8c2e
  88. Add tests for removeFromContractWhitelist
    Greg Zaitsev 2021-02-09 #337b8d4
  89. transferFrom burnt token before&after approve test
    Greg Zaitsev 2021-02-09 #4fc0eb5
  90. Update treasury pallet
    Greg Zaitsev 2021-02-10 #2526db2
  91. Update economic model docs
    Greg Zaitsev 2020-09-10 #3e483e7
  92. Connection test now detects disconnection and added transfer test.
    sotmorskiy 2020-09-11 #3fd1cbd
  93. Unit tests added
    str-mv 2020-09-08 #d96245d
  94. Fix/testcleanup
    str-mv 2021-02-11 #01502f1
  95. Fix offchain schema length check
    Greg Zaitsev 2021-02-11 #8ba36c7
  96. tests: naive balance transfer load test
    Yaroslav Bolyukin 2021-02-10 #92f89cb
  97. Merge branch 'develop' into feature/NFTPAR-281_overflow_tests
    Yaroslav Bolyukin 2021-02-12 #bab6ffe
  98. Add tests for setMintPermission
    Greg Zaitsev 2021-02-05 #dddaa3d
  99. Add data fields for limited owners control
    str-mv 2021-02-09 #a6c7a54
  100. Remove .only
    Greg Zaitsev 2021-02-09 #2d320f7