7 Commits

Author SHA1 Message Date
dependabot[bot]
e72470763b
Bump requests from 2.32.3 to 2.33.0 in /tools/rest-traffic
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.33.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.33.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-version: 2.33.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-26 13:39:55 +00:00
Tanya S
1f6a2eab90
chore: Add token management tool (#116)
* Add token management interface

* remove git tracking of certain python files

* add additional token management functions

* Update global variables in token management tool

* clean up contract ABI

* Add comments to refer to helper function descriptions

* Clarify token-management tool usage in README
2026-01-21 19:09:09 +02:00
Tanya S
034c60e660
chore: Update rest traffic timestamp to ns (#115)
* Update rest traffic timestamp to ns and improve logging

* Improve send time waiting

* Fix typo for arguments description
2025-10-23 08:43:49 +02:00
Tanya S
479b908c42
chore: make token initialisation more robust (#114)
* Make token initialisation more robust

* revert default tokens to mint to 5
2025-10-13 07:52:41 +02:00
Tanya S
f3e3ee5011
Update block time to be the same as linea and add retries for token cast send functions (#111) 2025-07-24 16:37:11 +02:00
Tanya S
e5bb677abe
Update contract deployment for new RLN contract (#110)
* Run deploy scripts for new incentivized contract and mint tokens per account

* Add service to manage RLN contract token minting per nwaku service

* Add token-mint-service as tool

* revert back to sh instead of bash for contract deployer script

* Add comments and code cleanup
2025-07-16 08:35:22 +02:00
Tanya S
640045bd30
Move the rest-traffic logic inside waku-simulator (#103)
* Move the rest-traffic logic inside waku-simulator to be built locally

* Enable timestamp for rest-traffic
2025-04-10 16:00:26 +02:00