path: Fix parsing simple values. Trubnikov Sergey 2022-08-17 #420882b
chore add docsGrigoriy Simonov 2022-08-11 #5562dab
feature/mint-for-fungible-token Grigoriy Simonov 2022-08-18 #fc40628
Merge remote-tracking branch 'origin/feature/add_collection_sponsor_substrate' into develop Yaroslav Bolyukin 2022-08-25 #eadc594
test fix attribute importsYaroslav Bolyukin 2022-08-25 #d254843
misc: update stubs Trubnikov Sergey 2022-08-25 #6b71957
Document evm related crates Yaroslav Bolyukin 2022-08-25 #78becc5
fix return commentTrubnikov Sergey 2022-08-25 #40371d4
Test/move to playgrounds ut-akuznetsov 2022-08-25 #fb94d1c
chore remove unused config paramYaroslav Bolyukin 2022-08-25 #625c503
fix small fixesTrubnikov Sergey 2022-08-25 #e137eba
fix docker cache cleanupAlexander Aksenov 2022-08-25 #34aa637
fix after review Max Andreev 2022-08-25 #7079d71
doc: clarification review Greg Zaitsev 2022-08-19 #5af3116
fmt Trubnikov Sergey 2022-08-25 #9d78c86
fix specify ws max connections to handle higher loadAlexander Aksenov 2022-08-25 #1985fdc
ignore errors
wait for balances Max Andreev 2022-08-25 #c52e8a6
doc(node): fix ChainSpec reference Yaroslav Bolyukin 2022-07-12 #c89a3fa
misc: update stubs Trubnikov Sergey 2022-08-25 #2ba119d
Feature/refactor contract sponsoring Yaroslav Bolyukin 2022-08-25 #999c24f
Merge branch 'develop' into test/move-to-playgrounds Max Andreev 2022-08-25 #9e1cf3e
doc(pallet-evm-transaction-payment): document public api Yaroslav Bolyukin 2022-07-12 #40ef8e0
fix After rebaseTrubnikov Sergey 2022-08-25 #41b5a1d
fix enable draft mode fot nodes only testsAlexander Aksenov 2022-08-24 #cdbbf09
fmt Trubnikov Sergey 2022-08-25 #e80fd26
add collection allow-list methods to playgrounds Max Andreev 2022-08-24 #e1ae4a6
doc(pallet-evm-migration): document public api Yaroslav Bolyukin 2022-07-12 #68058b4
misk: Update stubs Trubnikov Sergey 2022-08-24 #fd0a584
fix comments inside steps not supportedAlexander Aksenov 2022-08-24 #1ec8250
fix Small fixes.Trubnikov Sergey 2022-08-25 #4b4feb5
remove duplicated interfaces Max Andreev 2022-08-24 #15ab591
style allow missing docs in weightsYaroslav Bolyukin 2022-07-12 #19dbab9
misk: Change versions Trubnikov Sergey 2022-08-24 #83de2b0
fix comment launch of readyness checkAlexander Aksenov 2022-08-24 #ce257ea
fix Spend gas before do some thing.Trubnikov Sergey 2022-08-25 #1b03174
move types and interfaces to types.ts Max Andreev 2022-08-24 #85f3ef2
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
path: Add some methods for manipulate collection sponsor via eth. Trubnikov Sergey 2022-08-24 #c0ab2ae
add extension class to playgrounds ut-akuznetsov 2022-08-24 #8b00d85
fmt Trubnikov Sergey 2022-08-24 #b434dac
Merge branch 'develop' into test/move-to-playgrounds Max Andreev 2022-08-24 #a36e310
doc(pallet-evm-contract-helpers): document public api Yaroslav Bolyukin 2022-07-12 #4efa9ce
path: Add check for address length. Trubnikov Sergey 2022-08-05 #8684bc0
fix launch-config for forkless parachain upgrade with dataAlexander Aksenov 2022-08-24 #a688446
fix Change hashier for `Sponsoring` storageTrubnikov Sergey 2022-08-24 #98febe7
fix eslint and review suggestions Max Andreev 2022-08-23 #97b5bf9
Ci 84 cleanup ci Yaroslav Bolyukin 2022-08-23 #9e2c88b
doc(evm-coder): document public api Yaroslav Bolyukin 2022-07-12 #c098935
path: add stubs Trubnikov Sergey 2022-08-05 #f9d5d23
Merge pull request #503 from UniqueNetwork/feature/change-collection-owner Yaroslav Bolyukin 2022-08-24 #b6fb98f
fmt Trubnikov Sergey 2022-08-24 #45c16b3
+ add creteAccounts method
+ move addCollectionAdmin tests to playgrounds Max Andreev 2022-08-23 #2eb5d08
Ci 85 ci step 2 1 nodes only update Yaroslav Bolyukin 2022-08-23 #03e21d1
fix switch to base_refAlexander Aksenov 2022-08-22 #49055d4
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
path: Return sponsor as a tuple. Trubnikov Sergey 2022-08-04 #0285730
chore return separate setOwner and isOwnerOrAdmin methodsGrigoriy Simonov 2022-08-23 #112c7dd
fix After rebaseTrubnikov Sergey 2022-08-24 #2b8c75f
Specify variable in job name Yaroslav Bolyukin 2022-08-16 #83d3baa
This reverts commit d9cdcfb1a400d66c225ec9072178b1398170e9c4. Alexander Aksenov 2022-08-22 #997ec5a
fix Dockerfile-parachain-node-onlyAlexander Aksenov 2022-08-23 #edbaeb3
fix variable substitution.Alexander Aksenov 2022-08-22 #93d7101
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
chore change method namesGrigoriy Simonov 2022-08-23 #c31f5c8
fix Return sponsor address in canonical form.Trubnikov Sergey 2022-08-24 #42c7b2c
git clone path specified. define variable into a job name Alexander Aksenov 2022-08-16 #ef0cfd2
Specify variable in job name Alexander Aksenov 2022-08-16 #b1e2906
tests: separate unit tests into own workflow. apply for master and develop branches. Alexander Aksenov 2022-08-22 #d9cdcfb
tests: add before upgrade tests and after upgrade tests Alexander Aksenov 2022-08-23 #3887d6d
fix change env variable substitutionAlexander Aksenov 2022-08-22 #51e6bb1
Make it closer to format used in standards Yaroslav Bolyukin 2022-07-12 #50d005e
chore fix code reviewGrigoriy Simonov 2022-08-23 #cedda9c
path: add weights Trubnikov Sergey 2022-08-24 #e12eaf1
remove directory creation kozyrevdev 2022-08-16 #65ad9a6
fix rename variableAlexander Aksenov 2022-08-22 #88e3646
test pattern change Alexander Aksenov 2022-08-23 #cd63f09
add variable definition into .env Alexander Aksenov 2022-08-22 #b447204
build upgrade to new evm-coder syntaxYaroslav Bolyukin 2022-07-12 #4e01cb3
chore update changelogGrigoriy Simonov 2022-08-23 #cfc56ee
misk: Change bound. Update changelog Trubnikov Sergey 2022-08-24 #a7d85fc
Change script exit code kozyrevdev 2022-08-16 #9df04be
remove directory creation Alexander Aksenov 2022-08-16 #840b574
ci always show docker logsYaroslav Bolyukin 2022-08-18 #93a0bf6
debug: send SIGUSR1 to docker process Alexander Aksenov 2022-08-23 #e99a7d7
fix leave only variable in job nameAlexander Aksenov 2022-08-22 #cf3633d
We have plans to allow evm-coder to generate Callables for externally defined contracts, however our current attribute parsing was limiting code maintanability, rework was needed before starting to implement new features
BREAKING CHANGE: solidity_interface definitions may now look slightly different, for example interface names now should be identifiers, not strings Yaroslav Bolyukin 2022-07-12 #b6f414f
feature(common-pallet): add changeOwnerSubstrate and verifyOwnerOrAdminSubstrate methods Grigoriy Simonov 2022-08-23 #d8d0263
misk: Change versions and update changelogs. Trubnikov Sergey 2022-08-05 #66a04f8
correct launch-config-fork kozyrevdev 2022-08-16 #75794b8
Changed script exit code Alexander Aksenov 2022-08-16 #c5d75d7
ci synchronize forkless data/forkYaroslav Bolyukin 2022-08-18 #4f3a209
tests: check if docker exec sends SIGUSR1 to polkadot-launch correct Alexander Aksenov 2022-08-23 #70d5814
tests: remove unit test from integration tests Alexander Aksenov 2022-08-22 #c8ae481
feature(common-pallet): add changeOwner method Grigoriy Simonov 2022-08-23 #b24c73b
misk: Refactor tuple generation Trubnikov Sergey 2022-08-05 #4747e94
Add timezone configuration step kozyrevdev 2022-08-16 #f42743c
correct launch-config-fork Konstantin Astakhov 2022-08-16 #74fc14d
ci give money to alice on forkYaroslav Bolyukin 2022-08-18 #7f428c4
fix replace dockerfile in compose configurationAlexander Aksenov 2022-08-23 #e52bef4
tests: split integration tests and unit test into separate workflows Alexander Aksenov 2022-08-22 #a22c270