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

difftreelog
  1. chore remove comment
    Grigoriy Simonov 2022-08-11 #b961305
  2. chore fix cargo fmt
    Grigoriy Simonov 2022-08-11 #67ae0d7
  3. chore add Fractionalizer contract documentation, prevent QTZ/UNQ transfers from nonowners, tests for TransfersNotAllowed
    Grigoriy Simonov 2022-08-11 #e38fb0c
  4. chore use contractOwner method in contract
    Grigoriy Simonov 2022-08-11 #6d585f9
  5. chore compile fractionalizer in typescript
    Grigoriy Simonov 2022-08-11 #7e5f909
  6. chore remove duplicated check in fractionalizer contract
    Grigoriy Simonov 2022-08-11 #817fef6
  7. chore update for contract method names and fix for contract compilation script
    Grigoriy Simonov 2022-08-11 #281718a
  8. chore fix `token_owner` weight
    Grigoriy Simonov 2022-08-11 #2d2eac8
  9. chore make rft token default if parent token is not set
    Grigoriy Simonov 2022-08-11 #c7669db
  10. chore add check for fractionalizer error messages
    Grigoriy Simonov 2022-08-11 #0648dd7
  11. chore add test for rft2nft
    Grigoriy Simonov 2022-08-11 #f5f52d9
  12. chore fix fractionalizer error message
    Grigoriy Simonov 2022-08-11 #59980bb
  13. chore update stubs and polkadot types
    Grigoriy Simonov 2022-08-11 #5da8c44
  14. chore refactor RFT token tests
    Grigoriy Simonov 2022-08-11 #15c21ab
  15. tests(refungible-pallet): add negative tests for fractionalizer contract
    Grigoriy Simonov 2022-08-11 #e256f7e
  16. feat(refungible-pallet) fractionalizer compilation script
    Grigoriy Simonov 2022-08-11 #34ddd36
  17. feat(refungible-pallet) fractionalizer contract
    Grigoriy Simonov 2022-08-11 #42f7f34
  18. feat(refungible-pallet) ERC 1633 implementation and `set_parent_nft` method
    Grigoriy Simonov 2022-08-11 #eb17630
  19. test remove only
    Yaroslav Bolyukin 2022-08-11 #ac8475b
  20. Integration test Parachain mode.
    ut-akuznetsov 2022-08-10 #3302985
  21. Rework bulk refungible mint
    Yaroslav Bolyukin 2022-08-10 #0d95470
  22. Added id: test-report into step related to test reports upload.
    Alexander Aksenov 2022-08-10 #5403a31
  23. Remove duplicate changelog
    kozyrevdev 2022-08-09 #467da92
  24. chore(bureaucrate) bump versions
    Yaroslav Bolyukin 2022-08-04 #16c0f79
  25. Feature opal-runtime is default feature.
    Alexander Aksenov 2022-08-10 #3784fb4
  26. Enabled running all test even errors exists.
    kozyrevdev 2022-08-08 #99636cf
  27. Merge duplicated changelogs into one file
    Andrey 2022-08-09 #bf656b0
  28. test(refungible) check createMultipleItemsEx accepts properties for RFT
    Yaroslav Bolyukin 2022-08-08 #2efa824
  29. Re-created branch
    Alexander Aksenov 2022-08-10 #afc5a29
  30. Fix for createMultipleItems method test
    Yaroslav Bolyukin 2022-08-08 #c410db5
  31. Enabled running all test even errors exists.
    Alexander Aksenov 2022-08-08 #15f4cf3
  32. feat(pallet-refungible) implement property RPC
    Yaroslav Bolyukin 2022-08-08 #d4149b5
  33. ci forkless config
    Alex 2022-08-08 #25ed25d
  34. test fix test for createMultipleItems method
    Grigoriy Simonov 2022-08-08 #3fe3461
  35. test(refungible) switch to upgraded bulk mint signature
    Yaroslav Bolyukin 2022-08-04 #40aceba
  36. Merge pull request #468 from UniqueNetwork/fix/fungible-pallet-wrong-amount-in-item-created-event
    Yaroslav Bolyukin 2022-08-08 #42ce186
  37. ci forkless config
    Igor Kozyrev 2022-08-08 #d98cdf7
  38. test regenerate types
    Yaroslav Bolyukin 2022-08-04 #d22deef
  39. CI, step 1
    kozyrevdev 2022-08-05 #50fb43d
  40. chore add `only` and `skip` to `itApi` function
    Grigoriy Simonov 2022-08-05 #26386c5
  41. `create_multiple_items_ex` was allowing invalid (that will be always
    rejected at runtime level) refungible mint extrinsics, by passing
    multiple users into `RefungibleMultipleItems` call.
    Yaroslav Bolyukin 2022-08-04 #ec332a0
  42. style format code
    Yaroslav Bolyukin 2022-08-04 #b7c1009
  43. Escaping feature build ARG due to equal sign inside.
    Alexander Aksenov 2022-08-05 #9f15e9c
  44. chore fix code review requests
    Grigoriy Simonov 2022-08-04 #17276cf
  45. Merge remote-tracking branch 'origin/feature/erc-721-for-refungible' into develop
    Yaroslav Bolyukin 2022-08-04 #3203150
  46. fix typo - ggithub.base_ref -> github.head_ref
    Alexander Aksenov 2022-08-05 #a5940c7
  47. chore changelog and version
    Grigoriy Simonov 2022-08-04 #b24c77c
  48. test regenerate types
    Yaroslav Bolyukin 2022-08-03 #f5cb854
  49. chore add check for ERC-20 transfer event on ERC-721 transfer method call
    Grigoriy Simonov 2022-08-04 #708f63e
  50. Switch back to github.base_ref.
    Alexander Aksenov 2022-08-05 #85bb1d2
  51. fix(refungible-pallet) fixed wrong amount in ItemCreated event
    Grigoriy Simonov 2022-08-04 #d82d09e
  52. chore regenerate evm-coder files
    Yaroslav Bolyukin 2022-08-03 #6fca5f3
  53. chore add transfer event for `burn` and `create_multiple_items`
    Grigoriy Simonov 2022-08-03 #9d3564e
  54. Revert back file
    Alexander Aksenov 2022-08-05 #4a5e049
  55. Merge pull request #438 from UniqueNetwork/fix/dynamic-part-selector-offset
    Yaroslav Bolyukin 2022-08-03 #f732634
  56. chore add transfer events for transfering from and to partial ownership
    Grigoriy Simonov 2022-08-03 #bb6d71b
  57. Develop
    Alex 2022-08-05 #385858f
  58. Merge pull request #463 from UniqueNetwork/feature/remove_const_data_rft
    Yaroslav Bolyukin 2022-08-03 #8065c75
  59. fix dynamic part offset should not include selector
    Yaroslav Bolyukin 2022-07-13 #b5d28e5
  60. chore implement transfer and burn for ERC-721
    Grigoriy Simonov 2022-07-28 #abc6b05
  61. Fixing spoted items.
    Alexander Aksenov 2022-08-05 #246a7cb
  62. Merge branch 'UniqueNetwork:develop' into develop
    Alex 2022-08-05 #951f0fa
  63. Merge master into develop
    Yaroslav Bolyukin 2022-08-03 #b21ac36
  64. fix upgrade pallet storage to v2
    Yaroslav Bolyukin 2022-08-03 #a7dc6fb
  65. [CORE-425]  Restrict XCM barrier from trusting parent chain
    str-mv 2022-07-11 #12c8c8f
  66. chore update version
    Grigoriy Simonov 2022-07-27 #7d1859c
  67. final cleanup
    Alexander Aksenov 2022-08-04 #f946586
  68. Removed un-needed artefacts. Added additional build ARGS.
    Alex 2022-08-04 #a1bfd4b
  69. Doc/primitives
    Yaroslav Bolyukin 2022-08-01 #4247b84
  70. Quartz v924012-2
    kozyrevdev 2022-07-28 #ca5f1a8
  71. Merge branch 'develop' into feature/remove_const_data_rft
    Yaroslav Bolyukin 2022-08-03 #3acbd6f
  72. Fix total pieces tests
    Trubnikov Sergey 2022-07-06 #788534b
  73. fix update XCM transfer test
    Ilja Khabarov 2022-07-11 #1017382
  74. doc(refungible-pallet): add documentation for ERC-721 implementation
    Grigoriy Simonov 2022-07-27 #30c8dcd
  75. Removed workflow for master. too early.
    Alexander Aksenov 2022-08-04 #a0c3d00
  76. SpeedUp build by adding cargo-chef into Dockerfile.
    Alex 2022-08-03 #19daf00
  77. Feature/core 412 Helper for create RFT collection
    Yaroslav Bolyukin 2022-07-27 #2232fc1
  78. doc: fix PR
    Trubnikov Sergey 2022-07-29 #2f869bf
  79. Release v924012-1
    kozyrevdev 2022-07-28 #4bc0aee
  80. chain-spec with ws
    kozyrevdev 2022-07-28 #e2ffe9e
  81. path: remove data_size
    Trubnikov Sergey 2022-08-02 #9e39d67
  82. v924010
    kozyrevdev 2022-07-06 #edc0202
  83. fix restrict XCM barrier from trusting parent chain
    Ilja Khabarov 2022-07-11 #2e3d152
  84. test(refungible-pallet) add tests for ERC-721 EVM API
    Grigoriy Simonov 2022-07-27 #62ad43e
  85. Try remove ID from test step.
    Alexander Aksenov 2022-08-04 #809f0d0
  86. Switched back to tests without docker container.
    Alex 2022-08-03 #52dd1bf
  87. SpeedUp build by adding cargo-chef into Dockerfile.
    Alexander Aksenov 2022-08-03 #b8cfc48
  88. Merge pull request #427 from UniqueNetwork/doc/architectural-changes
    Yaroslav Bolyukin 2022-07-22 #d4f7a1e
  89. misck: fix pr
    Trubnikov Sergey 2022-07-26 #7e1b91d
  90. fmt
    Trubnikov Sergey 2022-07-28 #70cdec4
  91. Release v924012
    kozyrevdev 2022-07-26 #d26acb1
  92. change chain-specs
    kozyrevdev 2022-07-28 #ed2d110
  93. chain-spec with ws
    Konstantin Astakhov 2022-07-28 #7f807a7
  94. major: move RFT const data to depricated.
    Trubnikov Sergey 2022-08-01 #3a3be8f
  95. Add rpc method for total_pieces
    bugrazoid 2022-07-06 #1ac708f
  96. up version
    Igor Kozyrev 2022-07-05 #824b60f
  97. feat(refungible-pallet) ERC-721 EVM API
    Grigoriy Simonov 2022-07-25 #749341e
  98. Order changed.
    Alexander Aksenov 2022-08-04 #e03c80d
  99. Changed filenames for docker-compose. Temporary disabled demolition o…
    Alex 2022-08-03 #111f433
  100. Switched back to tests without docker container.
    Alexander Aksenov 2022-08-03 #dab0d12