ghubstan
ee90359ebb
Delete bad log statement
2022-06-25 15:51:47 -03:00
ghubstan
0b245b9998
Show closed trades since midnight today
...
Don't show entire trade history at end of bot run.
Tweak some log statements.
2022-06-25 15:46:47 -03:00
ghubstan
aee939a887
Make GrpcStubs channel closeable by calling bot
...
Each bot has its own gRPC channel and set of service stubs,
and a single bot's channel & stubs last the bot's lifetime.
However, RegtestTradePaymentSimulator instance is a bot too, with it's
own channel & stubs, which should be closed at the end of each run().
2022-06-25 14:11:06 -03:00
ghubstan
bf876a9771
Fix 'is margin price >= target price' filter, and some typos
2022-06-25 12:25:50 -03:00
ghubstan
25f12c8232
Improve take offer criteria summary text
2022-06-25 11:45:35 -03:00
ghubstan
b8bec32574
Fix typo
2022-06-25 11:04:14 -03:00
ghubstan
b0b6c9c771
Uncomment wallet password prompt, and validate input during startup
...
- When bot is run from a *nix terminal, password input will not be echoed.
- When bot is run from an IDE, it's virtual terminal will echo the input
(cannot be avoided).
Validate the input during startup, to fail early instead of waiting for
the right offer to take, then failing to unlock the wallet with an
incorrect password.
2022-06-25 11:00:28 -03:00
ghubstan
d08dc57ab8
Add newline to end of file
2022-06-25 10:25:57 -03:00
ghubstan
329e39c3c4
Ignore generated dist folders and conf files
2022-06-24 14:50:24 -03:00
ghubstan
14d35527d9
Make java-examples a dist build, add script to build runnable bot jars
2022-06-24 14:48:27 -03:00
Stan
0d44fc2148
Merge pull request #5 from bisq-network/api-takeoffer-java-bots
...
New takeoffer java bots
2022-06-24 14:26:51 -03:00
ghubstan
8c3b9756ff
Set root logger level to INFO
2022-06-24 14:02:55 -03:00
ghubstan
7281a764f8
Add new java bots for taking btc, xmr, and bsq swap offers
...
Details about each are in the java-docs.
2022-06-24 14:02:02 -03:00
ghubstan
6422ac0cab
Copy bisq.cli's console output fmt api, grpc utils
...
Use the existing Bisq API CLI utils for making calls to the daemon,
and formatting responses.
When/if the CLI is released on jitpack, this code can be removed
from this repo, and loaded from a gradle dependency.
2022-06-24 14:00:41 -03:00
ghubstan
e7b33e9e71
Fix typo
2022-06-23 15:38:45 -03:00
ghubstan
e890e0384d
Fix getnetwork, getavgbsqprice example filenames for doc generator
2022-06-23 15:27:43 -03:00
Stan
67dbeb3e59
Merge pull request #4 from ghubstan/document-new-api-methods
...
Add API ref examples for new getnetwork, getavgbsqprice methods
2022-06-23 14:50:41 -03:00
ghubstan
07a8777ae8
Add getnetwork, getavgbsqprice examples
2022-06-23 14:48:11 -03:00
ghubstan
b80d8e0311
Fix default protosIn option value
2022-06-23 14:45:17 -03:00
Stan
3765c2538e
Merge pull request #3 from ghubstan/refactor-proto-download-script
...
Simplify downloading .protos from other branches
2022-06-23 14:34:20 -03:00
ghubstan
2b05f9654f
Simplify downloading .protos from other branches
...
Make it easier to download .proto files from different branches.
2022-06-23 14:30:09 -03:00
Stan
4b07d6db47
Merge pull request #2 from bisq-network/show-howto-install-tkinter-with-dnf
...
Show how to install tkinter on Fedora with dnf pkg mgr
2022-05-30 15:31:05 -03:00
ghubstan
e5e9d99b3e
Show how to install tkinter on Fedora with dfn pkg mgr
2022-05-30 15:19:38 -03:00
ghubstan
8c7bdd975a
Change links from my repo to bisq_network fork
2022-05-03 11:00:54 -03:00
ghubstan
45f6704f20
Improve documentation in top-level and subproject READMEs
2022-03-28 09:30:04 -03:00
ghubstan
a578ac2b33
Validate payment-acct-id and shutdown a bit more cleanly
2022-03-26 19:23:37 -03:00
ghubstan
40a0295614
Parse positional program args in main
...
Remove run-main.py junk.
2022-03-26 18:44:15 -03:00
ghubstan
5e631fff0a
Parse positional program args in main
2022-03-26 18:40:33 -03:00
ghubstan
83ffc7ba2d
Remove unnecesary import
2022-03-26 18:23:52 -03:00
ghubstan
02d714bbf3
Move gen-python-protos cmd to venv
...
This way, grpcio-tools only needs to be installed in venv, not system.
2022-03-26 15:34:55 -03:00
ghubstan
3171316ea7
Change sed command's -i opt-value for MacOS
2022-03-24 07:55:46 -03:00
ghubstan
2e229fbdf6
Add comments/cmds to install tkinter ui frwk
2022-03-24 07:50:52 -03:00
ghubstan
bbac094df5
Ignore .DS_Store files
2022-03-24 07:39:03 -03:00
ghubstan
04ccfd9b2e
Upgrade grpc tools to 1.45
2022-03-24 07:36:40 -03:00
ghubstan
81db70b087
Install/upgrade pip in python-examples/myvenv
2022-03-24 07:34:19 -03:00
ghubstan
54a2274518
Do not ignore bisq.api/__init__.py
2022-03-24 07:27:45 -03:00
ghubstan
098da9ab2f
Add __init__.py to bisq.api pkg folder
2022-03-24 07:27:06 -03:00
ghubstan
ea0d7e32e2
Use python3, not python
2022-03-23 11:32:33 -03:00
Stan
fb8b1ee4d8
Merge pull request #1 from ripcurlx/update-git-ignore
...
Extend for python
2022-03-21 10:00:23 -03:00
Christoph Atteneder
470e4d8421
Extend for python
2022-03-21 13:00:45 +01:00
ghubstan
478d578a6c
Make Python examples in one step: run-setup.py
2022-03-19 13:51:49 -03:00
ghubstan
4b1d1c9874
Leave the .proto download dir clean
2022-03-19 13:41:56 -03:00
ghubstan
69d916a67a
Fix ignore stmt
2022-03-19 13:37:44 -03:00
ghubstan
85e0b2c4f4
Version the proto directories, but not the .proto files
2022-03-19 13:34:25 -03:00
ghubstan
ab0368db20
Adjust to new code sample pkg names, simplify python setup
2022-03-17 17:37:59 -03:00
ghubstan
3aeeb5f4d9
Rename java & python pkgs, make python setup easier
2022-03-17 17:24:47 -03:00
ghubstan
7c20ad0c45
Remove comment
2022-03-17 12:48:57 -03:00
ghubstan
49404cebc5
Reorganize the python-examples module
...
- Use requirements.txt to install dependencies to local venv.
- Use setup.py to build/install example packages to local venv.
- Adjust reference-doc-builder to new Python pkg imports.
2022-03-17 12:44:28 -03:00
ghubstan
00ac4e6aec
Change link to gradle build file (moved to new repo)
2022-03-17 06:34:45 -03:00
ghubstan
db419e0bdd
Try another way of appending the events module to sys.path
...
Still not quite right. The IDE wants to remove the 'unused' import,
and trying to append the sys.path able the 'import sepa_mm_bot'
also makes the IDE unhappy.
2022-03-16 19:21:39 -03:00