git.delta.rocks / unique-network / refs/commits / 950d276ffd36

difftreelog

commits

tests/srchistory
  1. Forbid warnings
    Yaroslav Bolyukin 2023-08-15 #950d276
  2. Update polkadot to v0.9.43
    Yaroslav Bolyukin 2023-08-14 #fc1ccc4
  3. test remove .only
    Yaroslav Bolyukin 2023-02-17 #a5ed1cd
  4. * 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
  5. ci regenerate .env
    Yaroslav Bolyukin 2023-07-21 #8d3362a
  6. Merge branch 'for-release-v937053' into develop
    Yaroslav Bolyukin 2023-02-16 #9dc5612
  7. fix sponsoring tests
    Grigoriy Simonov 2023-07-11 #83605d4
  8. Merge pull request #887 from UniqueNetwork/fix/staking-events
    Yaroslav Bolyukin 2023-02-16 #a960a80
  9. Fix dependabot js alert
    Yaroslav Bolyukin 2023-02-16 #58315dd
  10. Fix eslint warning
    Max Andreev 2023-02-16 #5ae113b
  11. build update .env
    Yaroslav Bolyukin 2023-02-15 #35e58cf
  12. * 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
  13. style fix formatting
    Yaroslav Bolyukin 2023-07-17 #a73db73
  14. Merge pull request #855 from UniqueNetwork/tests/generalization
    Yaroslav Bolyukin 2023-02-16 #0bfb469
  15. Fix flaky test
    Max Andreev 2023-02-16 #e43feaa
  16. ci fix version source for uniquewest
    Yaroslav Bolyukin 2023-02-16 #d6c639f
  17. Send value to contract with evm call
    Yaroslav Bolyukin 2023-06-30 #1ecd8fc
  18. feat(app-promo): removed storage used for migration
    Yaroslav Bolyukin 2023-02-15 #59a9de8
  19. Merge branch 'develop' into tests/generalization
    Max Andreev 2023-01-24 #a17a394
  20. Tests: execute payoutStakers until reward for test account
    Max Andreev 2023-02-16 #58ad49b
  21. Merge pull request #954 from UniqueNetwork/feature/update_market_v2_contract
    Yaroslav Bolyukin 2023-06-29 #1913bf6
  22. Feature/app promo unstake behaviour
    Yaroslav Bolyukin 2023-02-15 #91c34ac
  23. Refactor the rest of nest.tests
    Max Andreev 2023-01-24 #8cb9477
  24. Merge pull request #853 from UniqueNetwork/fix/erc20
    Yaroslav Bolyukin 2023-01-23 #35f818f
  25. Add more event-tests
    Max Andreev 2023-02-16 #991825e
  26. feat enable refungible on unique
    Yaroslav Bolyukin 2023-02-15 #f5be0f5
  27. Remove console.log
    Andy Smith 2023-06-27 #54a7967
  28. test tests for sending `value` with `evm.call`
    Grigoriy Simonov 2023-06-27 #f661a22
  29. Merge pull request #871 from UniqueNetwork/feature/move_TokenChanged_event
    Yaroslav Bolyukin 2023-02-13 #9f4fc06
  30. Nesting tests refactoring WIP
    Max Andreev 2023-01-20 #472f7ca
  31. Merge pull request #839 from UniqueNetwork/test/collectionFees
    Yaroslav Bolyukin 2023-01-20 #1154c05
  32. Update market + substrate sponsoring example
    Andy Smith 2023-06-27 #a7c577e
  33. Fix/collection owner nesting
    Yaroslav Bolyukin 2023-02-11 #3563d09
  34. fix after fix eevm_coder
    Trubnikov Sergey 2023-02-13 #40d2262
  35. Merge branch 'develop' into tests/generalization
    Max Andreev 2023-01-20 #15d448e
  36. Merge pull request #848 from UniqueNetwork/fix/find-parent
    Yaroslav Bolyukin 2023-01-19 #24d3f67
  37. chore delete unused `json` files
    PraetorP 2023-01-19 #3c10d1c
  38. fix `erc20` interface identifier for fungible collection
    PraetorP 2023-01-23 #9f46930
  39. test unstakePartial event wip
    Max Andreev 2023-02-16 #872bbf1
  40. migration(app-promo): added number(s) of unhandled blocks
    PraetorP 2023-06-15 #c575769
  41. fix add `from` to `confirmSponsorship`
    Grigoriy Simonov 2023-06-26 #8196877
  42. fix after rebase
    Trubnikov Sergey 2023-02-13 #6cb52a2
  43. Tests refactoring WIP
    Max Andreev 2023-01-20 #a93496d
  44. 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
  45. * 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
  46. Test for market sponsoring
    Andy Smith 2023-06-26 #e041df2
  47. build update polkadot to v0.9.43
    Yaroslav Bolyukin 2023-07-16 #8d1c3c9
  48. Feature/erc721bench
    Andy Smith 2023-02-09 #d6d8a45
  49. fix PR
    Trubnikov Sergey 2023-02-06 #ab7466d
  50. Tests: unstakeAll after each test
    Max Andreev 2023-02-15 #6a05547