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(adex-cli): enable, get-enabled, orderbook, sell, buy provided #1768

Merged
merged 62 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from 60 commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
50dc6dc
Change sell/buy info
Mar 28, 2023
790ed4a
taker status http
May 12, 2023
5de5a77
Got rid off errors
May 12, 2023
ad4a5d8
Cargo.lock
May 15, 2023
ffbff36
clippy checks
May 15, 2023
d7f9217
Got rid of errors
May 15, 2023
dd5be2e
Got rid of redundant timeouts
May 15, 2023
7ea7140
Introduce cooldown timeout for testserver
rozhkovdmitrii May 15, 2023
60da4f8
Introduce cooldown timeout for testserver
May 15, 2023
81dde42
Introduce cooldown timeout for testserver
May 15, 2023
3cdcae8
Introduce cooldown timeout for testserver
May 15, 2023
21d3bc4
Renaming
May 16, 2023
68c47ce
Introcude orderbook mod
May 18, 2023
520ffb7
Satisfy code review remarks
May 22, 2023
fa5b0f5
Merge branch 'feature-1682-interoperating' into 1798-cancel-orders
May 22, 2023
c28c54c
Merge branch 'feature-1682-interoperating' into 1798-cancel-orders
May 22, 2023
0395f02
Got rid of redundant trait
May 22, 2023
9c3c200
Improve activation scheme implementation
May 25, 2023
133bb88
Introduce mm2_rpc data as a feature part of mm2_rpc crate
May 25, 2023
58e69ab
Check public scope one more time
May 25, 2023
fea0016
introduce anyhow
May 25, 2023
9a902e4
Fix wasm build
May 25, 2023
fbce505
CHANGELOG.md
May 26, 2023
55ab31a
Got rid of a couple expectations
May 30, 2023
210f15f
Got rid of unwrap
May 30, 2023
64faf2b
Merge branch 'dev' into feature-1682-interoperating
May 30, 2023
f0dc9f5
taker_match last_updated fixed
May 31, 2023
7c71ad8
refactor: Got rid of ActivationScheme::new in favor of the `Default` …
Jun 8, 2023
3324651
fix: process getting activation scheme in more comprehensive way
Jun 8, 2023
3c35b83
chore: update Cargo.lock
Jun 8, 2023
da26c05
doc: Roll back CHANGELOG.md
Jun 8, 2023
98a8a0c
refactor: <AdexConfigImpl as Display>::fmt got rid of redundant checks
Jun 8, 2023
080699d
refactor: got rid of redundant structs and enums in structs.rs
Jun 8, 2023
ea5b019
Merge branch 'dev' into feature-1682-interoperating
Jun 8, 2023
107c054
refactor: use json alias instead of serde_json in lp_ordermatch.rs
Jun 8, 2023
cd86c6c
refactor(best_orders): rename ActivationScheme internal methods get_c…
Jun 9, 2023
79b42fc
fix: was not able to compile
Jun 9, 2023
a100b5a
refactor: hide http mock data
Jun 9, 2023
fe0d4fb
refactor: introduce SetConfigArgs that resulted in procedure was simp…
Jun 9, 2023
ae2622e
refactor: SmartFractPrecision were introduced as a part of smart_frac…
Jun 9, 2023
1ddb260
refactor: Use format instead of concatenation for base_vol_head and r…
Jun 9, 2023
95b2b3e
refactor: Introduce include_bytes to read static data from files
Jun 9, 2023
101c805
Merge branch 'dev' into feature-1682-interoperating
Jun 9, 2023
f561d7c
fix: roll back some changes after merge
Jun 9, 2023
2b1ed31
fix: avoid some clippy warnings
Jun 9, 2023
fc368e8
fix: avoid some clippy warnings
Jun 9, 2023
36f006f
Merge branch 'dev' into feature-1682-interoperating
Jun 16, 2023
5ed1926
refactor: publicity restrictions were revised
Jun 16, 2023
8983003
refactor: got rid of `Copy` deriving on legacy rpc data types
Jun 19, 2023
be449bd
refactor: got rid of redundant TODO on `SellBuyRequest::method`
Jun 19, 2023
71f3bef
refactor: rename `EnabledCoin` to `EnabledCoinV2` inside `get_enabled…
Jun 19, 2023
055038d
refactor: prefer to use `to_string()` instead of `to_ownerd()` or `in…
Jun 19, 2023
bd6d447
refactor: use `json::to_...` methods where `serde_json` is imported a…
Jun 19, 2023
5d30977
refactor: got rid of `dep:` prefix if a feature dependency is being s…
Jun 19, 2023
495e426
refactor: got rid of `Copy` deriving on legacy rpc data types
Jun 19, 2023
a1c23a6
chore(adex-cli): Update Cargo.lock again
Jun 19, 2023
ada5e70
refactor: panic free `version` RPC was provided
Jun 20, 2023
1c45d03
Merge branch 'dev' into feature-1682-interoperating
Jun 20, 2023
9184d48
fix: got rid of redundant import
Jun 20, 2023
4fcfa40
refactor: move fmt.rs and io.rs under write_safe module
Jun 20, 2023
ff5ebf7
refactor: got rid of typo otderbook_config -> orderbook_config
Jun 21, 2023
53b36ed
refactor: got rid of redundant pub(self)
Jun 21, 2023
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
5 changes: 5 additions & 0 deletions Cargo.lock
shamardy marked this conversation as resolved.
Show resolved Hide resolved

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

Loading