git.delta.rocks / unique-network / refs/commits / c0ab2ae2da4d

difftreelog

commits

/history
  1. path: Add some methods for manipulate collection sponsor via eth.
    Trubnikov Sergey 2022-08-24 #c0ab2ae
  2. path: Add check for address length.
    Trubnikov Sergey 2022-08-05 #8684bc0
  3. path: add stubs
    Trubnikov Sergey 2022-08-05 #f9d5d23
  4. path: Return sponsor as a tuple.
    Trubnikov Sergey 2022-08-04 #0285730
  5. Document evm related crates
    Yaroslav Bolyukin 2022-08-25 #78becc5
  6. Test/move to playgrounds
    ut-akuznetsov 2022-08-25 #fb94d1c
  7. chore remove unused config param
    Yaroslav Bolyukin 2022-08-25 #625c503
  8. fix docker cache cleanup
    Alexander Aksenov 2022-08-25 #34aa637
  9. fix after review
    Max Andreev 2022-08-25 #7079d71
  10. doc: clarification review
    Greg Zaitsev 2022-08-19 #5af3116
  11. fix specify ws max connections to handle higher load
    Alexander Aksenov 2022-08-25 #1985fdc
  12. ignore errors
    wait for balances
    Max Andreev 2022-08-25 #c52e8a6
  13. doc(node): fix ChainSpec reference
    Yaroslav Bolyukin 2022-07-12 #c89a3fa
  14. Feature/refactor contract sponsoring
    Yaroslav Bolyukin 2022-08-25 #999c24f
  15. Merge branch 'develop' into test/move-to-playgrounds
    Max Andreev 2022-08-25 #9e1cf3e
  16. doc(pallet-evm-transaction-payment): document public api
    Yaroslav Bolyukin 2022-07-12 #40ef8e0
  17. fix enable draft mode fot nodes only tests
    Alexander Aksenov 2022-08-24 #cdbbf09
  18. fmt
    Trubnikov Sergey 2022-08-25 #e80fd26
  19. add collection allow-list methods to playgrounds
    Max Andreev 2022-08-24 #e1ae4a6
  20. doc(pallet-evm-migration): document public api
    Yaroslav Bolyukin 2022-07-12 #68058b4
  21. fix comments inside steps not supported
    Alexander Aksenov 2022-08-24 #1ec8250
  22. fix Small fixes.
    Trubnikov Sergey 2022-08-25 #4b4feb5
  23. remove duplicated interfaces
    Max Andreev 2022-08-24 #15ab591
  24. style allow missing docs in weights
    Yaroslav Bolyukin 2022-07-12 #19dbab9
  25. fix comment launch of readyness check
    Alexander Aksenov 2022-08-24 #ce257ea
  26. fix Spend gas before do some thing.
    Trubnikov Sergey 2022-08-25 #1b03174
  27. move types and interfaces to types.ts
    Max Andreev 2022-08-24 #85f3ef2
  28. Previously, generated `Call` enum had no documentation, and
    documentation on interface items was only kept in generated solidity
    interfaces.
    
    Now all documentation will be moved from impl items to generated `Call`
    enum
    Yaroslav Bolyukin 2022-07-12 #dced9b9
  29. add extension class to playgrounds
    ut-akuznetsov 2022-08-24 #8b00d85
  30. fmt
    Trubnikov Sergey 2022-08-24 #b434dac
  31. Merge branch 'develop' into test/move-to-playgrounds
    Max Andreev 2022-08-24 #a36e310
  32. doc(pallet-evm-contract-helpers): document public api
    Yaroslav Bolyukin 2022-07-12 #4efa9ce
  33. fix launch-config for forkless parachain upgrade with data
    Alexander Aksenov 2022-08-24 #a688446
  34. fix Change hashier for `Sponsoring` storage
    Trubnikov Sergey 2022-08-24 #98febe7
  35. fix eslint and review suggestions
    Max Andreev 2022-08-23 #97b5bf9
  36. Ci 84 cleanup ci
    Yaroslav Bolyukin 2022-08-23 #9e2c88b
  37. doc(evm-coder): document public api
    Yaroslav Bolyukin 2022-07-12 #c098935
  38. Merge pull request #503 from UniqueNetwork/feature/change-collection-owner
    Yaroslav Bolyukin 2022-08-24 #b6fb98f
  39. fmt
    Trubnikov Sergey 2022-08-24 #45c16b3
  40. + add creteAccounts method
    + move addCollectionAdmin tests to playgrounds
    Max Andreev 2022-08-23 #2eb5d08
  41. Ci 85 ci step 2 1 nodes only update
    Yaroslav Bolyukin 2022-08-23 #03e21d1
  42. fix switch to base_ref
    Alexander Aksenov 2022-08-22 #49055d4
  43. Previously, only documentation on items was parsed and preserved in
    generated code, now you can have documentation on interface itself
    Yaroslav Bolyukin 2022-07-12 #f0dde16
  44. chore return separate setOwner and isOwnerOrAdmin methods
    Grigoriy Simonov 2022-08-23 #112c7dd
  45. fix After rebase
    Trubnikov Sergey 2022-08-24 #2b8c75f
  46. Specify variable in job name
    Yaroslav Bolyukin 2022-08-16 #83d3baa
  47. This reverts commit d9cdcfb1a400d66c225ec9072178b1398170e9c4.
    Alexander Aksenov 2022-08-22 #997ec5a
  48. fix Dockerfile-parachain-node-only
    Alexander Aksenov 2022-08-23 #edbaeb3
  49. fix variable substitution.
    Alexander Aksenov 2022-08-22 #93d7101
  50. Previously, all items from evm-coder codegen was sorted lexically, which
    caused some problems, where lexically sorted names of contract were not
    in the same order as contract inherit chain
    
    Now they are sorted by insertion order, and macro-generated code now
    inserts them in order of definition, thus providing topological sort of
    output contract items
    Yaroslav Bolyukin 2022-07-12 #7d5b680