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

difftreelog
  1. refactor switch to macro-based ERC impls
    Yaroslav Bolyukin 2021-06-02 #d612b7e
  2. build specify evm-coder dependencies
    Yaroslav Bolyukin 2021-06-02 #1a0920c
  3. fix serde no_std usage
    Yaroslav Bolyukin 2021-06-02 #4a53d88
  4. feat describe ERCs in terms of new proc-macro
    Yaroslav Bolyukin 2021-06-02 #5e83d89
  5. refactor move evm-coder impl to its own crate
    Yaroslav Bolyukin 2021-06-02 #e709081
  6. feat simplify ERC implementations by proc-macro
    Yaroslav Bolyukin 2021-06-02 #0a660b9
  7. Not necessary yet, we don't have to support evm accounts create
    collections
    Yaroslav Bolyukin 2021-06-02 #e3aef6f
  8. Update rustc due to unstable fingerprints
    Update node.js because new polkadot.js/api now requires node 1.14
    Yaroslav Bolyukin 2021-06-02 #1824786
  9. refactor use new selector macros
    Yaroslav Bolyukin 2021-05-31 #2d71e7a
  10. build upgrade frontier
    Yaroslav Bolyukin 2021-05-17 #6d1d1e8
  11. test make various test helpers accept CrossAccountId
    Yaroslav Bolyukin 2021-05-14 #38cb2f2
  12. feat(eth) plain transfer for nft collections
    Yaroslav Bolyukin 2021-05-14 #34596c2
  13. fix nft indexed logs
    Yaroslav Bolyukin 2021-05-14 #3926163
  14. fix fungible amount is not indexed
    Yaroslav Bolyukin 2021-05-14 #057ef8c
  15. fix nft collection check
    Yaroslav Bolyukin 2021-05-14 #bfd1d20
  16. test cleanup debug logs
    Yaroslav Bolyukin 2021-05-14 #14cafc1
  17. Merge commit 'ead48f376fcd03f40b4db5dddff10a25735dc1f1' into feature/NFTPAR-366_upstream_updates
    Yaroslav Bolyukin 2021-05-13 #dfe7fa5
  18. Merge branch 'feature/NFTPAR-373_chain_extensions' into feature/NFTPAR-366_upstream_updates
    Yaroslav Bolyukin 2021-05-13 #6090f15
  19. Successful Converging value only used as return value,
    and most repos just return 0
    
    Chain extension should not panic on not implemented func_id
    Yaroslav Bolyukin 2021-05-13 #ead48f3
  20. feat submit chain extension produced logs
    Yaroslav Bolyukin 2021-05-07 #6b456b9
  21. Successful Converging value only used as return value,
    and most repos just return 0
    
    Chain extension should not panic on not implemented func_id
    Yaroslav Bolyukin 2021-05-13 #2260ad6
  22. feat(CE) charge for calling pallet methods
    Yaroslav Bolyukin 2021-05-13 #849f7ee
  23. fix missing error handler for create_item call
    Yaroslav Bolyukin 2021-05-07 #3e52698
  24. feat(CE) charge for calling pallet methods
    Yaroslav Bolyukin 2021-05-13 #c68888f
  25. feat add/remove from white list chain extension
    Yaroslav Bolyukin 2021-05-06 #b3fda41
  26. Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    (cherry picked from commit 170ccd08eb45e7d485e047a32109dc123abffcee)
    Yaroslav Bolyukin 2021-04-30 #ba80c8c
  27. feat set_variable_meta_data chain extension
    Yaroslav Bolyukin 2021-05-06 #13a0a85
  28. Merge commit 'b3fda41c65ef3d5198749d60622f0184af244734' into feature/NFTPAR-366_upstream_updates
    Yaroslav Bolyukin 2021-05-06 #a6efdbe
  29. feat approval chain extensions
    Yaroslav Bolyukin 2021-05-06 #3c083fe
  30. build switch pallet-inflation to frontier branch
    Yaroslav Bolyukin 2021-05-04 #cf66146
  31. feat create_multiple_items chain extension
    Yaroslav Bolyukin 2021-05-06 #f600776
  32. Merge remote-tracking branch 'origin/develop' into feature/NFTPAR-366_upstream_updates
    Yaroslav Bolyukin 2021-05-04 #b9ed42b
  33. Feature/mint extension
    Yaroslav Bolyukin 2021-05-05 #172f80a
  34. fix deprecation warning for from_rational
    Yaroslav Bolyukin 2021-05-04 #1f943ae
  35. Fix pallet presence test
    Yaroslav Bolyukin 2021-04-08 #b8ab366
  36. refactor remove unnecessary reencoding in CE
    Yaroslav Bolyukin 2021-05-05 #397f5bd
  37. perf do not submit eth transactions with no logs
    Yaroslav Bolyukin 2021-05-04 #41df741
  38. Feature/nftpar 413 inflation
    Yaroslav Bolyukin 2021-04-07 #8cfbb8c
  39. Fix pallet presence test
    Greg Zaitsev 2021-04-08 #0b68862
  40. Add chain extension to mint
    Greg Zaitsev 2021-05-04 #d6ccebb
  41. fix convert address in chain extensions
    Yaroslav Bolyukin 2021-05-04 #7994dd0
  42. Check event for MultipleItems
    usetech-llc 2021-04-05 #b0e2d1f
  43. Replace spaces with tabs
    Greg Zaitsev 2021-04-07 #e725f85
  44. Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
    (cherry picked from commit fa7165616a5499e708f260a521e00381db5175f7)
    Yaroslav Bolyukin 2021-04-30 #e5bc882
  45. Update node_build_test.yml
    usetech-llc 2021-04-05 #4917d00
  46. Fix Section 'ItemCreated' for MultipleItems
    Antz0x0z 2021-03-24 #d6a6ada
  47. Add boundary tests for inflation rate
    Greg Zaitsev 2021-04-07 #9d35eac
  48. feat ethereum method handling
    Yaroslav Bolyukin 2021-04-30 #d0a0bc7
  49. Ci patch
    usetech-llc 2021-04-05 #9cfe6fd
  50. added command timeout
    akaryaginUSETECH 2021-03-26 #3974c7b
  51. Fix unit tests
    usetech-llc 2021-03-23 #3bcc5aa
  52. Implement inflation pallet, unit, and integration tests
    Greg Zaitsev 2021-04-07 #b40985b
  53. feat support evm calls of data
    Yaroslav Bolyukin 2021-04-30 #651e1c7
  54. Feature/nftpar 218
    usetech-llc 2021-04-02 #26015a9
  55. fix3
    akaryaginUSETECH 2021-04-04 #cf466fd
  56. Update node_build_test.yml
    usetech-llc 2021-03-26 #040a586
  57. Update getCreateCollectionResult()
    usetech-llc 2021-03-23 #7b0bdf5
  58. test transfer_from now throws NoPermission on low approval
    Yaroslav Bolyukin 2021-03-23 #3e7f8c4
  59. feat log recording
    Yaroslav Bolyukin 2021-04-30 #683924f
  60. Refactoting and added method timeoutPromise to ensure that tests are included in different blocks
    Antz0x0z 2021-03-24 #d68f54a
  61. fix3
    akaryaginUSETECH 2021-04-04 #d6eb853
  62. setting correct path to key
    akaryaginUSETECH 2021-03-25 #405ddb8
  63. Add test events
    Greg Zaitsev 2021-03-22 #c1873db
  64. Rename Created event to CollectionCreated
    Greg Zaitsev 2021-03-23 #84b418d
  65. refactor remove unnecessary contains_key checks for Allowances
    Yaroslav Bolyukin 2021-03-23 #16c9428
  66. feat support evm accounts in chainspec
    Yaroslav Bolyukin 2021-04-30 #ab6ae76
  67. Merge pull request #138 from usetech-llc/develop
    Antz0x0z 2021-03-24 #4d1c4cc
  68. fix2
    akaryaginUSETECH 2021-04-04 #66721c6
  69. Optional collections related review
    Greg Zaitsev 2021-03-22 #a6f3f04
  70. Fix test events
    Antz0x0z 2021-03-17 #8d3beac
  71. Fix helpers.ts, event 'CollectionCreated'
    Antz0x0z 2021-03-23 #5fd3500
  72. tests: make collection creation free for unit tests
    Yaroslav Bolyukin 2021-03-23 #18bd1f5
  73. feat make guards support evm calls
    Yaroslav Bolyukin 2021-04-30 #bbe9a34
  74. Add script to run collision tests
    Greg Zaitsev 2021-03-22 #493d48c
  75. fix_1
    akaryaginUSETECH 2021-04-04 #132dda7
  76. Emit approve/transferFrom events
    Greg Zaitsev 2021-03-22 #c09c218
  77. tests: fix tests for optional collections
    Yaroslav Bolyukin 2021-03-22 #39dc916
  78. Add NFTPAR-321,325,326,324,347,345
    Antz0x0z 2021-03-06 #b056347
  79. test initialize balances when constructing runtime
    Yaroslav Bolyukin 2021-03-23 #9a34025
  80. feat support approve from evm
    Yaroslav Bolyukin 2021-04-30 #9e3547b
  81. Add test confirm sponsor & new owner.
    Antz0x0z 2021-03-02 #ffad1cd
  82. updating ci
    akaryaginUSETECH 2021-04-04 #ef7da68
  83. Feature/nftpar 196 sponsor set variable metadata
    Greg Zaitsev 2021-03-22 #e4dd4c0
  84. feat emit Transfer event on transfer_from
    Yaroslav Bolyukin 2021-03-22 #ec67731
  85. refactor optional collections related review
    Yaroslav Bolyukin 2021-03-22 #6a8b360
  86. Remove storage call from CollectionLimits Default impl
    str-mv 2021-03-04 #1f47f96
  87. tests: token now always exists in case of fungible
    Yaroslav Bolyukin 2021-03-23 #8eed0a6
  88. feat support transfers from evm
    Yaroslav Bolyukin 2021-04-30 #481e942
  89. Update notify.yml
    Antz0x0z 2021-02-28 #b69cbf0
  90. fix for docker-compose-tests
    akaryaginUSETECH 2021-03-26 #d5d63ff
  91. Adding CI
    Greg Zaitsev 2021-03-22 #e72e7a9
  92. test remove .only
    Yaroslav Bolyukin 2021-03-22 #ff8c59d
  93. feat add Approved event
    Yaroslav Bolyukin 2021-03-22 #188bd82
  94. Merge master to develop
    Yaroslav Bolyukin 2021-03-02 #ff4b334
  95. Instead assign sponsored_data_size at collection creation time
    Yaroslav Bolyukin 2021-03-04 #2b06b09
  96. tests: fix unit tests
    Yaroslav Bolyukin 2021-03-23 #af8334e
  97. feat support burning fro evm
    Yaroslav Bolyukin 2021-04-30 #f2db9e8
  98. Antz0x0z patch 1
    Antz0x0z 2021-02-28 #fc356fd
  99. Update notify.yml
    Antz0x0z 2021-02-28 #6523162
  100. Sponsored setVariableMetadata
    Greg Zaitsev 2021-03-22 #23e0b8c