git.delta.rocks / unique-network / refs/commits / 1f2b5fa5290d

difftreelog
  1. feat add helpers for create cross account on eth
    Trubnikov Sergey 2022-12-06 #1f2b5fa
  2. feat add evm event `CollectionChanged` for sub events : `CollectionPropertySet`, `CollectionPropertyDeleted`, `PropertyPermissionSet`
    Trubnikov Sergey 2022-12-06 #59683d4
  3. fix actualize .env
    Daniel Shiposha 2022-12-13 #6c3810b
  4. fix tests for karura on xcm workflow
    Konstantin Astakhov 2022-12-13 #2cf26e7
  5. fix polkadot-v0.9.33 pallet-configuration
    Daniel Shiposha 2022-12-13 #c1ad6cb
  6. Feature/upgrade polkadot v0.9.33
    ut-akuznetsov 2022-12-13 #f7c3716
  7. fix cargo fmt
    Daniel Shiposha 2022-12-12 #d3cffa1
  8. fix nft/rft allowance for all benches
    Daniel Shiposha 2022-12-13 #95c7c68
  9. feat add overridable xcm allowed locations
    Daniel Shiposha 2022-12-12 #44d0263
  10. fix additional .env
    Daniel Shiposha 2022-12-13 #b348139
  11. fix SettingAllowanceForAllNotAllowed comment
    Daniel Shiposha 2022-12-08 #489f7f3
  12. fix use rust toolchain for polkadot 33 .env
    Daniel Shiposha 2022-12-09 #b51335e
  13. chore fix code review requess
    Grigoriy Simonov 2022-12-07 #e25275a
  14. fix custom_signature_over_max_size.stderr
    Daniel Shiposha 2022-12-09 #ab84a20
  15. chore fix benchmarks
    Grigoriy Simonov 2022-12-06 #72b01ba
  16. fix scheduler v2 mock
    Daniel Shiposha 2022-12-09 #cd16ad3
  17. chore fix code review requests
    Grigoriy Simonov 2022-12-06 #e0a7170
  18. fix rust version in README
    Daniel Shiposha 2022-12-08 #b9bdda7
  19. Apply suggestions from code review
    Gregory Simonov 2022-12-06 #cd0ba0d
  20. fix cargo fmt
    Daniel Shiposha 2022-12-08 #570af72
  21. chore fix code review request
    Grigoriy Simonov 2022-12-06 #01e5c45
  22. chore regenerate types / update yarn.lock
    Daniel Shiposha 2022-12-08 #1faae1d
  23. chore require refungible pallet
    Grigoriy Simonov 2022-12-06 #b2ec226
  24. fix bench approval for all
    Daniel Shiposha 2022-12-08 #8db6dc9
  25. feat add ApproveForAll to Eth and Sub
    Grigoriy Simonov 2022-12-06 #c6354cf
  26. fix util-crypto dep
    Daniel Shiposha 2022-12-06 #bd41313
  27. Tests/eth helpers
    ut-akuznetsov 2022-12-08 #e7f81f3
  28. fix playgrounds should know about CheckMaintenance
    Daniel Shiposha 2022-12-06 #4bde160
  29. add clean workspace for codestyle workflow
    Konstantin Astakhov 2022-12-07 #378b7f3
  30. Skip rft tests
    Max Andreev 2022-12-07 #6da0856
  31. build upgrade to polkadot-v0.9.33
    Daniel Shiposha 2022-12-06 #37053f0
  32. add Dockerfile-polkadot
    Konstantin Astakhov 2022-12-05 #e24fea5
  33. Can set multiple properties
    Max Andreev 2022-12-07 #c19d240
  34. fix timing for pending interval `appPromotion` pallet
    Greg Zaitsev 2022-12-07 #19b4987
  35. Add reassign sponsor test
    Max Andreev 2022-12-07 #49ce507
  36. Node-only update: run tests in parallel
    Max Andreev 2022-12-02 #35d50c1
  37. fix timing for pending interval `appPromotion` pallet
    PraetorP 2022-12-07 #5978a55
  38. Combine collection sponsoring tests
    Max Andreev 2022-12-07 #06a1c73
  39. Transfer tests
    ut-akuznetsov 2022-12-07 #c8ad2c2
  40. Merge branch 'develop' into tests/eth-helpers
    Max Andreev 2022-12-07 #15c7e8f
  41. Merge pull request #745 from UniqueNetwork/tests/eth-helpers
    ut-akuznetsov 2022-12-05 #c07446f
  42. fix types in tests
    Daniel Shiposha 2022-12-07 #38774eb
  43. Add zero transfer[From], burn[From] tests
    Max Andreev 2022-12-07 #571c89e
  44. fix clippy fix
    Trubnikov Sergey 2022-12-02 #bf1349a
  45. Fix tests for quartz and unique
    Max Andreev 2022-12-05 #fc6fcf2
  46. fix deny zero NFT transfer/burn if not owned/allowed
    Daniel Shiposha 2022-12-07 #ea3ed4f
  47. Combine evm collection limits tests
    Max Andreev 2022-12-07 #c875bc1
  48. fix clippy
    Trubnikov Sergey 2022-12-02 #7b633dc
  49. Add fungible collections checks
    Max Andreev 2022-12-05 #256ba30
  50. Use executeExtrinsic
    Max Andreev 2022-12-07 #21b4b8a
  51. cannot delete prop of non-owned collections
    Max Andreev 2022-12-07 #8a193aa
  52. refac: match -> if let
    Trubnikov Sergey 2022-12-02 #ad92b1d
  53. Add destroyCollection checks
    Max Andreev 2022-12-03 #185ad36
  54. Add zero transfer[From], burn[From] tests
    Max Andreev 2022-12-07 #a43996c
  55. Add setCollectionProperties negative test
    Max Andreev 2022-12-06 #fe21acc
  56. fix PR suggestions
    Trubnikov Sergey 2022-12-02 #d0e40b1
  57. Add destroyCollection tests
    Max Andreev 2022-12-03 #2849d0e
  58. Skip tests for unique
    Max Andreev 2022-12-06 #fcffda0
  59. + combine with deleteCollectionProperty
    Max Andreev 2022-12-06 #4cd5a26
  60. refactor split mod into some files
    Trubnikov Sergey 2022-12-02 #6539d35
  61. Merge branch 'develop' into tests/eth-helpers
    Max Andreev 2022-12-03 #2293f03
  62. fix restore transfer_nft_item_zero_value
    Daniel Shiposha 2022-12-06 #aacbd92
  63. + combine with setCollectionProperty
    Max Andreev 2022-12-06 #9764f29
  64. fix PR suggestions
    Trubnikov Sergey 2022-12-02 #83d2fa0
  65. Add changeCollectionOwnerCross checks
    Max Andreev 2022-12-02 #a851f1b
  66. fix use TokenValueTooLow
    Daniel Shiposha 2022-12-06 #a84ab59
  67. bump versions
    Trubnikov Sergey 2022-11-30 #2274edc
  68. Add more transferCross tests
    Max Andreev 2022-12-02 #231aa66
  69. fix fungible transfer
    Daniel Shiposha 2022-12-06 #1358a9b
  70. misk: improve error report
    Trubnikov Sergey 2022-11-30 #3ea185a
  71. Add transferCross tests
    Max Andreev 2022-12-02 #3509456
  72. fix rft transfer/burn
    Daniel Shiposha 2022-12-06 #a62a4b7
  73. fix TryForm generation
    Trubnikov Sergey 2022-11-30 #8adc410
  74. Add reaffirm approved address test
    Max Andreev 2022-12-01 #8c823a6
  75. This reverts commit b81a4dfe8aee04b085ac0af6434645316c8d6337.
    Daniel Shiposha 2022-12-06 #1bc75e2
  76. misk: add docs for enums
    Trubnikov Sergey 2022-11-29 #0affbc2
  77. Add checks to removeCollectionAdminCross
    Max Andreev 2022-12-01 #79fd5e9
  78. This reverts commit 2880b7f76c032798bcf34e0b1b79ca02a267e201.
    Daniel Shiposha 2022-12-06 #cfd4b61
  79. misk: add tests
    Trubnikov Sergey 2022-11-29 #f23c97b
  80. Add checks to burnFromCross test
    Max Andreev 2022-12-01 #e28dd3d
  81. Add regungible burn test and fix fungible zero transfer test
    Max Andreev 2022-12-06 #2f762b2
  82. feat generate solidity and abi traits for enums
    Trubnikov Sergey 2022-11-29 #fedf214
  83. Fix admin test and remove //Alice
    Max Andreev 2022-12-01 #ccf797c
  84. Fix tests: Zero transfer allowed (EIP-20)
    Max Andreev 2022-12-06 #d0fe2e9
  85. reafactor: Better error reporting
    Trubnikov Sergey 2022-11-23 #a1ef1e7
  86. Fix eslint
    Max Andreev 2022-12-01 #4a008cd
  87. Add test: refungible ERC-20
    Max Andreev 2022-12-06 #39054b7
  88. misk: Add more checks for enum
    Trubnikov Sergey 2022-11-23 #11dcf7d
  89. Fix allowlistCross tests
    Max Andreev 2022-12-01 #e62b558
  90. fix `transfer_nft_item_zero_value` test
    PraetorP 2022-12-06 #b81a4df
  91. misc: Check enum is repr(u8)
    Trubnikov Sergey 2022-11-22 #bcfbebc
  92. Add approveCross and trasferFromCross checks
    Max Andreev 2022-12-01 #09a417b
  93. change error type for `ensure_single_owner`
    PraetorP 2022-12-06 #0c40eab
  94. refac: tests for structures
    Trubnikov Sergey 2022-11-22 #5aaab7b
  95. Add ethereum allowlist checks
    Max Andreev 2022-11-30 #71e7d44
  96. Add zero transfer tests from substrate
    Max Andreev 2022-12-05 #242bfed
  97. refac: impl_abi_macro
    Trubnikov Sergey 2022-11-22 #38998e8
  98. Test fix: use send instead of call
    Max Andreev 2022-11-30 #8f5889c
  99. Add permission and zero transfer tests
    Max Andreev 2022-12-05 #f66a1ba
  100. refactor Make implementations of Abi* for EthCrossAccount via AbiCoder macro
    Trubnikov Sergey 2022-11-17 #36bc522