git.delta.rocks / unique-network / refs/commits / 1454e80628f1

difftreelog

commits

testshistory
  1. Merge pull request #988 from UniqueNetwork/fix/collector-selection-tests-release-60
    Yaroslav Bolyukin 2023-09-08 #f3f56cc
  2. Merge pull request #989 from UniqueNetwork/fix/maintenance-tests-release-60
    Yaroslav Bolyukin 2023-09-08 #e6eb884
  3. fix maintenance tests - disable MM after the suite
    Daniel Shiposha 2023-09-08 #62d7507
  4. ci fix codestyle failures
    Yaroslav Bolyukin 2023-09-08 #d892f52
  5. fix use plain node names instead of test account names
    Daniel Shiposha 2023-09-08 #0caf783
  6. ci move forkless-nodata to baedeker
    Yaroslav Bolyukin 2023-09-08 #5a3f942
  7. fix collator-selection tests
    Daniel Shiposha 2023-09-08 #f4daa42
  8. test runtime upgrade helpers
    Yaroslav Bolyukin 2023-09-08 #8483c29
  9. Baedeker helper script
    Yaroslav Bolyukin 2023-09-06 #d3757b6
  10. Merge pull request #985 from UniqueNetwork/fix/xcm-release-60
    Yaroslav Bolyukin 2023-09-06 #33d4989
  11. * modify collator selection workflow for baedeker
    
    * fix collator selection workflow for baedeker
    
    * add modify in spec for collator selection workflow
    
    * test: also accept sapphire as substrateUrl
    
    * modify workflow collator-selection for baedeker
    
    * ci: remove unused collator-selection setups
    
    ---------
    BuddyGlas 2023-09-06 #432eea3
  12. fix xcm tests
    Daniel Shiposha 2023-09-06 #bf4df5f
  13. * add events asserts
    
    * fix eslint
    
    * eslint fix - unused vars
    Max Andreev 2023-09-06 #3050b51
  14. Move node-only CI to baedeker
    Yaroslav Bolyukin 2023-09-05 #ec8104e
  15. ci move nodeonly to baedeker
    Yaroslav Bolyukin 2023-09-03 #1a650ec
  16. test(gov): added neg votes
    Yaroslav Bolyukin 2023-09-04 #c6d53cc
  17. Merge pull request #976 from UniqueNetwork/fix/governance-setup-inconsistencies
    Yaroslav Bolyukin 2023-09-02 #3e9a8d1
  18. test(gov) added neg votes
    PraetorP 2023-09-04 #edf428e
  19. Init baedeker
    Yaroslav Bolyukin 2023-09-01 #a17eff7
  20. Merge pull request #974 from UniqueNetwork/fix/evm-coder-leftovers
    Yaroslav Bolyukin 2023-08-30 #369a51d
  21. test restore gov tests
    Yaroslav Bolyukin 2023-09-01 #693c003
  22. fix tests cleanup
    Andy Smith 2023-08-29 #0ce92f0
  23. refactor fix complex value type support in evm-coder
    Yaroslav Bolyukin 2023-08-29 #905f9b3
  24. fix createCollection flags test
    Andy Smith 2023-08-30 #66f7f7d
  25. * 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
  26. test rewrite metadata fetch to js
    Yaroslav Bolyukin 2023-09-01 #21a0683
  27. * 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
  28. Forbid warnings
    Yaroslav Bolyukin 2023-08-15 #950d276
  29. test(evm) using value with Option::None is not allowed
    Yaroslav Bolyukin 2023-08-30 #e12df81
  30. test make testing more resilent to random failures
    Yaroslav Bolyukin 2023-08-31 #0722057
  31. Update polkadot to v0.9.43
    Yaroslav Bolyukin 2023-08-14 #fc1ccc4
  32. test fix unique imports and eslint
    Andy Smith 2023-08-31 #d83685b
  33. test remove .only
    Yaroslav Bolyukin 2023-02-17 #a5ed1cd
  34. ci use compose discovery
    Yaroslav Bolyukin 2023-08-30 #12f3485
  35. * 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
  36. ci regenerate .env
    Yaroslav Bolyukin 2023-07-21 #8d3362a
  37. Merge branch 'for-release-v937053' into develop
    Yaroslav Bolyukin 2023-02-16 #9dc5612
  38. test regenerate types
    Yaroslav Bolyukin 2023-08-27 #c1adeef
  39. fix sponsoring tests
    Grigoriy Simonov 2023-07-11 #83605d4
  40. ci remove ws-port leftovers
    Yaroslav Bolyukin 2023-07-21 #ebfc6b1
  41. Merge pull request #887 from UniqueNetwork/fix/staking-events
    Yaroslav Bolyukin 2023-02-16 #a960a80
  42. ci use baedeker for xcm workflow
    Yaroslav Bolyukin 2023-08-25 #86762e7
  43. Fix dependabot js alert
    Yaroslav Bolyukin 2023-02-16 #58315dd
  44. Fix eslint warning
    Max Andreev 2023-02-16 #5ae113b
  45. build update .env
    Yaroslav Bolyukin 2023-02-15 #35e58cf
  46. ci update env generator
    Yaroslav Bolyukin 2023-08-25 #b8ffe22
  47. * 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
  48. style fix formatting
    Yaroslav Bolyukin 2023-07-17 #a73db73
  49. Merge pull request #855 from UniqueNetwork/tests/generalization
    Yaroslav Bolyukin 2023-02-16 #0bfb469
  50. fix dependabot alert
    Andy Smith 2023-02-16 #e394ce3