Nick Ninov
164f439bde
real-time: Data classes
...
- Related to https://github.com/status-im/status-python-sdk/issues/46
2026-08-22 22:22:11 +03:00
Nick Ninov
d6370218b1
example: Community Greet
...
- Related to https://github.com/status-im/status-python-sdk/issues/28
- Get community requests in real time
- Fix `account.chats` breaking bug
2026-08-04 18:17:38 +03:00
Nick Ninov
1efd9c3f3b
messaging: Return ID for sent messages
2026-08-04 18:17:38 +03:00
Nick Ninov
a0f7201a81
bot: Dynamic Group Chat properties
...
- Make properties dynamic. Other members can add members and update the group chat's name.
- `Account` and `GroupChat` can reply to messages
- Update agents documentation
2026-08-04 18:17:38 +03:00
Nick Ninov
9626c9ed1b
PyPI: PIP setup
...
- Rename repository from `bot` to `status_sdk`
- Add `pyproject.toml` file
- Update code documentation
- Move `docker-compose.yaml` in folder `status_sdk`
- Update `Account` docker volume paths
- Update Agent example
- Add `volume_folder` to `Account`
2026-07-15 15:04:22 +03:00
Nick Ninov
be0650d94e
example: Agent onchain
...
New features:
- Swap Tokens
- Send Transactions
- Search Transactions
- Add payment requests to messages
- Add payment requests to listening messages
Related to:
- https://github.com/status-im/status-python-sdk/issues/3
2026-06-24 18:08:58 +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
a1f61684a5
example: Account Agent
...
- Related to https://github.com/status-im/status-python-sdk/issues/4
2026-05-26 08:28:25 +03:00