git.delta.rocks / unique-network / refs/commits / 708f63eacf8a

difftreelog
  1. chore add check for ERC-20 transfer event on ERC-721 transfer method call
    Grigoriy Simonov 2022-08-04 #708f63e
  2. chore add transfer event for `burn` and `create_multiple_items`
    Grigoriy Simonov 2022-08-03 #9d3564e
  3. chore add transfer events for transfering from and to partial ownership
    Grigoriy Simonov 2022-08-03 #bb6d71b
  4. chore implement transfer and burn for ERC-721
    Grigoriy Simonov 2022-07-28 #abc6b05
  5. chore update version
    Grigoriy Simonov 2022-07-27 #7d1859c
  6. doc(refungible-pallet): add documentation for ERC-721 implementation
    Grigoriy Simonov 2022-07-27 #30c8dcd
  7. test(refungible-pallet) add tests for ERC-721 EVM API
    Grigoriy Simonov 2022-07-27 #62ad43e
  8. feat(refungible-pallet) ERC-721 EVM API
    Grigoriy Simonov 2022-07-25 #749341e
  9. Feature/core 412 Helper for create RFT collection
    Yaroslav Bolyukin 2022-07-27 #2232fc1
  10. Merge pull request #427 from UniqueNetwork/doc/architectural-changes
    Yaroslav Bolyukin 2022-07-22 #d4f7a1e
  11. misck: fix pr
    Trubnikov Sergey 2022-07-26 #7e1b91d
  12. Merge pull request #439 from UniqueNetwork/doc/rmrk
    Yaroslav Bolyukin 2022-07-22 #281e817
  13. doc(primitives): fix sponsor transfer timeout
    Farhad Hakimov 2022-07-22 #2bb23d8
  14. misk: fix pr
    Trubnikov Sergey 2022-07-26 #090f6fa
  15. build regenerate lockfile
    Yaroslav Bolyukin 2022-07-22 #26e74f7
  16. doc(rmrk): fix an unfinished line
    Farhad Hakimov 2022-07-22 #4651d7d
  17. style(tests) eslint
    Farhad Hakimov 2022-07-22 #c880569
  18. misk: fix pr
    Trubnikov Sergey 2022-07-26 #9aa0a89
  19. test fix refungible construction
    Yaroslav Bolyukin 2022-07-22 #055cc66
  20. doc(rmrk): requested clarifications
    Farhad Hakimov 2022-07-22 #717e109
  21. doc: minor style + structure error descriptions refactoring
    Farhad Hakimov 2022-07-22 #42b27fc
  22. misk: Fix typo.
    Trubnikov Sergey 2022-07-25 #0bb0c76
  23. Merge pull request #426 from UniqueNetwork/feature/token_owners
    Yaroslav Bolyukin 2022-07-22 #509c828
  24. doc(rmrk): minor edits for clarity
    Farhad Hakimov 2022-07-22 #27c50a6
  25. Merge branch 'develop' into doc/architectural-changes
    Farhad Hakimov 2022-07-22 #e684c8a
  26. misk: * Add docs. * Detailed changelog. * Move lambd is_erc721 to separate function is_erc721_metadata_compatible.
    Trubnikov Sergey 2022-07-25 #ec51511
  27. ERC20 API for refungible tokens
    Yaroslav Bolyukin 2022-07-22 #c2a34ed
  28. Merge branch 'develop' into feature/token_owners
    Yaroslav Bolyukin 2022-07-22 #10fad85
  29. doc(rmrk): style + minor revisions
    Farhad Hakimov 2022-07-22 #01c2c9e
  30. doc: adjust create_collection deprecation
    Farhad Hakimov 2022-07-19 #5b3cd06
  31. patch: Change dispathed call for create item (return collection id).
    Trubnikov Sergey 2022-07-25 #5273049
  32. Doc/scheduler
    Yaroslav Bolyukin 2022-07-21 #5ffdcf0
  33. chore fix repartition tests
    Grigoriy Simonov 2022-07-22 #1792b24
  34. Update runtime/common/Cargo.toml
    Yaroslav Bolyukin 2022-07-22 #789afa1
  35. doc(rmrk): adjusted for clarity
    Farhad Hakimov 2022-07-22 #0e74039
  36. doc: adjust semantics
    Farhad Hakimov 2022-07-19 #aed873b
  37. fmt
    Trubnikov Sergey 2022-07-25 #6434da3
  38. fix(stubs): fixed code of erc module of pallet-common
    Yaroslav Bolyukin 2022-07-21 #ae91eae
  39. Merge branch 'develop' into doc/scheduler
    Yaroslav Bolyukin 2022-07-21 #ccfe805
  40. test(refungible-pallet) add tests for repartition events
    Grigoriy Simonov 2022-07-22 #93112f6
  41. Apply suggestions from code review
    Yaroslav Bolyukin 2022-07-22 #dd89987
  42. style cargo fmt
    Farhad Hakimov 2022-07-15 #287a010
  43. doc: fix misinterpretations
    Farhad Hakimov 2022-07-18 #6f21087
  44. misk: Fixing chages
    Trubnikov Sergey 2022-07-25 #00f4540
  45. Merge pull request #442 from UniqueNetwork/doc/nonfungible-pallet
    Yaroslav Bolyukin 2022-07-21 #c4af3bb
  46. Some methods in `#[solidity_interface]` for `CollectionHandle` had invalid
    mutability modifiers, causing invalid stub/abi generation
    PraetorP 2022-07-20 #ef7fcb6
  47. Reworked
    Dev 2022-07-13 #4c545c7
  48. feat(pallet-refungible) events for repartition method
    Grigoriy Simonov 2022-07-22 #d228734
  49. Added method that returns 10 tokens owners in no particular order.
    PraetorP 2022-07-11 #94da15a
  50. doc: rmrk proxies
    Farhad Hakimov 2022-07-15 #73992bf
  51. doc: unique pallet complete
    Farhad Hakimov 2022-07-16 #e1f4714
  52. feature: add `createERC721MetadataCompatibleRFTCollection` method
    Trubnikov Sergey 2022-07-25 #118b8d5
  53. Feature/core 410 Properties for RFT
    Yaroslav Bolyukin 2022-07-21 #3750ef0
  54. doc: fix code review request
    Grigoriy Simonov 2022-07-21 #4bd95ca
  55. Documentation extended
    Dev 2022-07-13 #458018a
  56. chore fix cargo fmt
    Grigoriy Simonov 2022-07-22 #f779788
  57. initial commit
    PraetorP 2022-07-11 #da952fd
  58. [CORE-425]  Restrict XCM barrier from trusting parent chain
    str-mv 2022-07-11 #12c8c8f
  59. chore regenerate types
    Farhad Hakimov 2022-07-15 #611e753
  60. misk: docs & changelogs. Some refactor for func & mod names.
    Trubnikov Sergey 2022-07-25 #e516992
  61. docs(pallet_common): Add general  documentation.
    Yaroslav Bolyukin 2022-07-21 #9f5f42d
  62. misk: change add -> saturating_add
    Trubnikov Sergey 2022-07-20 #14bb047
  63. doc: added comments about `TokenAuxProperties`
    Grigoriy Simonov 2022-07-21 #395c681
  64. Duplicate lines removed
    Dev 2022-07-12 #3bed4e0
  65. doc(refungible-pallet): add documentation for ERC20 EVM API
    Grigoriy Simonov 2022-07-22 #6024373
  66. Fix total pieces tests
    Trubnikov Sergey 2022-07-06 #788534b
  67. fix update XCM transfer test
    Ilja Khabarov 2022-07-11 #1017382
  68. doc: clarifications to primitives and rpcs
    Farhad Hakimov 2022-07-15 #e4d5f14
  69. misk: fix after rebase
    Trubnikov Sergey 2022-07-22 #62c5b0c
  70. doc(pallet-fungible): document public api
    Yaroslav Bolyukin 2022-07-19 #49a12f2
  71. doc: fix PR
    Trubnikov Sergey 2022-07-20 #6c6ed89
  72. path: add weights for RFT CommonCollectionOperations
    Trubnikov Sergey 2022-07-20 #e1dae1b
  73. doc: fix documentation about allowlist
    Grigoriy Simonov 2022-07-21 #4503766
  74. Doc style fix
    Dev 2022-07-11 #e5ffee6
  75. added repartition method to refungible erc20 extensions
    Grigoriy Simonov 2022-07-22 #d58cb79
  76. v924010
    kozyrevdev 2022-07-06 #edc0202
  77. fix restrict XCM barrier from trusting parent chain
    Ilja Khabarov 2022-07-11 #2e3d152
  78. doc+refactor: missed fixes
    Farhad Hakimov 2022-07-12 #6fe077c
  79. misk: fix in progress
    Trubnikov Sergey 2022-07-22 #5ec0729
  80. Merge pull request #436 from UniqueNetwork/doc/structure-pallet
    Yaroslav Bolyukin 2022-07-18 #e2730ed
  81. doc: added more detailed description
    PraetorP 2022-07-18 #95d6df7
  82. doc: fix PR
    Trubnikov Sergey 2022-07-19 #ba8a9db
  83. fmt
    Trubnikov Sergey 2022-07-20 #45f4f7d
  84. doc: add requested code review changes
    Grigoriy Simonov 2022-07-21 #d1f105e
  85. Cargo fmt
    Dev 2022-07-11 #f75f9ea
  86. updated evm stubs
    Grigoriy Simonov 2022-07-22 #4fbe604
  87. Add rpc method for total_pieces
    bugrazoid 2022-07-06 #1ac708f
  88. up version
    Igor Kozyrev 2022-07-05 #824b60f
  89. doc: adjust documentation style
    Farhad Hakimov 2022-07-11 #ff0ca4c
  90. misc: fix after rebase
    Trubnikov Sergey 2022-07-22 #b5e8dff
  91. Doc/inflation
    Yaroslav Bolyukin 2022-07-14 #b62fa17
  92. chore fixed code review request
    Grigoriy Simonov 2022-07-18 #7563962
  93. fix FT
    PraetorP 2022-07-18 #5b40b46
  94. doc: fix PR
    Trubnikov Sergey 2022-07-19 #6ac860e
  95. minor: add bechmarks for RFT collection & token properties
    Trubnikov Sergey 2022-07-20 #f2f19bf
  96. chore fix formatting
    Grigoriy Simonov 2022-07-21 #ce4a2a5
  97. Comments and code description added
    Dev 2022-07-11 #efc3398
  98. fixed code review issues
    Grigoriy Simonov 2022-07-22 #898c743
  99. Remove 'view' from createNonfungibleCollection interface
    kozyrevdev 2022-07-05 #e82bbde
  100. Fix unwrap
    Trubnikov Sergey 2022-07-05 #a5763d4