git.delta.rocks / unique-network / refs/commits / 369a51ded768

difftreelog
  1. Merge pull request #974 from UniqueNetwork/fix/evm-coder-leftovers
    Yaroslav Bolyukin 2023-08-30 #369a51d
  2. fix tests cleanup
    Andy Smith 2023-08-29 #0ce92f0
  3. test fix build and style
    Yaroslav Bolyukin 2023-08-30 #c466f2a
  4. refactor fix complex value type support in evm-coder
    Yaroslav Bolyukin 2023-08-29 #905f9b3
  5. fix createCollection flags test
    Andy Smith 2023-08-30 #66f7f7d
  6. * feature: democracy draft
    
    * fix: basic democracy setup
    
    * fix: cargo fmt
    
    * feat: setup maintenance manager origin
    
    * feat: root or tech comm cna set collators
    
    * feat: root or tech commm can set identities
    
    * fix: remove democracy benchmarks
    
    * fix: pallet-presence
    
    * fix: externalDefaultOrigin
    
    * fix: all tech comm can suspend/resume xcm
    
    * test(governance): first batch
    
    * revert(democracy): launch-config
    
    * refactor(governance): address suggestions
    
    * refactor(governance): switch to frame's democracy pallet
    
    * chore: update deps
    
    * chore: fix deps
    
    * chore: fix xcm mod
    
    * feature(governance): add new associated types from 42 v
    
    * feat(governance): add ranked collective
    
    * refactor(governance): split codebase to entities
    
    * feature(governance): pallets config & refactor
    
    * feat(governance): fix tracks and mapping
    
    * feature(governance): tune types for maintenance&xcm
    
    * feat(governance): rename pallet name to integrate with apps ui
    
    * feature(governance): remove unused origins
    
    * feature(governance): rename track
    
    * feature(governance): change rank mapper & democracy track id
    
    * feat(governance): configuration impl
    
    * refactor: remove old gov tests, add new test-cases + minor fix
    
    * feature(governance): aded events, config impl, bencmarks
    
    * feature(governance): set correct weight to `set_governance_arg`
    
    * refactor(governance): `ClassToRankMapper`
    
    * Update runtime/common/config/pallets/governance/types.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * Update pallets/configuration/src/lib.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * Update runtime/common/config/pallets/governance/council_collective.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * Update runtime/common/config/pallets/governance/council_collective.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * Update runtime/common/config/pallets/governance/council_collective.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * Update runtime/common/config/pallets/governance/technical_committee.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * Update runtime/common/config/pallets/governance/technical_committee.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * Update runtime/common/config/pallets/governance/technical_committee.rs
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * refactor(governance): code organization
    
    * fix: format
    
    * feature(governance): added new types
    
    * refactor: gov origins, minor fixes
    
    * chore: regenerate types
    
    * chore: update Cargo.lock
    
    * fix: governance playground fixes
    
    * fix: cargo fmt
    
    * Initialize Council and Technical Committee tests
    
    * refactor: governance params + test timings
    
    * feat(tests): add time-to-block constants
    
    * refactor(tests): event helpers
    
    * feat(tests): add fellowship helpers
    
    * fix(tests): xcm tests use new event helpers
    
    * test: fellowship basic tests
    
    * feat: add fellowship timing MIN_ENACTMENT_PERIOD
    
    * refactor(tests): instroduce governance test infrastructure
    
    * fix: cargo fmt
    
    * fix: yarn lint
    
    * feat: add moreThanHalfCouncil
    
    * fix: council test
    
    * test: fellowship
    
    * test(council): added impl for 14 cases + helpers + refac
    
    * test(council): prime member impl + Closed events parser
    
    * test(council): tests + helpers
    
    * test(goverment): refactor test organization
    
    * test(governance): comm tests
    
    * fix: quartz test-env feature
    
    * feat: add gov workflow, add describeGov
    
    * test: democracy
    
    * fix: optimize techcomm imports
    
    * fix: exclude unique from gov workflow
    
    * Update tests/src/governance/council.test.ts
    
    Co-authored-by: Daniel Shiposha <mrshiposha@gmail.com>
    
    * fix(test governance): origin for council members
    
    * No more state in governance test utils
    
    * fix typo
    
    * fix(test gov): dummy prop impl
    
    * test(governance): refactor & remove unused
    
    * refactor(gobv test): initCouncil
    
    * chore(governance): after rebase fixes
    
    * fix: fmt
    
    * fix: fmt & types
    
    * chore: polkadot types
    
    * chore(gov): fix gov workflow
    
    * change api port to rpc for 0.9.43 polkadot
    
    * test(gov): fix waiter for block
    
    Added fn for hard reset some of pallets
    
    * test(gov): fix waiter for block
    
    Added hard reset for some of the pallets
    
    * Update runtime/common/config/pallets/governance/fellowship.rs
    
    Co-authored-by: Yaroslav Bolyukin <iam@lach.pw>
    
    * add var wasm_name for goverments workflow for running sapphire
    
    * fix(runtime): spces -> tabs
    
    * add var wasm_name for goverments workflow for running sapphire
    
    * refactor(governance):
    
    - Removed debug test info
    - Added new test for current Add\Remove assoc. type
    - Changed gov settings
    -Added helper `getMembers` for RankedCollective group
    
    * refactor(governacne): nitpicks
    
    * refactor(governance):construct runtime.
    
    Fixed condition for skipping unique scheduler tests.
    
    Added full name codec dep .
    
    * fix(gov): added `origins` to pallets list
    
    ---------
    Pavel Orlov 2023-08-23 #1a4aa2d
  7. style fix formatting
    Yaroslav Bolyukin 2023-08-30 #e24c985
  8. * feat: setNesting api change
    
    * fix: change restricted collections to addresses instead of ids
    
    * feat: all in one create collection method
    
    * fix: code review requests
    
    * feat: use struct for create_collection flags
    
    * fix: update evm-coder dependency
    
    * fix: code review requests
    
    * fix: change pending_sponsor to optional cross address
    
    * feat: forbid user from using flags
    
    * refactor: deduplicate CollectionFlags struct
    
    * fix: eth CollectionMode should be NFT
    
    * style: fix clippy warning
    
    * fix: disable eth create_collection
    
    ---------
    Gregory Simonov 2023-08-16 #20ac01d
  9. fix restore unrecognized selector error message
    Yaroslav Bolyukin 2023-08-30 #dff02f7
  10. Forbid warnings
    Yaroslav Bolyukin 2023-08-15 #950d276
  11. test(evm) using value with Option::None is not allowed
    Yaroslav Bolyukin 2023-08-30 #e12df81
  12. ci node only update changes (#956)
    BuddyGlas 2023-08-14 #e7df43a
  13. ci run clippy
    Yaroslav Bolyukin 2023-02-17 #4bcabac
  14. Update polkadot to v0.9.43
    Yaroslav Bolyukin 2023-08-14 #fc1ccc4
  15. ci forbid eslint warnings
    Yaroslav Bolyukin 2023-02-17 #9f5355d
  16. * test try-runtime 01
    
    * test try-runtime 02
    
    * test try-runtime 03
    
    * test try-runtime 04
    
    * test try-runtime 05
    
    * test try-runtime
    
    * test try-runtime 6
    
    * test 7
    
    * test try-runtime 8
    
    * test try-runtime 9
    
    * test try-runtime 10
    BuddyGlas 2023-07-11 #724706b
  17. build update dependencies
    Yaroslav Bolyukin 2023-07-21 #471fdb4
  18. test remove .only
    Yaroslav Bolyukin 2023-02-17 #a5ed1cd
  19. * feat: added bench for nesting
    
    * fix: nitpicks
    
    * fix: remove unused deps
    
    * test(market): compilator version has been changed
    
    * use toolchain version from .env fir codestyle wf
    
    * fix: fmt
    
    * chore: update `proc-macro2` dep
    
    Updated from 1.0.59 to 1.0.63
    
    * Fix solidity version
    
    ---------
    Pavel Orlov 2023-07-11 #28d97ca
  20. ci regenerate .env
    Yaroslav Bolyukin 2023-07-21 #8d3362a
  21. Merge branch 'for-release-v937053' into develop
    Yaroslav Bolyukin 2023-02-16 #9dc5612
  22. fix sponsoring tests
    Grigoriy Simonov 2023-07-11 #83605d4
  23. ci remove ws-port leftovers
    Yaroslav Bolyukin 2023-07-21 #ebfc6b1
  24. Merge pull request #887 from UniqueNetwork/fix/staking-events
    Yaroslav Bolyukin 2023-02-16 #a960a80
  25. doc: v937053 migrations
    Yaroslav Bolyukin 2023-02-16 #1c33352
  26. * fix: add common link
    
    * fix: add windows note
    
    * fix: rename common-link to runtime_common
    Daniel Shiposha 2023-07-10 #83d67e5
  27. ci remove deprecated arguments
    Yaroslav Bolyukin 2023-07-20 #1b4b057
  28. Fix dependabot js alert
    Yaroslav Bolyukin 2023-02-16 #58315dd
  29. Fix eslint warning
    Max Andreev 2023-02-16 #5ae113b
  30. build update .env
    Yaroslav Bolyukin 2023-02-15 #35e58cf
  31. * feat!: decoupling configuration&collators pallets
    
    BREAKING CHANGE: pallet `collator-selection` no longer has a tight coupling with the `configuration` pallet
    
    * refactor(collator-selection): type bounds, tests
    
    * refactor(collator-selection): tests
    
    * add ci step for banchmark tests
    
    * add opsFee tests
    
    ---------
    Pavel Orlov 2023-06-30 #d8a735e
  32. style fix formatting
    Yaroslav Bolyukin 2023-07-17 #a73db73
  33. Merge pull request #855 from UniqueNetwork/tests/generalization
    Yaroslav Bolyukin 2023-02-16 #0bfb469
  34. fix dependabot alert
    Andy Smith 2023-02-16 #e394ce3
  35. Fix flaky test
    Max Andreev 2023-02-16 #e43feaa
  36. ci fix version source for uniquewest
    Yaroslav Bolyukin 2023-02-16 #d6c639f
  37. Send value to contract with evm call
    Yaroslav Bolyukin 2023-06-30 #1ecd8fc
  38. refactor ethereum RPC/tasks initialization
    Yaroslav Bolyukin 2023-06-16 #ec57cb9
  39. feat(app-promo): removed storage used for migration
    Yaroslav Bolyukin 2023-02-15 #59a9de8
  40. Merge branch 'develop' into tests/generalization
    Max Andreev 2023-01-24 #a17a394
  41. Tests: execute payoutStakers until reward for test account
    Max Andreev 2023-02-16 #58ad49b
  42. build run benchmarks
    Igor Kozyrev 2023-02-15 #efcf858
  43. Merge pull request #954 from UniqueNetwork/feature/update_market_v2_contract
    Yaroslav Bolyukin 2023-06-29 #1913bf6
  44. fix update unique-frontier dependency
    Grigoriy Simonov 2023-06-30 #07a896e
  45. feat update BaseFee storage from pallet-configuration
    Yaroslav Bolyukin 2023-06-16 #f28d992
  46. Feature/app promo unstake behaviour
    Yaroslav Bolyukin 2023-02-15 #91c34ac
  47. feat(app-promo) removed storage used for migration
    PraetorP 2023-02-15 #f48b2b1
  48. Refactor the rest of nest.tests
    Max Andreev 2023-01-24 #8cb9477
  49. Merge pull request #853 from UniqueNetwork/fix/erc20
    Yaroslav Bolyukin 2023-01-23 #35f818f
  50. Add more event-tests
    Max Andreev 2023-02-16 #991825e
  51. feat enable refungible on unique
    Yaroslav Bolyukin 2023-02-15 #f5be0f5
  52. ci collator-selection for dockerhub
    Yaroslav Bolyukin 2023-06-28 #ef738f7
  53. Remove console.log
    Andy Smith 2023-06-27 #54a7967
  54. test tests for sending `value` with `evm.call`
    Grigoriy Simonov 2023-06-27 #f661a22
  55. refactor drop TransactionConverter support
    Yaroslav Bolyukin 2023-06-16 #55ce0a6
  56. Merge pull request #871 from UniqueNetwork/feature/move_TokenChanged_event
    Yaroslav Bolyukin 2023-02-13 #9f4fc06
  57. refac(app-promo): ensure expr
    PraetorP 2023-02-15 #803eec0
  58. Nesting tests refactoring WIP
    Max Andreev 2023-01-20 #472f7ca
  59. Merge pull request #839 from UniqueNetwork/test/collectionFees
    Yaroslav Bolyukin 2023-01-20 #1154c05
  60. feat add expected selector for `erc20`
    PraetorP 2023-01-23 #dc96dca
  61. fix(app-promo) event to `unstake_partial`
    PraetorP 2023-02-16 #d022759
  62. build bump spec_version to 937053
    Yaroslav Bolyukin 2023-02-15 #6f5be65
  63. * fix: return TokenData with owner for old runtimes
    
    * fix: code review requests
    
    * fix: code review requests
    
    ---------
    Gregory Simonov 2023-06-28 #9c3f000
  64. ci collator-selection for dockerhub
    Konstantin Astakhov 2023-06-23 #6f79f09
  65. Update market + substrate sponsoring example
    Andy Smith 2023-06-27 #a7c577e
  66. feat(app-promo) types for `Currency` trait support has been removed & bench fix
    PraetorP 2023-06-23 #65414d6
  67. ci fix launch-config
    Yaroslav Bolyukin 2023-07-17 #4d3b620
  68. Fix/collection owner nesting
    Yaroslav Bolyukin 2023-02-11 #3563d09
  69. fix after fix eevm_coder
    Trubnikov Sergey 2023-02-13 #40d2262
  70. fix(app-promo) benchmarks
    PraetorP 2023-02-15 #b190805
  71. Merge branch 'develop' into tests/generalization
    Max Andreev 2023-01-20 #15d448e
  72. Merge pull request #848 from UniqueNetwork/fix/find-parent
    Yaroslav Bolyukin 2023-01-19 #24d3f67
  73. chore delete unused `json` files
    PraetorP 2023-01-19 #3c10d1c
  74. fix `erc20` interface identifier for fungible collection
    PraetorP 2023-01-23 #9f46930
  75. test unstakePartial event wip
    Max Andreev 2023-02-16 #872bbf1
  76. feat SelfSponsoring migration
    Yaroslav Bolyukin 2023-02-15 #260c4c9
  77. migration(app-promo): added number(s) of unhandled blocks
    PraetorP 2023-06-15 #c575769
  78. fix add `from` to `confirmSponsorship`
    Grigoriy Simonov 2023-06-26 #8196877
  79. build bump spec_version
    Yaroslav Bolyukin 2023-07-17 #4de16ed
  80. Merge pull request #880 from UniqueNetwork/fix/readme-0.9.37
    Yaroslav Bolyukin 2023-02-10 #7467766
  81. fix cargo fmt
    Daniel Shiposha 2023-02-10 #4a2e26d
  82. fix after rebase
    Trubnikov Sergey 2023-02-13 #6cb52a2
  83. refac(app-promo): `unstake_partial` optimize code.
    PraetorP 2023-02-15 #eb685d6
  84. Tests refactoring WIP
    Max Andreev 2023-01-20 #a93496d
  85. Upgrade dependencies
    Yaroslav Bolyukin 2023-01-19 #030bc0d
  86. fix find_parent
    Daniel Shiposha 2023-01-19 #05c459d
  87. Added fee measuring benchmarks for collection ops (create, mint, transfer) and zeppelin contract.
    
    Added `mintCross` case to property measurement script
    PraetorP 2023-01-18 #c490c56
  88. feat remove rmrk leftovers migration
    Yaroslav Bolyukin 2023-02-15 #98c55c3
  89. * fix: set prop for not existed token
    
    * optimize token checking
    
    * remove comments
    
    * test(token properties): on token non-existence
    
    * fix PR comments
    
    * rename value
    
    * refactor(modify token properties): readability + grammar
    
    * revert: unused import used for try-runtime
    
    * fix prop permission check
    
    * Add self_mint flag
    
    * Add LazyValue
    
    * fix tests
    
    * fix unit tests
    
    * fix docker
    
    * fix mintCross sponsoring
    
    * Generalize next_token_id
    
    * fix: set sponsored properties
    
    ---------
    bugrazoid 2023-06-14 #e1f20e1
  90. Test for market sponsoring
    Andy Smith 2023-06-26 #e041df2
  91. build update polkadot to v0.9.43
    Yaroslav Bolyukin 2023-07-16 #8d1c3c9
  92. Feature/erc721bench
    Andy Smith 2023-02-09 #d6d8a45
  93. fix README 0.9.37
    Daniel Shiposha 2023-02-10 #4302b27
  94. fix collection owner ouroboros
    Daniel Shiposha 2023-02-10 #6aa1a19
  95. fix PR
    Trubnikov Sergey 2023-02-06 #ab7466d
  96. Tests: unstakeAll after each test
    Max Andreev 2023-02-15 #6a05547
  97. Skip rft tests for Unique
    Max Andreev 2023-01-18 #ba92b38
  98. Fix test: add more tokens
    Yaroslav Bolyukin 2023-01-19 #d8a93a3
  99. build upgrade dependencies
    Yaroslav Bolyukin 2023-01-19 #fa01f9a
  100. This reverts commit e0035410299d589d1232ce7c17dfd86b7d8a3f45.
    Daniel Shiposha 2023-01-19 #6a7ab3b