Commit Graph
22 Commits
Author SHA1 Message Date
Nick Ninov a5e97fa99d account: ENS support
- Related to https://github.com/status-im/status-python-sdk/issues/14
2026-06-23 12:29:00 +03:00
Nick Ninov 82de859915 signal: Async messages
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-23 11:56:04 +03:00
Nick Ninov 75051e2c98 wallet: Add Infura Token
- Wallet usage can be broken down into 3 parts - transactions (Alchemy), prices (Coingecko) and Ethereum RPC calls (Infura).
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-23 08:01:37 +03:00
Nick Ninov d0b5b6713e wallet: Alchemy transactions
- Replace Infura and Etherscan API keys with Alchemy one. Alchemy can be used to for Status wallet functionality and fetching transactions.
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-19 23:47:30 +03:00
Nick Ninov e5cb534a86 account: Load specific bkp file 2026-06-19 14:50:12 +03:00
Nick Ninov 111544cfcc bug: Remove address from contacts 2026-06-19 08:33:31 +03:00
Nick Ninov 6bf66291b4 wallet: Etherscan transactions
- Related to https://github.com/status-im/status-python-sdk/issues/3
2026-06-18 23:58:15 +03:00
Nick Ninov 83f192bc00 docker: Sleep after run finishes
- Sleep prevents calling `Account` faster than launching the docker container. This only happens when the container already exists and it is must be turned on.
- Add logs
2026-06-18 07:39:20 +03:00
Nick Ninov b49680ac50 PyPI: Selectable Backup folder
- Backup folder can be manually selected on local machine
- Related to https://github.com/status-im/status-python-sdk/issues/2
2026-06-17 23:48:55 +03:00
Nick Ninov 20c008f7fa wallet: Send ERC-20 and ETH on the same chain 2026-06-17 19:49:56 +03:00
Nick Ninov 194c39eeae PyPI: Windows WSL launch 2026-06-17 18:56:45 +03:00
Nick Ninov 6c028448b0 bot: Community members
Related to:
- https://github.com/status-im/data-docs/issues/207
- https://github.com/status-im/status-python-sdk/issues/5
2026-06-02 22:51:42 +03:00
Nick Ninov cc9e0db455 PyPI: Launch Docker container
- Related to https://github.com/status-im/status-bot/issues/22
2026-05-24 21:26:27 +03:00
Nick Ninov f97f6b66b6 bot: Remove monitor.py 2026-05-24 17:35:20 +03:00
Siddarth Kumar a665fb7d46 bot: Add Profile Picture
- Set local profile picture
- Documentation
- Monitoring implementation
2026-05-10 22:07:35 +03:00
Nick Ninov df2d8662fb wallet: Account balance
- Related to https://github.com/status-im/status-bot/issues/16
- Get account balance
- Convert account balance into fiat currency
- Make properties private
2026-04-04 10:42:58 +03:00
Nick Ninov b2c28851c9 docs: Windows image build notes 2026-04-02 20:25:39 +03:00
Nick Ninov 8a51bdf340 docs: Improve search and readability
- Related to https://github.com/status-im/status-bot/issues/11
- Document features that can be used with `infura_token`
- Add `coingecko_api_key` **but needs additional documentation and validation**.
- Add sub headers in `Methods` and `Properties`
- Add diagrams for `How it works` and `Setup`
- Add Status App images for relatability
2026-04-02 19:42:02 +03:00
Nick Ninov a4296611f9 wallets: additional info 2026-04-01 12:39:08 +03:00
Nick Ninov 4d72b681a2 bot: balance usage
- Get balance for given wallet, token address, chain id and CCY
- Get all Status tokens
- Get current market value for given token address, chain id and CCY
2026-03-28 23:40:34 +02:00
Nick Ninov 4e8c35ce34 bot: display name validation
- https://github.com/status-im/status-app/issues/20273
2026-03-27 08:46:01 +02:00
apentori 0933807f0d move docs
Signed-off-by: apentori <pentori.alexis@proton.me>
2026-03-26 16:10:59 +01:00