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/dapp #1781

Merged
merged 62 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
6957fe4
sdk-wbg crate impl with dapp example, wasm target compatible interactor
mihaicalinluca Sep 24, 2024
c9f8f44
removed std::time from both crates for wasm-bindgen compatibility
mihaicalinluca Sep 24, 2024
ac12c0c
sdk - separated gateway in new crate
andrei-marinica Sep 26, 2024
f735e6a
Merge pull request #1778 from multiversx/sdk-gateway-split
andrei-marinica Sep 26, 2024
0db4e76
depp example - removed interactor crate
andrei-marinica Sep 26, 2024
185a3e2
dapp example - moved to examples
andrei-marinica Sep 26, 2024
45384b3
Merge branch 'feat/dapp' into sdk-wasm-bindgen
andrei-marinica Sep 26, 2024
f6b687c
snippets-dapp separated from snippets
andrei-marinica Sep 26, 2024
5bd05c0
test cleanup
andrei-marinica Sep 26, 2024
7887358
multiversx-sdk-wbg moved
andrei-marinica Sep 26, 2024
5e2b6d1
multiversx-sdk-wbg cleaned up
andrei-marinica Sep 26, 2024
9d88018
Merge pull request #1776 from multiversx/sdk-wasm-bindgen
andrei-marinica Sep 30, 2024
4b74e62
Merge branch 'rc/v0.54' into feat/dapp
andrei-marinica Sep 30, 2024
99fcef7
Merge pull request #1783 from multiversx/dapp-merge
andrei-marinica Sep 30, 2024
3c2ba65
gateway request refactor
andrei-marinica Sep 30, 2024
842ddae
cleanup
andrei-marinica Oct 1, 2024
7bf0592
Merge pull request #1784 from multiversx/gateway-refactor
andrei-marinica Oct 1, 2024
78b8967
VM query refactor
andrei-marinica Sep 30, 2024
f6b0774
Merge pull request #1785 from multiversx/gateway-refactor-2
andrei-marinica Oct 1, 2024
bfec3a1
test_wallets moved to sdk
andrei-marinica Oct 1, 2024
fe246c2
dapp test wallet cleanup
andrei-marinica Oct 1, 2024
4258e4e
Merge pull request #1787 from multiversx/gateway-refactor-3
andrei-marinica Oct 1, 2024
2e9bfa4
Merge branch 'rc/v0.54' into feat/dapp
andrei-marinica Oct 2, 2024
0611f7c
Merge pull request #1792 from multiversx/dapp-merge-2
andrei-marinica Oct 2, 2024
a8c9400
cleanup
andrei-marinica Oct 1, 2024
a5d9948
GatewayHttpProxy rename
andrei-marinica Oct 2, 2024
db46f48
sdk http crate rename
andrei-marinica Oct 2, 2024
2ce7499
Merge pull request #1795 from multiversx/gateway-refactor-4
andrei-marinica Oct 2, 2024
628dd30
sdk - chain simulator requests refactor
andrei-marinica Oct 2, 2024
af798e1
cleanup
andrei-marinica Oct 2, 2024
e9a3b5d
Merge pull request #1797 from multiversx/gateway-refactor-5
andrei-marinica Oct 2, 2024
8b320b8
interactor - chain simulator refactor
andrei-marinica Oct 2, 2024
a97e492
Merge pull request #1798 from multiversx/gateway-refactor-6
andrei-marinica Oct 3, 2024
6f43513
SdkAddress rename
andrei-marinica Oct 2, 2024
737a0b8
Merge pull request #1800 from multiversx/gateway-refactor-7
andrei-marinica Oct 3, 2024
cf8b83d
sdk - retrieve_tx_on_network refactor
andrei-marinica Oct 2, 2024
3e29d77
sdk - retrieve_account_as_scenario_set_state refactor
andrei-marinica Oct 2, 2024
a8f382a
interactor made generic on gateway proxy
andrei-marinica Oct 2, 2024
727d221
gateway proxy trait - elapsed time
andrei-marinica Oct 3, 2024
2f7d9de
Merge pull request #1801 from multiversx/gateway-refactor-8
andrei-marinica Oct 3, 2024
0f05cba
StepBuffer - removed trait object
andrei-marinica Oct 3, 2024
01bb8b1
interactor made generic on gateway proxy - multi exec
andrei-marinica Oct 3, 2024
16a8588
Merge pull request #1803 from multiversx/gateway-refactor-9
andrei-marinica Oct 4, 2024
3a97e80
removed deprecated InteractorExecEnv, InteractorQueryEnv
andrei-marinica Oct 4, 2024
1917eb8
generic gateway proxy - InteractorEnvExec
andrei-marinica Oct 4, 2024
c86a385
generic gateway proxy - InteractorEnvQuery
andrei-marinica Oct 4, 2024
1e465b7
cleanup
andrei-marinica Oct 4, 2024
3bbf434
Merge pull request #1806 from multiversx/gateway-refactor-10
andrei-marinica Oct 4, 2024
bff2f48
GatewayDappProxy implements GatewayAsyncService
andrei-marinica Oct 4, 2024
bdc15e0
Merge pull request #1807 from multiversx/gateway-refactor-11
andrei-marinica Oct 4, 2024
42b3b4b
multiversx-sc-snippets-base crate
andrei-marinica Oct 4, 2024
cb6d558
snippets-dapp uses snippets-base
andrei-marinica Oct 4, 2024
908aaa5
sdk-dapp Cargo.toml explanation
andrei-marinica Oct 4, 2024
fe8182e
sdk-dapp cleanup
andrei-marinica Oct 4, 2024
e79bc72
bech32 duplicated in sdk
andrei-marinica Oct 4, 2024
e83e611
SdkAddress replaces with Address in most places
andrei-marinica Oct 4, 2024
2d18801
gateway endpoint fix
andrei-marinica Oct 4, 2024
9c6b123
Merge pull request #1808 from multiversx/gateway-refactor-12
BiancaIalangi Oct 7, 2024
0566573
Merge pull request #1809 from multiversx/sdk-address-refactor
BiancaIalangi Oct 7, 2024
3359f81
Merge branch 'feat/dapp' into merge-rc0.54
BiancaIalangi Oct 7, 2024
68f668b
update multiversx components version
BiancaIalangi Oct 7, 2024
7afc8d1
Merge pull request #1811 from multiversx/merge-rc0.54
andrei-marinica Oct 7, 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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Cargo
# will have compiled files and executables
**/target/**
**/dist

# Remove Cargo.lock from the framework, but not from the wasm contracts.
# In contracts it helps with tracing builds.
Expand Down
Loading
Loading