Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cosmwasm): cosmwasm contracts #1436

Merged
merged 57 commits into from
Sep 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
57 commits
Select commit Hold shift + click to select a range
eb51da8
feat(cosmwasm): asset-registry and interpreter contracts
aeryz Aug 10, 2022
d0d263e
chore(cosmwasm): add tests, fix asset type
aeryz Aug 10, 2022
2217ff6
chore(cosmwasm): add tests and docs
aeryz Aug 11, 2022
7942c44
feat: CosmosMsg in Call instruction
aeryz Aug 13, 2022
48172b7
fix(xcvm): assets in xcvm core
aeryz Aug 29, 2022
7c1901c
feat(cosmwasm): router contract
aeryz Aug 29, 2022
330ae7e
feat(cosmwasm): router contract
aeryz Aug 30, 2022
e964730
feat(xcvm): simplify apply of `Amount`
hussein-aitlahcen Aug 31, 2022
e4da8a1
feat(xcvm): fixup contracts and add more events
hussein-aitlahcen Aug 31, 2022
6665684
chore(style): apply cargofmt
hussein-aitlahcen Aug 31, 2022
4e64601
feat(xcvm): size opt level for contracts
hussein-aitlahcen Aug 31, 2022
7c1ee3e
feat(xcvm): nixify contracts build
hussein-aitlahcen Aug 31, 2022
9bd9275
feat(xcvm): fixup invalid test
hussein-aitlahcen Aug 31, 2022
72791bf
fix(cosmwasm): invalid test in interpreter
aeryz Aug 31, 2022
68ccfe9
feat(cosmwasm): add hex encoded `user_id` to contract label
aeryz Aug 31, 2022
71d374d
feat(cosmwasm): add missing `query` entrypoint to contracts
aeryz Aug 31, 2022
99cc759
fix(xcvm): `From` implementations of `Funds`
aeryz Aug 31, 2022
41dcbf4
fix(pallet-cosmwasm): entrypoint bug
aeryz Aug 31, 2022
c03e240
fix(cosmwasm): generate proper schemas
aeryz Sep 1, 2022
728fbc1
fix(cosmwasm): don't allow juno to mess our data
aeryz Sep 1, 2022
66cbb69
fmt to pass ci
dzmitry-lahoda Sep 1, 2022
ef2450a
fixed all features fixes
dzmitry-lahoda Sep 1, 2022
4779298
feat(xcvm): distinct events
hussein-aitlahcen Sep 1, 2022
27ee7c0
chore(cosmwasm): revert router tests
aeryz Sep 1, 2022
35d0a85
feat(xcvm): missing event
hussein-aitlahcen Sep 1, 2022
6372597
feat(xcvm): missing origin in spawn
hussein-aitlahcen Sep 1, 2022
4038330
doc(cosmwasm): interpreter events
aeryz Sep 2, 2022
27e5ac9
removed non working feature in cosmwasm tests
dzmitry-lahoda Sep 2, 2022
e27a66e
chore(cosmwasm): router tests
aeryz Sep 2, 2022
ab67af7
removed mars (#1560)
dzmitry-lahoda Sep 4, 2022
7f170d6
ugly rustcosmos
dzmitry-lahoda Sep 4, 2022
9051b92
fix tests
dzmitry-lahoda Sep 4, 2022
96a8e47
fix(cosmwasm): tests
aeryz Sep 5, 2022
b9c494e
chore(cosmwasm): complete router execute tests
aeryz Sep 5, 2022
0f85fd3
consistent prefix for raw calls and non need to_string in test
dzmitry-lahoda Sep 5, 2022
543e298
revereted
dzmitry-lahoda Sep 6, 2022
244f934
feat: add bob genesis account
cor Sep 15, 2022
a2f404a
fix(cosmwasm): interpreter checks its own balance
aeryz Sep 16, 2022
ff6e5f9
fix(cosmwasm): use Funds<Displayed<u128>> in spawn
aeryz Sep 16, 2022
31eb26d
fix(xcvm): amount apply
aeryz Sep 16, 2022
ad913cb
fix(cosmwasm): dependencies
aeryz Sep 16, 2022
13ee3d4
chore: flake.nix
hussein-aitlahcen Sep 16, 2022
b4da472
chore(xcvm): fmt
aeryz Sep 16, 2022
397bd9a
chore(devnet): add contract logging
hussein-aitlahcen Sep 16, 2022
511cc9d
feat(cosmwasm): yield 'Call' instruction
aeryz Sep 16, 2022
7b4fe88
feat(xcvm): temporary burn funds from the interpreter
hussein-aitlahcen Sep 16, 2022
bf52553
feat: expose raw devnet-specs
cor Sep 19, 2022
6fa47f8
fix: delay the pkgs.arion.build call
cor Sep 19, 2022
d8bbaab
fix: remove redundant lambda
cor Sep 19, 2022
248ce3f
test: add utils
cor Sep 19, 2022
6d4f473
feat: composable overlay
cor Sep 19, 2022
926b3ce
feat(cosmwasm): add rpc for querying contracts
aeryz Sep 20, 2022
33942af
feat(cosmwasm): add rpc for instantiate
aeryz Sep 21, 2022
cc25c88
chore(cosmwasm,nix): format
aeryz Sep 22, 2022
7370452
chore: upgrade substrate
aeryz Sep 23, 2022
bb40253
chore: upgrade substrate
aeryz Sep 23, 2022
97a5fc3
chore: make ci happy
aeryz Sep 23, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .config/dictionaries/technical.dic
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,14 @@ protoc
PROTOC
PTRACE
reduxjs
registryaddr
rekt
resourcemonitor
revhash
rewardaccumulationhook
rewardtrackerstore
ripemd
rlib
rnix
rocksdb
ROCKSDB
Expand Down Expand Up @@ -276,6 +278,7 @@ statemine
stdenv
structopt
styleguide
submessage
substituters
subwasm
subxt
Expand Down
126 changes: 0 additions & 126 deletions .nix/arion-pure.nix

This file was deleted.

238 changes: 0 additions & 238 deletions .nix/arion-xcvm.nix

This file was deleted.

Loading