git.delta.rocks / unique-network / refs/commits / 81e4f2e24fd5

difftreelog
  1. fix change sponsor to OptioCrossAddress
    Trubnikov Sergey 2022-12-22 #81e4f2e
  2. fix after rebase
    Trubnikov Sergey 2022-12-22 #6bfcb42
  3. fix PR
    Trubnikov Sergey 2022-12-22 #b057c89
  4. fix PR
    Trubnikov Sergey 2022-12-22 #e6b665a
  5. refactor eth::Property
    Trubnikov Sergey 2022-12-22 #a22e53f
  6. rename: CrossAccount -> CrossAddress
    Trubnikov Sergey 2022-12-22 #53625bb
  7. refactor eth::Property
    Trubnikov Sergey 2022-12-21 #b25659a
  8. fix unit test
    Trubnikov Sergey 2022-12-21 #99fddf0
  9. refactor remove last anonimous structs
    Trubnikov Sergey 2022-12-21 #45d19b2
  10. feat add evm OptionUint type
    Trubnikov Sergey 2022-12-20 #8ca834e
  11. refactor evm type names
    Trubnikov Sergey 2022-12-20 #fef3ff1
  12. feat Rewrite tuple to named structures for CollectionLimits.
    Trubnikov Sergey 2022-12-20 #a4e6c79
  13. feat Rewrite tuple to named structures for TokenPropertyPermission. fix: AbiCoder derive macro
    Trubnikov Sergey 2022-12-19 #8298cf8
  14. refacator: Move Property from evm_codet into pallet_common and derive AbiCoder
    Trubnikov Sergey 2022-12-19 #ab6e845
  15. feat add FIELDS_COUNT const in AbiType trait
    Trubnikov Sergey 2022-12-19 #14137a1
  16. Merge pull request #799 from UniqueNetwork/tests/eth-helpers
    ut-akuznetsov 2022-12-22 #3e8db54
  17. correct .env
    BuddyGlas 2022-12-22 #3739509
  18. Remove duplicated properties tests
    Max Andreev 2022-12-22 #7d30844
  19. Merge pull request #742 from UniqueNetwork/tests/vesting
    ut-akuznetsov 2022-12-21 #e1b9a6a
  20. Check collection properties for each collection mode
    Max Andreev 2022-12-22 #0147f01
  21. Comment code for app promotion staking code review
    ut-akuznetsov 2022-12-21 #ccd7200
  22. Because it is a feature, not a bug
    Max Andreev 2022-12-21 #eb0e651
  23. + Remove only for vesting test
    Max Andreev 2022-12-22 #425a154
  24. Merge pull request #793 from UniqueNetwork/fix/readme.md
    Yaroslav Bolyukin 2022-12-20 #eb770f3
  25. Comment code for app promotion staking code review
    Greg Zaitsev 2022-12-19 #e2cc3ab
  26. Merge branch 'develop' into tests/vesting
    Max Andreev 2022-12-21 #54655b3
  27. Merge branch 'develop' into tests/eth-helpers
    Max Andreev 2022-12-22 #a1111d4
  28. Merge pull request #577 from UniqueNetwork/fix/fee-multiplier-update
    Yaroslav Bolyukin 2022-12-19 #17e188a
  29. fix the parachain run local guide
    PraetorP 2022-12-20 #1fe453a
  30. Merge pull request #788 from UniqueNetwork/tests/eth-helpers
    ut-akuznetsov 2022-12-19 #49182bd
  31. Add balances.locked checks
    Max Andreev 2022-12-08 #b0dd2cc
  32. Fix vesting test: increase periods for full node
    Max Andreev 2022-12-22 #522b0eb
  33. test collection propertiy now cost more balance
    Yaroslav Bolyukin 2022-12-19 #bea7716
  34. Merge pull request #785 from UniqueNetwork/feature/force-repair-things
    ut-akuznetsov 2022-12-16 #c12162a
  35. Add required pallets
    Max Andreev 2022-12-19 #bb64e2b
  36. e2e scenario for promotion + vesting
    Max Andreev 2022-12-08 #0f81ecc
  37. Merge branch 'develop' into tests/eth-helpers
    Max Andreev 2022-12-21 #247d7ae
  38. fix(calibrate) hide error value
    Yaroslav Bolyukin 2022-12-19 #96adb0a
  39. added `mintCross` function for `UniqueExtensoins` interfaces
    ut-akuznetsov 2022-12-16 #d8b03ef
  40. style(repair) adjust test names + documentation
    Fahrrader 2022-12-16 #196e170
  41. Fix transfer.nload script
    Max Andreev 2022-12-16 #1b028ed
  42. Add appPromotion + vesting test
    Max Andreev 2022-12-08 #e963dbc
  43. Combine some duplicated tests.
    Add checks
    Max Andreev 2022-12-21 #1e30fde
  44. fix update pricing coefficients
    Yaroslav Bolyukin 2022-12-19 #0058f26
  45. Added `collectionLimits` function in `Collection` interface,  changed…
    ut-akuznetsov 2022-12-16 #0a1b898
  46. fix test `NFT: collectionNestingRestrictedCollectionIds() & collectionNestingPermissions`
    PraetorP 2022-12-16 #94acd92
  47. tests(repair): displace sudo tests into seqtests
    Fahrrader 2022-12-16 #c944a0c
  48. Move rmrk and substrate to .oudated
    Max Andreev 2022-12-16 #da79245
  49. Merge branch 'develop' into tests/vesting
    Max Andreev 2022-12-08 #a738451
  50. Fix tests: do not check the number of events
    Max Andreev 2022-12-21 #a12554c
  51. perf(calibrate) optimize fraction
    Yaroslav Bolyukin 2022-12-19 #1aa9f36
  52. Merge pull request #780 from UniqueNetwork/feature/properties-for-ft-collections
    ut-akuznetsov 2022-12-16 #1e2863e
  53. fix pallet-presence test
    Andrey 2022-12-16 #0099e20
  54. refactor remove unused fn `convert_tuple_to_cross_account`
    PraetorP 2022-12-16 #1425d54
  55. feat(repair-item) change to force_repair_item + add force_repair_collection + tests
    Fahrrader 2022-12-16 #2a4f1af
  56. Merge branch 'develop' into tests/eth-helpers
    Max Andreev 2022-12-16 #176cbff
  57. Fix helpers and tests
    Max Andreev 2022-11-30 #465cfef
  58. add clean workspace for codestyle workflow
    Konstantin Astakhov 2022-12-07 #378b7f3
  59. Update .env
    Max Andreev 2022-12-21 #0ccacb4
  60. fix(calibrate) operand stack order
    Yaroslav Bolyukin 2022-12-19 #e642a25
  61. added cross methods: `burnFromCross` , `transferCross`, `approveCorss…
    ut-akuznetsov 2022-12-16 #21ff2d2
  62. feat(fungible) substrate setting collection properties + tests
    Fahrrader 2022-12-15 #669456d
  63. chore generate stubs
    PraetorP 2022-12-16 #f001d28
  64. chore generate stubs & fix docs
    PraetorP 2022-12-16 #9e7b960
  65. Remove only
    Max Andreev 2022-12-16 #66caf45
  66. Add InsufficientBalanceToLock test
    Max Andreev 2022-11-29 #b8c17db
  67. add Dockerfile-polkadot
    Konstantin Astakhov 2022-12-05 #e24fea5
  68. Use chai-subset to test events
    Max Andreev 2022-12-21 #a01203d
  69. fix remove .only
    Daniel Shiposha 2022-12-19 #272aaf6
  70. Feature/evm_set-get_tokenPropertyPermissions
    ut-akuznetsov 2022-12-16 #dfa407a
  71. chore generate types
    PraetorP 2022-12-16 #8ba2075
  72. add yarn-dev to master
    Konstantin Astakhov 2022-12-15 #0ad755c
  73. docs description for `CollectionLimits` variants.
    PraetorP 2022-12-16 #3ef6188
  74. docs fix gramar
    PraetorP 2022-12-16 #e624910
  75. Combine transfer and transferFromm tests
    Max Andreev 2022-12-16 #1d1847e
  76. Add vesting e2e test and helpers
    Max Andreev 2022-11-24 #9efe15d
  77. fix timing for pending interval `appPromotion` pallet
    Greg Zaitsev 2022-12-07 #19b4987
  78. Add more approve tests
    Max Andreev 2022-12-21 #534b1e6
  79. test web3 vs evm call fees
    Daniel Shiposha 2022-12-19 #2b932d2
  80. Merge pull request #748 from UniqueNetwork/feature/add-precompiles
    ut-akuznetsov 2022-12-16 #3f0dc65
  81. docs and bump versions
    Trubnikov Sergey 2022-12-16 #0ade15e
  82. chore evm stubs
    PraetorP 2022-12-16 #5b5c3e4
  83. Use patch-branches for node-only-update tests
    Max Andreev 2022-12-14 #4155ba0
  84. fix empty space
    PraetorP 2022-12-16 #7c07865
  85. chore generate stubs & types
    PraetorP 2022-12-16 #f5a501e
  86. Merge branch 'develop' into tests/eth-helpers
    Max Andreev 2022-12-16 #6d28dd8
  87. test use getApi()
    Yaroslav Bolyukin 2022-11-24 #e8d45f9
  88. Node-only update: run tests in parallel
    Max Andreev 2022-12-02 #35d50c1
  89. fix timing for pending interval `appPromotion` pallet
    PraetorP 2022-12-07 #5978a55
  90. Merge branch 'develop' into tests/eth-helpers
    Max Andreev 2022-12-21 #18ed554
  91. fix sumx => sumx2
    Yaroslav Bolyukin 2022-12-19 #f4f52b6
  92. Merge pull request #787 from UniqueNetwork/fix/unique-enable-foreign-assets
    kozyrevdev 2022-12-16 #d123ae6
  93. fix add PureStake license header
    Grigoriy Simonov 2022-12-16 #a126dc7
  94. fix PR
    Trubnikov Sergey 2022-12-16 #1fe93b2
  95. test added for substrate `EthCrossAccount` variant
    PraetorP 2022-12-16 #6760031
  96. Merge pull request #778 from UniqueNetwork/fix/add-weight-to-nft-and-rft-evm-methods
    ut-akuznetsov 2022-12-15 #03209c2
  97. refactor `collection_limits`, add docs for `CollectionLimits`
    PraetorP 2022-12-16 #6dd2322
  98. fix уер tests for `fungible` pallet
    PraetorP 2022-12-15 #6dd747e
  99. Remove old test
    Max Andreev 2022-12-16 #e36664c
  100. feat fake event injection
    Yaroslav Bolyukin 2022-11-23 #b230e7e