git.delta.rocks / unique-network / refs/commits / 93e757afede1

difftreelog
  1. fix add create_multiple_items_common
    Daniel Shiposha 2022-09-08 #93e757a
  2. fix make submitTransactionAsync deprecated
    Daniel Shiposha 2022-09-07 #8e6f8da
  3. fix close connection is finally clause
    Daniel Shiposha 2022-09-07 #46304da
  4. fix remove unneeded comment from construct_runtime
    Daniel Shiposha 2022-09-07 #10a3e17
  5. fix(xcm) use is_some in transact barrier
    Daniel Shiposha 2022-09-07 #c548321
  6. fix(foreign-assets) formatting
    Daniel Shiposha 2022-09-07 #179c572
  7. fix(foreign-assets) use map_err
    Daniel Shiposha 2022-09-07 #4654b7c
  8. fix remove 'transactional' from foreign-assets
    Daniel Shiposha 2022-09-07 #0a696c2
  9. fix(xcm-tests) use executeTransaction
    Daniel Shiposha 2022-09-07 #e379082
  10. fix(tests) keyring/logs/decimals parsing/comments
    Daniel Shiposha 2022-09-07 #2c288b0
  11. tests: add autogenerate JS types before start tests
    Alexander Aksenov 2022-09-07 #4bcecc1
  12. fix remove AllowUnpaidExecutionFrom from barrier
    Daniel Shiposha 2022-09-07 #6c36255
  13. Merge branch 'develop' into feature/multi-assets-redone
    Daniel Shiposha 2022-09-07 #13887cf
  14. fix xcm tests ts errors
    Daniel Shiposha 2022-09-07 #492866a
  15. Merge pull request #565 from UniqueNetwork/tests/eth-playgrounds
    ut-akuznetsov 2022-09-05 #fc6e541
  16. fix remove outdated xcm tests
    Daniel Shiposha 2022-09-07 #622f2e6
  17. Tests (util): Replace label with native error message + more functions + more docs
    ut-akuznetsov 2022-09-05 #46ff423
  18. test(util) fix extra message labeling
    Fahrrader 2022-09-05 #d561a49
  19. fix don't fail on tx retraction
    Daniel Shiposha 2022-09-07 #4e863a2
  20. Remove logs from the console
    Yaroslav Bolyukin 2022-08-31 #fc68cba
  21. test(util) addtional docs + minor refactoring
    Fahrrader 2022-09-02 #97bc0a1
  22. test(util) refactor removing unused variable from signature
    Fahrrader 2022-09-05 #45d6652
  23. fix pallets presence test
    Daniel Shiposha 2022-09-07 #943ea22
  24. Merge pull request #551 from UniqueNetwork/test/fix-typo-in-create-accounts
    ut-akuznetsov 2022-08-31 #21a2ff1
  25. test(util) replace label with native error message + shift default amounts in functions to 1
    Fahrrader 2022-09-02 #9df3a53
  26. Merge branch 'develop' into tests/eth-playgrounds
    Farhad Hakimov 2022-09-05 #a0802d2
  27. fix run Opal XCM tests only when needed
    Daniel Shiposha 2022-09-07 #0751022
  28. change name of concurency group
    kozyrevdev 2022-08-30 #c13f6a0
  29. test fix typo in createAccounts
    Fahrrader 2022-08-31 #7a7b4a5
  30. test(util) fix linting warnings
    Fahrrader 2022-09-05 #5a5760e
  31. test(xcm) qtz/unq rejects relay tokens
    Daniel Shiposha 2022-09-06 #503028e
  32. Clean up workflow. Add docker builder cleanup.
    Alexander Aksenov 2022-08-30 #bb78c7a
  33. change name of concurency group
    Alexander Aksenov 2022-08-30 #ba730d0
  34. test(eth) fix linting errors and warnings
    Fahrrader 2022-09-05 #dbce17d
  35. fix(xcm) opal tests
    Daniel Shiposha 2022-09-06 #6c9f876
  36. Merge pull request #483 from UniqueNetwork/feature/mint-for-fungible-token
    Yaroslav Bolyukin 2022-08-30 #6c48590
  37. test ethContract group for eth-playgrounds
    Andrey 2022-09-04 #e6b5df4
  38. chore regenerate test types
    Daniel Shiposha 2022-09-06 #5c119a6
  39. Merge pull request #542 from UniqueNetwork/fix/RFT_and_fractionalizer
    Yaroslav Bolyukin 2022-08-26 #5e4ac16
  40. fix Remove redudant template
    Trubnikov Sergey 2022-08-30 #42824e2
  41. test SilentConsole cls instead of multiple decorations
    Andrey 2022-09-04 #a68b33e
  42. fix parse bitint to decimals
    Daniel Shiposha 2022-09-06 #a865df5
  43. Merge remote-tracking branch 'origin/feature/add_collection_sponsor_substrate' into develop
    Yaroslav Bolyukin 2022-08-25 #eadc594
  44. fix test erc165
    Trubnikov Sergey 2022-08-26 #68035dd
  45. fix Tuple size calc
    Trubnikov Sergey 2022-08-30 #acaa3b6
  46. test Initial eth playgrounds
    Andrey 2022-09-04 #c9f3344
  47. fix(xcm) restore AllowTopLevelPaidExecutionFrom
    Daniel Shiposha 2022-09-06 #1a6fe8b
  48. test fix attribute imports
    Yaroslav Bolyukin 2022-08-25 #d254843
  49. misc: update stubs
    Trubnikov Sergey 2022-08-25 #6b71957
  50. fmt
    Trubnikov Sergey 2022-08-26 #ef71589
  51. fix Tuple size calculation. Some PR fixes.
    Trubnikov Sergey 2022-08-29 #67a4ea4
  52. fix qtz/unq xcm unit tests
    Daniel Shiposha 2022-09-06 #afdd4f3
  53. Document evm related crates
    Yaroslav Bolyukin 2022-08-25 #78becc5
  54. fix return comment
    Trubnikov Sergey 2022-08-25 #40371d4
  55. fix remove gas consuption
    Trubnikov Sergey 2022-08-26 #65f94fd
  56. fix After rebase
    Trubnikov Sergey 2022-08-29 #78a9952
  57. chore regenerate test types
    Daniel Shiposha 2022-09-06 #6876d14
  58. Test/move to playgrounds
    ut-akuznetsov 2022-08-25 #fb94d1c
  59. chore remove unused config param
    Yaroslav Bolyukin 2022-08-25 #625c503
  60. fix small fixes
    Trubnikov Sergey 2022-08-25 #e137eba
  61. feat make `nft2rftMapping` and `rft2nftMapping` public in Fractionalizer.sol
    Trubnikov Sergey 2022-08-26 #942486a
  62. fmt
    Trubnikov Sergey 2022-08-20 #c288f09
  63. fix typo foreing -> foreign
    Daniel Shiposha 2022-09-06 #a6f37fb
  64. fix docker cache cleanup
    Alexander Aksenov 2022-08-25 #34aa637
  65. fix after review
    Max Andreev 2022-08-25 #7079d71
  66. doc: clarification review
    Greg Zaitsev 2022-08-19 #5af3116
  67. fmt
    Trubnikov Sergey 2022-08-25 #9d78c86
  68. fix Return erc721 instead erc20
    Trubnikov Sergey 2022-08-26 #f1d8c4a
  69. minor: change calculating size for simple types.
    Trubnikov Sergey 2022-08-19 #0a5eeb0
  70. refactor rename local xcm_config to xcm_barrier
    Daniel Shiposha 2022-09-06 #64ecfc5
  71. fix specify ws max connections to handle higher load
    Alexander Aksenov 2022-08-25 #1985fdc
  72. ignore errors
    wait for balances
    Max Andreev 2022-08-25 #c52e8a6
  73. doc(node): fix ChainSpec reference
    Yaroslav Bolyukin 2022-07-12 #c89a3fa
  74. misc: update stubs
    Trubnikov Sergey 2022-08-25 #2ba119d
  75. fix remove `setParentNFT`
    Trubnikov Sergey 2022-08-26 #fa9ccd7
  76. test Fix test
    Trubnikov Sergey 2022-08-17 #3114b4f
  77. fix(xcm) remove AllowTopLevelPaidExecutionFrom
    Daniel Shiposha 2022-09-06 #e0c98a4
  78. Feature/refactor contract sponsoring
    Yaroslav Bolyukin 2022-08-25 #999c24f
  79. Merge branch 'develop' into test/move-to-playgrounds
    Max Andreev 2022-08-25 #9e1cf3e
  80. doc(pallet-evm-transaction-payment): document public api
    Yaroslav Bolyukin 2022-07-12 #40ef8e0
  81. fix After rebase
    Trubnikov Sergey 2022-08-25 #41b5a1d
  82. path: Add test for simple data
    Trubnikov Sergey 2022-08-17 #2cb2756
  83. refactor move common xcm parts to common
    Daniel Shiposha 2022-09-06 #568279d
  84. fix enable draft mode fot nodes only tests
    Alexander Aksenov 2022-08-24 #cdbbf09
  85. fmt
    Trubnikov Sergey 2022-08-25 #e80fd26
  86. add collection allow-list methods to playgrounds
    Max Andreev 2022-08-24 #e1ae4a6
  87. doc(pallet-evm-migration): document public api
    Yaroslav Bolyukin 2022-07-12 #68058b4
  88. misk: Update stubs
    Trubnikov Sergey 2022-08-24 #fd0a584
  89. path: Fix parsing simple values.
    Trubnikov Sergey 2022-08-17 #420882b
  90. fix(xcm) get rid of xcm warns, fix quartz CurrencyIdConvert
    Daniel Shiposha 2022-09-06 #25b276d
  91. fix comments inside steps not supported
    Alexander Aksenov 2022-08-24 #1ec8250
  92. fix Small fixes.
    Trubnikov Sergey 2022-08-25 #4b4feb5
  93. remove duplicated interfaces
    Max Andreev 2022-08-24 #15ab591
  94. style allow missing docs in weights
    Yaroslav Bolyukin 2022-07-12 #19dbab9
  95. misk: Change versions
    Trubnikov Sergey 2022-08-24 #83de2b0
  96. chore add docs
    Grigoriy Simonov 2022-08-11 #5562dab
  97. fix get rid of unneeded comments in xcm configs
    Daniel Shiposha 2022-09-05 #ecb82c0
  98. fix comment launch of readyness check
    Alexander Aksenov 2022-08-24 #ce257ea
  99. fix Spend gas before do some thing.
    Trubnikov Sergey 2022-08-25 #1b03174
  100. move types and interfaces to types.ts
    Max Andreev 2022-08-24 #85f3ef2