git.delta.rocks / unique-network / refs/commits / 886d2a88cd00

difftreelog
  1. Generous contract sponsoring mode
    kozyrevdev 2022-02-17 #886d2a8
  2. Remove allowlist enablement check from allowed()
    kozyrevdev 2022-02-17 #57eee2a
  3. Merge branch 'develop' into feature/contract-sponsoring-modes
    Igor Kozyrev 2022-02-17 #97d7053
  4. Merge pull request #275 from UniqueNetwork/feature/CORE-262
    kozyrevdev 2022-02-17 #71137c9
  5. refactor remove allowlist enablement check from allowed()
    Yaroslav Bolyukin 2022-01-17 #0170049
  6. fix impl MaxEncodedLen for SponsoringMode
    Yaroslav Bolyukin 2022-02-10 #e7ebf1d
  7. Add createCollectionEx call
    kozyrevdev 2022-02-17 #75d8b90
  8. fix warnings
    Igor Kozyrev 2022-02-17 #c4304c1
  9. Opal Runtime v914000
    Greg Zaitsev 2021-12-14 #fcf0631
  10. Merge branch 'develop' into feature/contract-sponsoring-modes
    Igor Kozyrev 2022-02-09 #3b32197
  11. Merge pull request #289 from UniqueNetwork/feature/token-owner-backwards-compat
    kozyrevdev 2022-02-17 #c5b0654
  12. fix code style
    Igor Kozyrev 2022-02-17 #0660dd1
  13. Merge branch 'develop' into feature/CORE-262
    Igor Kozyrev 2022-02-17 #4664e20
  14. polkadot-v0.9.14
    Greg Zaitsev 2021-12-14 #3820096
  15. up version
    Igor Kozyrev 2021-12-13 #e7d0544
  16. fixup impl
    Yaroslav Bolyukin 2022-01-26 #ffd579c
  17. Upgrade to polkadot v0.9.16
    kozyrevdev 2022-02-09 #de5ac2f
  18. Release Opal Runtime v916001
    kozyrevdev 2022-02-11 #bcf103b
  19. fix backwards compatibility for token_owner rpc
    Yaroslav Bolyukin 2022-02-14 #f0549a8
  20. Merge branch 'develop' into feature/create-collection-ex
    Igor Kozyrev 2022-02-14 #c091cef
  21. refactor TokenValueNotEnough -> ApprovedValueTooLow
    Fahrrader 2022-01-10 #ef625f8
  22. Hotfix/inflation year fix
    kozyrevdev 2021-12-10 #30f58ba
  23. up docker version
    Igor Kozyrev 2021-12-13 #4c61419
  24. fixup tests
    Yaroslav Bolyukin 2022-01-26 #dd2a57f
  25. up runtime version
    Igor Kozyrev 2022-02-09 #eebd5d8
  26. Xcm token transfer with Karura
    kozyrevdev 2022-02-10 #5bd4b32
  27. update build docs
    Igor Kozyrev 2022-02-11 #f13427c
  28. fix CreateCollectionData Default bound
    Yaroslav Bolyukin 2022-02-10 #613cf39
  29. release/opal-v913010
    kozyrevdev 2021-12-10 #a1f3ad0
  30. fix GenesisConfig
    Igor Kozyrev 2021-12-10 #002f42f
  31. polkadot-v0.9.14
    Igor Kozyrev 2021-12-13 #da9194a
  32. test(contract-helpers) generous sponsoring mode
    Yaroslav Bolyukin 2022-01-19 #a11cc83
  33. up polkadot version
    Igor Kozyrev 2022-02-09 #7b68440
  34. wait 3 blocks to confirm xcm transfer
    Igor Kozyrev 2022-02-10 #5b17553
  35. fix runtime state version
    Igor Kozyrev 2022-02-10 #2331897
  36. merge develop
    Igor Kozyrev 2022-02-09 #e3f5fcb
  37. Workaround block time
    kozyrevdev 2021-12-10 #7295070
  38. up version
    Igor Kozyrev 2021-12-09 #77bd60e
  39. restore Opal identity
    Igor Kozyrev 2021-12-10 #9dec2b1
  40. feat(contract-helpers) generous sponsoring mode
    Yaroslav Bolyukin 2022-01-19 #a5d7692
  41. test upgrade evm.call arguments
    Yaroslav Bolyukin 2022-02-09 #409ca7f
  42. low hrmp limits on testnet
    Igor Kozyrev 2022-02-10 #aac898b
  43. up version
    Igor Kozyrev 2022-02-10 #9c8de33
  44. test createCollectionEx
    Yaroslav Bolyukin 2022-01-11 #fb129ad
  45. Inflation pallet block provider added. Setted up to relay chain.
    kozyrevdev 2021-12-09 #44c8558
  46. feat workaround block time
    Yaroslav Bolyukin 2021-12-09 #b3b7761
  47. rebuild
    Igor Kozyrev 2021-12-09 #f94b311
  48. Merge branch 'develop' into hotfix/inflation_year_fix
    Igor Kozyrev 2021-12-10 #e578e5f
  49. test fix unit tests
    Yaroslav Bolyukin 2022-02-08 #e5f149d
  50. fix configuration
    Igor Kozyrev 2022-02-10 #bad94bc
  51. feat allow more fields to be set on collection creation
    Yaroslav Bolyukin 2022-01-11 #e637581
  52. Release/opal v913000
    kozyrevdev 2021-12-08 #6388bd8
  53. merge develop
    Igor Kozyrev 2021-12-08 #9a38427
  54. Fix formatting
    Greg Zaitsev 2021-12-10 #7fc3eec
  55. build pull changes from upstream substrate
    Yaroslav Bolyukin 2022-02-07 #b8e9f67
  56. Xcm tests completed
    str-mv 2022-01-27 #e862576
  57. Upgrade polkadot to v0.9.13
    kozyrevdev 2021-12-08 #2f97751
  58. runtime v913000
    Igor Kozyrev 2021-12-06 #a59dce9
  59. Fix imflation unit tests
    Greg Zaitsev 2021-12-07 #3495f61
  60. Fix inflation for large kusama start block
    Greg Zaitsev 2021-12-10 #2c4dad5
  61. style fix warnings
    Yaroslav Bolyukin 2022-02-02 #bd1249e
  62. feat(xcm-tests) sending is ready, receiving pending core functionality
    Fahrrader 2022-01-21 #253e15b
  63. Merge pull request #264 from UniqueNetwork/ci/remove-rpc-flag-westend
    kozyrevdev 2021-12-07 #0f93d1b
  64. feat return rpc error on not found collection
    Yaroslav Bolyukin 2021-12-06 #b92deac
  65. Merge branch 'release/opal-v912210' into release/opal-v913000
    Igor Kozyrev 2021-12-06 #a55186f
  66. Format inflation
    Greg Zaitsev 2021-12-07 #4a7e624
  67. quartz identity
    Igor Kozyrev 2021-12-09 #737a762
  68. refactor remove contract-helpers pallet
    Yaroslav Bolyukin 2022-02-02 #7159269
  69. From Karura transfers
    str-mv 2022-01-26 #1c8c05f
  70. Unit tests fixed
    kozyrevdev 2021-12-03 #ea0c488
  71. ci remove rpc flag from westend launch config
    Yaroslav Bolyukin 2021-12-07 #9ada1e3
  72. ci upgrade polkadot-launch
    Yaroslav Bolyukin 2021-12-06 #789924d
  73. up node and runtime versions
    Igor Kozyrev 2021-12-06 #92ff71b
  74. temporary disable inflation pallet
    Igor Kozyrev 2021-12-06 #fc45bed
  75. Fix inflation build
    Greg Zaitsev 2021-12-07 #4e00e0c
  76. build upgrade polkadot to v0.9.16
    Yaroslav Bolyukin 2022-02-02 #9bfc203
  77. Logging for account conversion
    str-mv 2022-01-25 #ed10be8
  78. Merge pull request #240 from UniqueNetwork/feature/types-repo
    kozyrevdev 2021-12-02 #12f45ba
  79. fix integration tests
    Igor Kozyrev 2021-12-03 #7bc9172
  80. remove .only artefact
    Igor Kozyrev 2021-12-06 #4332271
  81. up version
    Igor Kozyrev 2021-12-03 #e9439e8
  82. Merge branch 'develop' into feature/CORE-247
    Greg Zaitsev 2021-12-07 #1ba63c8
  83. build upgrade to v0.9.15-1
    Yaroslav Bolyukin 2022-01-18 #54cf3db
  84. Karura
    str-mv 2022-01-17 #b3ebe07
  85. fix merge artefacts
    Igor Kozyrev 2021-12-02 #767e0d8
  86. change repo path
    Igor Kozyrev 2021-12-02 #26aa849
  87. Unit tests fixed
    str-mv 2021-12-03 #055622b
  88. build upgrade polkadot to v0.9.13
    Yaroslav Bolyukin 2021-12-06 #bb7acd4
  89. Convert inflation to FRAMEv2 and update
    Greg Zaitsev 2021-12-06 #574fb67
  90. build upgrade polkadot to v0.9.15
    Yaroslav Bolyukin 2022-01-17 #a5a9c66
  91. CORE-263
    kozyrevdev 2021-12-02 #ba996c4
  92. Merge branch 'develop' into feature/types-repo
    Igor Kozyrev 2021-12-02 #5b368f3
  93. Fix regular inflation
    Greg Zaitsev 2021-12-03 #7645521
  94. CORE-264
    kozyrevdev 2021-12-02 #e34cbb6
  95. CORE-263
    str-mv 2021-11-29 #0fa7bd4
  96. Merge branch 'develop' into feature/types-repo
    Yaroslav Bolyukin 2021-11-30 #cc72678
  97. Fix inflation
    Greg Zaitsev 2021-12-03 #c7478c5
  98. CORE-221
    kozyrevdev 2021-12-02 #a5075ea
  99. CORE-264
    str-mv 2021-11-29 #8649283
  100. Fix/develop tests
    kozyrevdev 2021-11-26 #30c3834