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: wallet integration call contract #378

Open
wants to merge 149 commits into
base: alex/feat-wallet-integration-call-chain
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
149 commits
Select commit Hold shift + click to select a range
7705462
feat(wallet-integration): server and API (#362)
peterwht Dec 9, 2024
c0c9cd8
feat(up-contract): get call data for upload-only and pass to wallet i…
peterwht Dec 6, 2024
5463501
feat(up-contract): get call data for instantiate and pass to wallet i…
peterwht Dec 6, 2024
2b45cf9
feat(up-contract): run server and pass call_data for signing -- PoC
peterwht Dec 7, 2024
e051c91
feat(up-contract): submit signed payload to node
peterwht Dec 7, 2024
6b99452
fix(up-contract): update to FrontendFromDir type
peterwht Dec 8, 2024
af94cc1
refactor(pop-up): create functions for wallet integration, plus gener…
peterwht Dec 9, 2024
c1c05fb
chore: use git branch for cargo contract
peterwht Dec 9, 2024
ff9d067
feat(pop-up-contract): better error handling and prompt displays
peterwht Dec 9, 2024
6b2787a
chore(up-contract): outdated field name and clippy allow
peterwht Dec 9, 2024
1342b1a
feat(up-contract): handle subxt events better, various improvements
peterwht Dec 11, 2024
01e9a30
feat(up-contract): custom errors in contracts crate
peterwht Dec 11, 2024
b274572
feat(wallet-integration): implement server and API
peterwht Dec 4, 2024
829272b
feat(wallet-integration): add a few tests to server. Needs more
peterwht Dec 4, 2024
1bffd86
refactor(wallet-integration): just use call_data, remove data types
peterwht Dec 5, 2024
31bd99c
feat(wallet-integration): add frontend type for flexible serving
peterwht Dec 5, 2024
8b371d6
feat(wallet-integration): StateHandler in WalletIntegrationManager. A…
peterwht Dec 5, 2024
093f344
refactor(wallet-integration): move to module with pop-cli crate
peterwht Dec 5, 2024
182035a
feat(wallet-integration): server-side error handling, update port to …
peterwht Dec 5, 2024
711c896
refactor(wallet-integration): restructure server for easier use in th…
peterwht Dec 7, 2024
60c05d8
fix(wallet-integration): remove invalid fn `finish`
peterwht Dec 7, 2024
57b747d
docs(wallet-integration): inline comments
peterwht Dec 7, 2024
adfcc5a
test(wallet-integration): unit tests for wallet-integration server. A…
peterwht Dec 8, 2024
48b67b1
feat(wallet-integration): two new routes: error and terminate
peterwht Dec 8, 2024
3def618
refactor(wallet-integration): consistent comments, remove unnecessary…
peterwht Dec 9, 2024
f74c9bb
feat: add TransactionData::new
peterwht Dec 9, 2024
ef6dd5d
feat: guide user to call a contract (#306)
AlexD10S Nov 29, 2024
3bf5426
fix: support new substrate-contracts-node structure and stabilize int…
AlexD10S Dec 3, 2024
bf5fc96
fix: build spec experience (#331)
AlexD10S Dec 5, 2024
f01fb22
feat: guide user to call a parachain (#316)
AlexD10S Dec 10, 2024
c702c62
feat(wallet-integration): server and API (#362)
peterwht Dec 9, 2024
d80d532
feat(up-contract): get call data for upload-only and pass to wallet i…
peterwht Dec 6, 2024
9935efe
chore: use git branch for cargo contract
peterwht Dec 9, 2024
8a8de6d
feat(up-contract): handle subxt events better, various improvements
peterwht Dec 11, 2024
84f0595
refactor: reuse pop up logic
AlexD10S Dec 11, 2024
7301f45
chore: rebase fixes
AlexD10S Dec 11, 2024
d48f34e
refactor: clean after rebase
AlexD10S Dec 11, 2024
9941d36
fix: cargo.lock after rebase
AlexD10S Dec 11, 2024
f6bc272
refactor: move terminate node into common::contracts
AlexD10S Dec 11, 2024
a08b18d
fix: sp-core not only for contracts
AlexD10S Dec 11, 2024
741836f
feat(up-contract): serve HTML from string, fix deployment message on …
peterwht Dec 12, 2024
70e1311
chore: merge latest from peter/feat-wallet-integration-string-content
AlexD10S Dec 12, 2024
e78eb9d
fix: rebase
AlexD10S Dec 12, 2024
179c6f6
chore: deny.toml license
AlexD10S Dec 12, 2024
083149d
feat: secure signing logic for pop call contract
AlexD10S Dec 11, 2024
a521966
feat: integrate secure signing with pop call contract
AlexD10S Dec 12, 2024
6065dad
test: adapt pop-cli ui tests
AlexD10S Dec 12, 2024
d1d18ef
refactor: clean code
AlexD10S Dec 12, 2024
8450d11
docs: improve docs functions
AlexD10S Dec 12, 2024
2b7b3a7
test: ignore failing test (fixed in another PR), and remove println
AlexD10S Dec 13, 2024
9b8f623
fix: import removed by mistake
AlexD10S Dec 13, 2024
18f6677
feat(up-contract): serve HTML from string, fix deployment message on …
peterwht Dec 12, 2024
8b13242
feat(up-contract): serve HTML from string, fix deployment message on …
peterwht Dec 12, 2024
f99fb12
feat(wallet-integration): server and API (#362)
peterwht Dec 9, 2024
b4309d3
feat(up-contract): get call data for upload-only and pass to wallet i…
peterwht Dec 6, 2024
600f021
feat(up-contract): get call data for instantiate and pass to wallet i…
peterwht Dec 6, 2024
965c640
refactor(pop-up): create functions for wallet integration, plus gener…
peterwht Dec 9, 2024
1ceb3f2
chore: use git branch for cargo contract
peterwht Dec 9, 2024
bcda709
feat(up-contract): handle subxt events better, various improvements
peterwht Dec 11, 2024
53f1f5b
feat(wallet-integration): implement server and API
peterwht Dec 4, 2024
37b27f4
feat(wallet-integration): add a few tests to server. Needs more
peterwht Dec 4, 2024
0ad2f2f
refactor(wallet-integration): just use call_data, remove data types
peterwht Dec 5, 2024
a6c0561
feat(wallet-integration): add frontend type for flexible serving
peterwht Dec 5, 2024
534b06b
feat(wallet-integration): StateHandler in WalletIntegrationManager. A…
peterwht Dec 5, 2024
5635677
refactor(wallet-integration): move to module with pop-cli crate
peterwht Dec 5, 2024
a2cd3cc
feat(wallet-integration): server-side error handling, update port to …
peterwht Dec 5, 2024
dce935d
refactor(wallet-integration): restructure server for easier use in th…
peterwht Dec 7, 2024
2b04dfe
fix(wallet-integration): remove invalid fn `finish`
peterwht Dec 7, 2024
7f340a4
docs(wallet-integration): inline comments
peterwht Dec 7, 2024
4198a65
test(wallet-integration): unit tests for wallet-integration server. A…
peterwht Dec 8, 2024
9bf6815
feat(wallet-integration): two new routes: error and terminate
peterwht Dec 8, 2024
fa7b430
refactor(wallet-integration): consistent comments, remove unnecessary…
peterwht Dec 9, 2024
e0d5711
feat: guide user to call a contract (#306)
AlexD10S Nov 29, 2024
63fcb22
fix: support new substrate-contracts-node structure and stabilize int…
AlexD10S Dec 3, 2024
0f32110
feat: guide user to call a parachain (#316)
AlexD10S Dec 10, 2024
344be6b
feat(wallet-integration): server and API (#362)
peterwht Dec 9, 2024
1a5893f
feat(up-contract): get call data for upload-only and pass to wallet i…
peterwht Dec 6, 2024
4446fdb
chore: use git branch for cargo contract
peterwht Dec 9, 2024
a92b6f0
feat(up-contract): handle subxt events better, various improvements
peterwht Dec 11, 2024
d73a986
refactor: reuse pop up logic
AlexD10S Dec 11, 2024
cb9c0ac
chore: rebase fixes
AlexD10S Dec 11, 2024
e450978
refactor: clean after rebase
AlexD10S Dec 11, 2024
d822d0b
fix: cargo.lock after rebase
AlexD10S Dec 11, 2024
2590cb7
refactor: move terminate node into common::contracts
AlexD10S Dec 11, 2024
534d083
fix: sp-core not only for contracts
AlexD10S Dec 11, 2024
d56ee9b
feat(up-contract): serve HTML from string, fix deployment message on …
peterwht Dec 12, 2024
676dd83
fix: rebase
AlexD10S Dec 12, 2024
bef205a
feat: secure signing logic for pop call chain
AlexD10S Dec 12, 2024
3915463
test: unit tests in pop-cli
AlexD10S Dec 12, 2024
995a8b4
feat: secure signing for call from call_data
AlexD10S Dec 12, 2024
60c9b09
refactor: docs and remove unneded functions
AlexD10S Dec 13, 2024
094aea1
refactor: replace hex library
AlexD10S Dec 13, 2024
d51bcf7
fix: rebase issues
AlexD10S Dec 13, 2024
33046a3
chore: merge from alex/feat-wallet-integration-call-chain
AlexD10S Dec 13, 2024
2c461be
fix: merge issues
AlexD10S Dec 13, 2024
16e48a9
feat(wallet-integration): server and API (#362)
peterwht Dec 9, 2024
5271675
feat(up-contract): get call data for upload-only and pass to wallet i…
peterwht Dec 6, 2024
3255f2e
refactor(pop-up): create functions for wallet integration, plus gener…
peterwht Dec 9, 2024
1619e72
chore: use git branch for cargo contract
peterwht Dec 9, 2024
e19d9b9
feat(up-contract): handle subxt events better, various improvements
peterwht Dec 11, 2024
145e44b
feat(wallet-integration): implement server and API
peterwht Dec 4, 2024
f58b4a4
feat(wallet-integration): add a few tests to server. Needs more
peterwht Dec 4, 2024
251162a
refactor(wallet-integration): just use call_data, remove data types
peterwht Dec 5, 2024
5a3bbde
feat(wallet-integration): add frontend type for flexible serving
peterwht Dec 5, 2024
254952f
feat(wallet-integration): StateHandler in WalletIntegrationManager. A…
peterwht Dec 5, 2024
c054efd
refactor(wallet-integration): move to module with pop-cli crate
peterwht Dec 5, 2024
73e312d
feat(wallet-integration): server-side error handling, update port to …
peterwht Dec 5, 2024
a5a55e9
refactor(wallet-integration): restructure server for easier use in th…
peterwht Dec 7, 2024
6b5f29a
fix(wallet-integration): remove invalid fn `finish`
peterwht Dec 7, 2024
de35993
docs(wallet-integration): inline comments
peterwht Dec 7, 2024
15e91d4
test(wallet-integration): unit tests for wallet-integration server. A…
peterwht Dec 8, 2024
523cdc8
feat(wallet-integration): two new routes: error and terminate
peterwht Dec 8, 2024
0cbd8de
refactor(wallet-integration): consistent comments, remove unnecessary…
peterwht Dec 9, 2024
f000225
feat: guide user to call a contract (#306)
AlexD10S Nov 29, 2024
048ed33
fix: support new substrate-contracts-node structure and stabilize int…
AlexD10S Dec 3, 2024
d003d2f
feat: guide user to call a parachain (#316)
AlexD10S Dec 10, 2024
9fc9529
feat(wallet-integration): server and API (#362)
peterwht Dec 9, 2024
27102bd
feat(up-contract): get call data for upload-only and pass to wallet i…
peterwht Dec 6, 2024
f1dd455
chore: use git branch for cargo contract
peterwht Dec 9, 2024
725597e
feat(up-contract): handle subxt events better, various improvements
peterwht Dec 11, 2024
bbf8b71
refactor: reuse pop up logic
AlexD10S Dec 11, 2024
5870b9c
chore: rebase fixes
AlexD10S Dec 11, 2024
c48def7
refactor: clean after rebase
AlexD10S Dec 11, 2024
1070f2c
fix: cargo.lock after rebase
AlexD10S Dec 11, 2024
8066e56
refactor: move terminate node into common::contracts
AlexD10S Dec 11, 2024
257da81
fix: sp-core not only for contracts
AlexD10S Dec 11, 2024
f3b73cc
feat(up-contract): serve HTML from string, fix deployment message on …
peterwht Dec 12, 2024
b1e5561
fix: rebase
AlexD10S Dec 12, 2024
1e51fe2
feat: secure signing logic for pop call chain
AlexD10S Dec 12, 2024
7f734ad
test: unit tests in pop-cli
AlexD10S Dec 12, 2024
ade77a6
feat: secure signing for call from call_data
AlexD10S Dec 12, 2024
90e468e
refactor: docs and remove unneded functions
AlexD10S Dec 13, 2024
cb21505
refactor: replace hex library
AlexD10S Dec 13, 2024
0f0fb1a
fix: rebase issues
AlexD10S Dec 13, 2024
c335561
fix: rebase
AlexD10S Dec 13, 2024
20cda5e
chore: merge main branch
AlexD10S Dec 13, 2024
223a2fd
refactor: small changes
AlexD10S Dec 13, 2024
1fbddb0
Merge branch 'alex/feat-wallet-integration-call-chain' into alex/feat…
AlexD10S Dec 13, 2024
acc67b7
refactor: improve small details
AlexD10S Dec 13, 2024
98f4de2
fix: dry run with use_wallet
AlexD10S Dec 13, 2024
2de0997
test: fix unit test
AlexD10S Dec 13, 2024
df6c78c
feat: use_wallet short flag 'w'
peterwht Dec 14, 2024
b70cb52
fix: don't prompt for dry-run when --use-wallet
peterwht Dec 14, 2024
81738f4
fix: do not prompt for signer account if is a read-only function
AlexD10S Dec 14, 2024
55367b0
refactor: storage_deposit_limit
AlexD10S Dec 14, 2024
6327d7e
chore: warning if use_wallet is specified in a read-only call
AlexD10S Dec 14, 2024
094e096
chore: cleanup TODOs
peterwht Dec 15, 2024
cc84f4e
chore: solve merging conflicts
AlexD10S Dec 15, 2024
1ff19b1
Merge branch 'alex/feat-wallet-integration-call-contract' of https://…
AlexD10S Dec 15, 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
Loading
Loading