Skip to content

feat(adex-cli): enable, get-enabled, orderbook, sell, buy provided#1768

Merged
shamardy merged 62 commits intodevfrom
feature-1682-interoperating
Jun 21, 2023
Merged

feat(adex-cli): enable, get-enabled, orderbook, sell, buy provided#1768
shamardy merged 62 commits intodevfrom
feature-1682-interoperating

Conversation

@rozhkovdmitrii
Copy link
Copy Markdown

@rozhkovdmitrii rozhkovdmitrii commented Apr 25, 2023

This PR introduces new commands that adex-cli supports:

  • enable
  • get-enabled
  • orderbook
  • sell
  • buy

adex-cli Dependency Updates:

Updated:

mm2 Cargo.lock
clap 2.34.0 -> 4.2.7 2.33.0
hashbrown 0.9.1 -> 0.12.3 0.11.2,0.12.1,0.13.2
hashlink 0.6.0 -> 0.8.3 0.8.2
strsim 0.8.0 -> 0.10.0 0.8.0
wasm-bindgen 0.2.80 -> 0.2.87 0.2.86
wasm-bindgen-backend 0.2.80 -> 0.2.87 0.2.86
wasm-bindgen-macro 0.2.80 -> 0.2.87 0.2.86
wasm-bindgen-macro-support 0.2.80 -> 0.2.87 0.2.86
wasm-bindgen-shared 0.2.80 -> 0.2.87 0.2.86

New:

mm2 Cargo.lock
allocator-api2 0.2.15
anstream 0.3.2
anstyle 1.0.0
anstyle-parse 0.2.0
anstyle-query 1.0.0
anstyle-wincon 1.0.1
arrayvec 0.5.2 0.5.1,0.7.1
bigdecimal 0.3.1 0.3.0
blake2b_simd 0.5.11 0.5.10
clap_builder 4.2.7
clap_derive 4.2.0
colorchoice 1.0.0
directories 5.0.1 3.0.2
dirs-sys 0.4.1 0.3.6
errno 0.3.1 0.2.8
hashbrown 0.14.0 0.11.2,0.12.1,0.13.2
heck 0.4.1 0.4.0
hermit-abi 0.3.1 0.1.14
io-lifetimes 1.0.11 1.0.6
is-terminal 0.4.7
keccak 0.1.4 0.1.0
linux-raw-sys 0.3.8 0.1.4
num-rational 0.4.1 0.4.0
option-ext 0.2.0
paste 1.0.12 1.0.7
portable-atomic 1.3.3 1.3.2
redox_users 0.4.3 0.3.4, 0.4.0
rustix 0.37.20 0.36.9
utf8parse 0.2.1

@rozhkovdmitrii rozhkovdmitrii force-pushed the feature-1682-interoperating branch 6 times, most recently from f59ead6 to f2622c9 Compare May 2, 2023 08:09
@rozhkovdmitrii rozhkovdmitrii force-pushed the feature-1682-interoperating branch from 3111e53 to e788710 Compare May 4, 2023 08:16
@rozhkovdmitrii rozhkovdmitrii marked this pull request as ready for review May 4, 2023 15:44
@rozhkovdmitrii rozhkovdmitrii changed the title 1682 get orderbook 1682 enable, get-enabled, orderbook, sell, buy comands provided by adex-cli May 4, 2023
@rozhkovdmitrii rozhkovdmitrii requested review from smk762 and yurii-khi May 4, 2023 16:48
@rozhkovdmitrii rozhkovdmitrii self-assigned this May 5, 2023
@onur-ozkan
Copy link
Copy Markdown

onur-ozkan commented May 8, 2023

Can you update the PR description what this pr resolves and whats it's exact goal? That will help us to review the PR

@rozhkovdmitrii rozhkovdmitrii force-pushed the feature-1682-interoperating branch from aad8cc0 to 2301811 Compare May 8, 2023 18:18
Copy link
Copy Markdown
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the amazing work!
The PR is quite big so I will do this review in multiple small iterations to try to cover as much of the code as I can by the end. Only a few suggestions and opening some points to discussion at this stage of the review.

Copy link
Copy Markdown
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Next review iteration! I finished reviewing all code changes unrelated to adex_cli.
Please also merge with latest dev.

@rozhkovdmitrii rozhkovdmitrii requested a review from shamardy June 19, 2023 14:23
Copy link
Copy Markdown

@onur-ozkan onur-ozkan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last review iteration from my side:

shamardy
shamardy previously approved these changes Jun 21, 2023
Copy link
Copy Markdown
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for your patience with the fixes! LGTM! Only 2 minor non-blockers.

Copy link
Copy Markdown
Collaborator

@shamardy shamardy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-approve

@shamardy shamardy merged commit 8fd29ec into dev Jun 21, 2023
@shamardy shamardy deleted the feature-1682-interoperating branch June 21, 2023 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants