- Add appPromotion + vesting test
Max Andreev 2022-12-08 #e963dbc
- Merge branch 'develop' into tests/vesting
Max Andreev 2022-12-08 #a738451
- Fix helpers and tests
Max Andreev 2022-11-30 #465cfef
- add clean workspace for codestyle workflow
Konstantin Astakhov 2022-12-07 #378b7f3
- Add InsufficientBalanceToLock test
Max Andreev 2022-11-29 #b8c17db
- add Dockerfile-polkadot
Konstantin Astakhov 2022-12-05 #e24fea5
- Add vesting e2e test and helpers
Max Andreev 2022-11-24 #9efe15d
fix timing for pending interval `appPromotion` pallet
Greg Zaitsev 2022-12-07 #19b4987
- test use getApi()
Yaroslav Bolyukin 2022-11-24 #e8d45f9
- Node-only update: run tests in parallel
Max Andreev 2022-12-02 #35d50c1
- fix timing for pending interval `appPromotion` pallet
PraetorP 2022-12-07 #5978a55
- feat fake event injection
Yaroslav Bolyukin 2022-11-23 #b230e7e
Transfer tests
ut-akuznetsov 2022-12-07 #c8ad2c2
add schedule-trigger-for-develop-build workflow
Yaroslav Bolyukin 2022-11-24 #1d4e56c
- Merge pull request #745 from UniqueNetwork/tests/eth-helpers
ut-akuznetsov 2022-12-05 #c07446f
- fix types in tests
Daniel Shiposha 2022-12-07 #38774eb
- fix remove docker build badge from README
Daniel Shiposha 2022-11-24 #dd926ee
- add schedule-trigger-for-develop-build workflow
Konstantin Astakhov 2022-11-24 #e0ec9ae
- fix clippy fix
Trubnikov Sergey 2022-12-02 #bf1349a
- Fix tests for quartz and unique
Max Andreev 2022-12-05 #fc6fcf2
- fix deny zero NFT transfer/burn if not owned/allowed
Daniel Shiposha 2022-12-07 #ea3ed4f
Added new call functions
Yaroslav Bolyukin 2022-11-24 #6bf8d7b
- fix clippy
Trubnikov Sergey 2022-12-02 #7b633dc
- Add fungible collections checks
Max Andreev 2022-12-05 #256ba30
- Use executeExtrinsic
Max Andreev 2022-12-07 #21b4b8a
feature/setCollectionLimit
Yaroslav Bolyukin 2022-11-23 #074bf74
- feat change `collection_properties` return type to named struct
Grigoriy Simonov 2022-11-23 #d64c3f7
- refac: match -> if let
Trubnikov Sergey 2022-12-02 #ad92b1d
- Add destroyCollection checks
Max Andreev 2022-12-03 #185ad36
- Add zero transfer[From], burn[From] tests
Max Andreev 2022-12-07 #a43996c
Feature/short timings app promotion
ut-akuznetsov 2022-11-22 #78a9ca0
- feature/setCollectionLimit Behavior of the `setCollectionLimit` method. Removed method overload: single signature `(string, uint256)` is used for both cases.
PraetorP 2022-11-16 #2e0d1a6
- genetate evm stubs & fix abiWriter for struct
PraetorP 2022-11-23 #93efc9e
- fix PR suggestions
Trubnikov Sergey 2022-12-02 #d0e40b1
- Add destroyCollection tests
Max Andreev 2022-12-03 #2849d0e
- Skip tests for unique
Max Andreev 2022-12-06 #fcffda0
- Merge pull request #723 from UniqueNetwork/feature/deprecate-non-cross-methods
Yaroslav Bolyukin 2022-11-22 #17cf786
- Add comments to explain numbers
Max Andreev 2022-11-22 #d6ab0fe
- Added new call functions - The functions `description`, `crossOwnerOf`, `tokenProperties` to `ERC721UniqueExtensions` to solidity interfaces.
PraetorP 2022-11-18 #48762e7
- refactor split mod into some files
Trubnikov Sergey 2022-12-02 #6539d35
- Merge branch 'develop' into tests/eth-helpers
Max Andreev 2022-12-03 #2293f03
- fix restore transfer_nft_item_zero_value
Daniel Shiposha 2022-12-06 #aacbd92
- Merge pull request #719 from UniqueNetwork/feature/transferCross
Yaroslav Bolyukin 2022-11-21 #149c99d
- chore fix eslint
Grigoriy Simonov 2022-11-15 #2c2e9d0
- Increase test-periods and fix tests
Max Andreev 2022-11-16 #890f894
- fix PR suggestions
Trubnikov Sergey 2022-12-02 #83d2fa0
- Add changeCollectionOwnerCross checks
Max Andreev 2022-12-02 #a851f1b
- fix use TokenValueTooLow
Daniel Shiposha 2022-12-06 #a84ab59
Feature/pallet scheduler v2
Yaroslav Bolyukin 2022-11-21 #5f0218a
- regenerate solidity&fix test
PraetorP 2022-11-15 #171847d
- feat deprecate non cross methods
Grigoriy Simonov 2022-11-15 #0f00097
- change blockintervals
PraetorP 2022-11-16 #dd73080
- bump versions
Trubnikov Sergey 2022-11-30 #2274edc
- Add more transferCross tests
Max Andreev 2022-12-02 #231aa66
- fix fungible transfer
Daniel Shiposha 2022-12-06 #1358a9b
- Merge pull request #717 from UniqueNetwork/feature/deleteProperties
Yaroslav Bolyukin 2022-11-14 #20c695f
- fix test both scheduling variants - anon and named
Daniel Shiposha 2022-11-10 #f71c05b
- added substrate interraction in tests `transferCross`
PraetorP 2022-11-15 #b30d78a
- misk: improve error report
Trubnikov Sergey 2022-11-30 #3ea185a
- Add transferCross tests
Max Andreev 2022-12-02 #3509456
- fix rft transfer/burn
Daniel Shiposha 2022-12-06 #a62a4b7
Research/token mint fee
Yaroslav Bolyukin 2022-11-14 #f715967
- feature: Added `delete_properties` in eth functions. The `delete_property` function is now deprecated.
PraetorP 2022-11-11 #515ea8c
- fix require service_task_fetched for Preimages
Daniel Shiposha 2022-11-10 #786ff7e
- feature: Added `transfer_cross` in eth functions.
PraetorP 2022-11-14 #bbafef4
- fix TryForm generation
Trubnikov Sergey 2022-11-30 #8adc410
- Add reaffirm approved address test
Max Andreev 2022-12-01 #8c823a6
This reverts commit b81a4dfe8aee04b085ac0af6434645316c8d6337.
Daniel Shiposha 2022-12-06 #1bc75e2
MarketPlace.sol from unique-marketplace
Yaroslav Bolyukin 2022-11-10 #af88db1
- delete `EvmToSustrate` folder
PraetorP 2022-11-11 #026ec88
- test scheduler won't blow up a block
Daniel Shiposha 2022-11-09 #7319c34
- misk: add docs for enums
Trubnikov Sergey 2022-11-29 #0affbc2
- Add checks to removeCollectionAdminCross
Max Andreev 2022-12-01 #79fd5e9
This reverts commit 2880b7f76c032798bcf34e0b1b79ca02a267e201.
Daniel Shiposha 2022-12-06 #cfd4b61
AbiType
ut-akuznetsov 2022-11-10 #7bd00bb
- MarketPlace.sol from unique-marketplace
Andrey 2022-11-10 #7a0df1a
- Style fixes
Andrey 2022-11-11 #ee86073
- fix make scheduler test seq
Daniel Shiposha 2022-11-09 #1fbfeb7
- misk: add tests
Trubnikov Sergey 2022-11-29 #f23c97b
- Add checks to burnFromCross test
Max Andreev 2022-12-01 #e28dd3d
- Add regungible burn test and fix fungible zero transfer test
Max Andreev 2022-12-06 #2f762b2
add test abi::test::encode_decode_vec_tuple_string_bytes
Yaroslav Bolyukin 2022-11-09 #20c9944
- refactor abi module
Trubnikov Sergey 2022-11-03 #2ca9f67
- refactor `proxyContract` & bench codes
PraetorP 2022-11-10 #44da5f8
- fix doc service_agenda(s) benchmarking
Daniel Shiposha 2022-11-09 #b17ffdc
- feat generate solidity and abi traits for enums
Trubnikov Sergey 2022-11-29 #fedf214
- Fix admin test and remove //Alice
Max Andreev 2022-12-01 #ccf797c
- Fix tests: Zero transfer allowed (EIP-20)
Max Andreev 2022-12-06 #d0fe2e9
Feature/ci refactoring
ut-akuznetsov 2022-11-08 #1139d7d
- misk: add test abi::test::encode_decode_vec_tuple_string_bytes
Trubnikov Sergey 2022-11-09 #97b5811
- added test for evm coder
PraetorP 2022-11-09 #1cda2e5
- doc: utility benchmarking functions
Daniel Shiposha 2022-11-09 #ee0e610
- reafactor: Better error reporting
Trubnikov Sergey 2022-11-23 #a1ef1e7
- Fix eslint
Max Andreev 2022-12-01 #4a008cd
- Add test: refungible ERC-20
Max Andreev 2022-12-06 #39054b7
fix evm-stubs:
Yaroslav Bolyukin 2022-11-08 #e2ead47
- Run block-production test in sequential suite
Max Andreev 2022-11-08 #4cd565a
Tests up
ut-akuznetsov 2022-11-07 #71a39d0
- added coderTest via Conract
PraetorP 2022-11-08 #6e6dff5
- fix maintenance mode scheduler test
Daniel Shiposha 2022-11-08 #e3dab71