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

Merge feat/next in main #447

Merged
merged 117 commits into from
Sep 30, 2024
Merged
Changes from 1 commit
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
e694f8e
try to add shell completions
popenta Jan 31, 2024
586c267
add argcomplete in pyproject.toml
popenta Jan 31, 2024
905ef7d
try performace improvements for shell completions
popenta Jan 31, 2024
1bedab1
undo part of latest commit
popenta Jan 31, 2024
037bec1
set fixed version for argcomplete
popenta Jan 31, 2024
106bde2
Merge pull request #406 from multiversx/shell-completions
popenta Feb 1, 2024
866350c
wrap contract test command to use sc-meta
popenta Feb 9, 2024
c1afaa3
remove unused function
popenta Feb 12, 2024
d80273f
skip installation of sc-meta deps if os is windows
popenta Feb 12, 2024
ffe1034
expand user path
popenta Feb 12, 2024
0fbb872
implement a native auth client and faucet functionality
popenta Mar 12, 2024
4bfd7b7
update dev dependencies
popenta Mar 12, 2024
41e1a56
install pytest-mock in GH action
popenta Mar 12, 2024
e0023e9
install requirements-dev in GH action
popenta Mar 12, 2024
50c81f3
install pytes-mock for windows workflow
popenta Mar 12, 2024
046adc2
fixes after review
popenta Mar 13, 2024
63627d0
create constants for default values
popenta Mar 13, 2024
4329ab3
Merge pull request #423 from multiversx/main
andreibancioiu Apr 22, 2024
2de138f
Merge branch 'main' into merge-main-10-06
popenta Jun 10, 2024
be4af06
Merge pull request #428 from multiversx/merge-main-10-06
popenta Jun 10, 2024
574bc98
integrate new sdk-py package
popenta Jun 10, 2024
8954698
Merge pull request #429 from multiversx/integrate-new-sdk-py
popenta Jun 10, 2024
072f982
remove missleading flag
popenta Jun 11, 2024
a3780b8
fix unit tests
popenta Jun 11, 2024
0dd6d66
Merge pull request #430 from multiversx/remove-delegation-manager-flag
popenta Jun 11, 2024
8c2d0f5
add command to create delegation contract from validator data
popenta Jun 12, 2024
cda1509
add commands for managing delegated funds
popenta Jun 12, 2024
cee0cce
Merge pull request #431 from multiversx/delegation-contract-from-vali…
popenta Jun 12, 2024
06599c0
extract arguments check in a separate method
popenta Jun 12, 2024
3f4eb83
Merge pull request #432 from multiversx/more-delegation-operations
popenta Jun 12, 2024
b311fce
Merge branch 'feat/next' into faucet-poc
popenta Jul 1, 2024
030cf55
fix import statement
popenta Jul 1, 2024
ec5747b
add support for esdt transfers
popenta Jul 1, 2024
25c1f32
use extras api
popenta Jul 2, 2024
6c0450a
revert latest changes
popenta Jul 2, 2024
148e63e
add abi argument for contract operations
popenta Jul 3, 2024
98d8858
reference sdk-py from feat branch
popenta Jul 3, 2024
648430c
Merge branch 'add-token-transfers-for-tx-new' into relayed-v3
popenta Jul 3, 2024
c0c817b
add support for relayed v3 transactions
popenta Jul 3, 2024
1cee88f
remove separate function for adding cli argument
popenta Jul 3, 2024
3686e19
add unit test for invalid relayed transaction
popenta Jul 4, 2024
98027ab
use empty list instead of None
popenta Jul 4, 2024
ffe264e
Merge branch 'add-token-transfers-for-tx-new' into relayed-v3
popenta Jul 4, 2024
28b172f
remove redundant if else statement
popenta Jul 4, 2024
d6ec097
load args from file
popenta Jul 4, 2024
83591d9
add check for token transfers
popenta Jul 4, 2024
3443391
reference sdk-py from feat breanch
popenta Jul 4, 2024
d9cbc62
fix package reference
popenta Jul 4, 2024
7410fee
fix package reference
popenta Jul 4, 2024
bbfba04
allow direct references
popenta Jul 4, 2024
1fb13f3
change packages order
popenta Jul 4, 2024
a551af9
reference beta release
popenta Jul 4, 2024
dbb68ac
fixes after review
popenta Jul 8, 2024
c562dc8
Merge pull request #433 from multiversx/add-token-transfers-for-tx-new
popenta Jul 8, 2024
405ee5f
add support for contract abi
popenta Jul 9, 2024
38ec8d7
add tests
popenta Jul 10, 2024
dd1442d
add suport for contract queries using abi file
popenta Jul 11, 2024
73fa3e4
remove args preparation for upgrading contract
popenta Jul 11, 2024
7057b2d
fixes after review
popenta Jul 17, 2024
7aaeb0a
generate wallet in specific shard
popenta Jul 17, 2024
fdc9808
fix while loop when generating wallet in specific shard
popenta Jul 17, 2024
78e7006
Merge pull request #435 from multiversx/contract-abi
popenta Jul 17, 2024
39f5a2b
fixes after review
popenta Jul 17, 2024
e05c3f8
fixes after review
popenta Jul 17, 2024
f44e42b
small fix
popenta Jul 17, 2024
26b7834
Merge pull request #437 from multiversx/generate-address-in-specific-…
popenta Jul 17, 2024
1d47395
Merge branch 'feat/next' into vm-query-with-abi
popenta Jul 17, 2024
0e80e04
renamings
popenta Jul 17, 2024
30b7606
remove test
popenta Jul 17, 2024
140a871
fixes
popenta Jul 17, 2024
6e7a967
fixes and test for contract query
popenta Jul 26, 2024
3413f8c
fixes after review
popenta Jul 29, 2024
650a8e6
fixes after review
popenta Jul 29, 2024
c86bfff
fix function name
popenta Jul 29, 2024
37151e7
use gateway for testing contract flow
popenta Jul 30, 2024
f3168b8
revert to using api
popenta Jul 30, 2024
a63926c
Merge pull request #436 from multiversx/vm-query-with-abi
popenta Jul 30, 2024
3d44bc9
Merge branch 'feat/next' into contract-test-using-sc-meta
popenta Sep 16, 2024
09ab80a
remove macOS from build workflow
popenta Sep 16, 2024
536e2b5
re-added macOS for build workflow
popenta Sep 16, 2024
587bac1
fixes after review
popenta Sep 16, 2024
689fba6
Merge pull request #411 from multiversx/contract-test-using-sc-meta
andreibancioiu Sep 16, 2024
3110bc0
Merge branch 'feat/next' into relayed-v3
popenta Sep 16, 2024
952cd34
update requirements
popenta Sep 16, 2024
bede269
mark mxpy-up.py as deprecated
popenta Sep 16, 2024
acad3fc
fixes after review
popenta Sep 17, 2024
e0aaf75
fixes after review
popenta Sep 17, 2024
09801f7
add amount for unjailing transactions & ask user to install sc-meta deps
popenta Sep 17, 2024
47111f8
small fix
popenta Sep 17, 2024
e585e3c
Merge pull request #441 from multiversx/deprecate-mxpy-up
popenta Sep 17, 2024
f3daf91
fix flake errors
popenta Sep 17, 2024
8d4e014
update requirements
popenta Sep 17, 2024
eea5966
revert alteration of installing sc-meta dependencies
popenta Sep 17, 2024
2a4fbbe
show message to install sc-meta deps
popenta Sep 17, 2024
ce3892d
deprecate report command
popenta Sep 17, 2024
0820759
advise users to use sc-meta all build
popenta Sep 17, 2024
4ceac17
change message
popenta Sep 18, 2024
2fd6ad0
Merge pull request #442 from multiversx/add-amount-param-for-unjailin…
popenta Sep 18, 2024
3f69ac3
Merge pull request #443 from multiversx/stop-installing-sc-meta-deps
popenta Sep 18, 2024
830ed79
Merge pull request #444 from multiversx/deprecate-contract-report
popenta Sep 18, 2024
0cd6c76
Merge branch 'feat/next' into add-warning-for-contract-build
popenta Sep 18, 2024
ff3de4c
Merge branch 'feat/next' into relayed-v3
popenta Sep 18, 2024
325a71e
Merge pull request #434 from multiversx/relayed-v3
popenta Sep 18, 2024
b371f7c
Merge pull request #445 from multiversx/add-warning-for-contract-build
popenta Sep 18, 2024
213495c
Merge branch 'main' into merge-main-in-feat-18-09
popenta Sep 18, 2024
0b680cb
Merge pull request #446 from multiversx/merge-main-in-feat-18-09
popenta Sep 19, 2024
ed6d7a6
bump version
popenta Sep 19, 2024
0891aa0
Merge pull request #448 from multiversx/bump-version-9-7-0
popenta Sep 19, 2024
6d45b8a
Merge branch 'feat/next' into faucet-poc
popenta Sep 19, 2024
cb32a68
access token fixes
popenta Sep 19, 2024
990fa97
re-generate CLI.md file
popenta Sep 19, 2024
01c19a3
fixes after review
popenta Sep 23, 2024
19c7d98
change OS to macos-latest
popenta Sep 23, 2024
a4cf2e6
Merge pull request #450 from multiversx/run-tests-macos-latest
popenta Sep 23, 2024
1aa5506
Merge pull request #418 from multiversx/faucet-poc
popenta Sep 23, 2024
9821aa5
Merge branch 'main' into merge-main-30-09
popenta Sep 30, 2024
46bba2b
Merge pull request #451 from multiversx/merge-main-30-09
popenta Sep 30, 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
set fixed version for argcomplete
popenta committed Jan 31, 2024
commit 037bec1177501640749392cfaef762c771f16702
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ ledgercomm[hid]
semver
requests-cache
rich==13.3.4
argcomplete
argcomplete==3.2.2

multiversx-sdk-core>=0.7.0,<0.8.0
multiversx-sdk-network-providers>=0.12.0,<0.13.0
Loading