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

Use pallet-contracts-uapi #2038

Merged
merged 49 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
2be8da5
rm stuff
pgherveou Dec 8, 2023
5d25207
wip
pgherveou Jan 2, 2024
79c3814
rm dead code
pgherveou Jan 2, 2024
2d1db8b
match existing calls
pgherveou Jan 2, 2024
e891996
wip
pgherveou Jan 2, 2024
76acdca
Fixes
pgherveou Jan 4, 2024
a59d065
Fix tests
pgherveou Jan 4, 2024
a0fac1d
fix
pgherveou Jan 4, 2024
4339ef0
Update architecture
pgherveou Jan 5, 2024
dd7a7c0
use git dep for now
pgherveou Jan 5, 2024
33175c2
fmt
pgherveou Jan 5, 2024
1685260
fmt
pgherveou Jan 5, 2024
ea60dfa
Add ink-debug
pgherveou Jan 5, 2024
1c67ad8
fix
pgherveou Jan 5, 2024
5ce8c4f
update clippy
pgherveou Jan 5, 2024
7e88004
fmt
pgherveou Jan 5, 2024
76d93b2
fix
pgherveou Jan 5, 2024
7431342
fix fmt
pgherveou Jan 5, 2024
ee10340
fix clippy error
pgherveou Jan 5, 2024
eebb2c0
update lock
pgherveou Jan 5, 2024
b7e58b6
fix
pgherveou Jan 5, 2024
a998813
fix clippy
pgherveou Jan 5, 2024
a354db0
fix
pgherveou Jan 5, 2024
e1cddd0
fix fmt
pgherveou Jan 5, 2024
fc85d3f
Fix doc
pgherveou Jan 5, 2024
fdabcd6
fix docstring
pgherveou Jan 6, 2024
0464b72
wip
pgherveou Jan 8, 2024
c99afd6
Fix
pgherveou Jan 8, 2024
bb5e710
fix
pgherveou Jan 8, 2024
66de170
update cargo.toml
pgherveou Jan 8, 2024
fb30f38
fix lock
pgherveou Jan 8, 2024
62502f1
fix
pgherveou Jan 8, 2024
e951fa7
Test bump uapi branch
pgherveou Jan 9, 2024
9c38942
Test with add-fixtures-test-size
pgherveou Jan 10, 2024
71a7080
Test do not compose errors
pgherveou Jan 10, 2024
3519e2c
use inline_always_uapi branch
pgherveou Jan 10, 2024
064e3f2
Bump locks
pgherveou Jan 10, 2024
133dee5
Bump lockwq
pgherveou Jan 11, 2024
1675bd8
tweak generator / ReturnFlags
pgherveou Jan 11, 2024
825601d
Revert "Test do not compose errors"
pgherveou Jan 11, 2024
686d1c8
generator dispatch fix
pgherveou Jan 11, 2024
6b74370
fix
pgherveou Jan 11, 2024
f5db4ef
fix
pgherveou Jan 11, 2024
945c7e3
fix lock
pgherveou Jan 11, 2024
9914c7c
rm EnvError alias
pgherveou Jan 23, 2024
a21837c
PR review
pgherveou Jan 23, 2024
f73fbae
Use crates.io package
pgherveou Jan 23, 2024
49d49dc
Fix clippy
pgherveou Jan 23, 2024
987e869
use ink-pallet-contracts-uapi until newer version get published
pgherveou Jan 23, 2024
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
Prev Previous commit
Next Next commit
Use crates.io package
pgherveou committed Jan 23, 2024

Verified

This commit was signed with the committer’s verified signature.
Cruikshanks Alan Cruikshanks
commit f73fbaedc38aabb23f326e2be147d4d3e5e01afe
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -84,9 +84,7 @@ const_env = { version = "0.1"}

# Substrate dependencies
pallet-contracts-primitives = { version = "26.0.0", default-features = false }
# TODO update once released
# pallet-contracts-uapi = { path = "/Users/pg/github/polkadot-sdk/substrate/frame/contracts/uapi", default-features = false }
pallet-contracts-uapi = { git = "https://github.com/paritytech/polkadot-sdk.git", rev="e79922fde334a46f11a3bb7723a1850e97271991", default-features = false }
pallet-contracts-uapi = { version = "5.0.0", default-features = false }
sp-core = { version = "23.0.0", default-features = false }
sp-keyring = { version = "26.0.0", default-features = false }
sp-runtime = { version = "26.0.0", default-features = false }