Open Issues Need Help
View All on GitHub good first issue Stellar Wave testing
enhancement good first issue Stellar Wave
good first issue Stellar Wave performance
enhancement good first issue Stellar Wave
bug good first issue Stellar Wave
bug good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue
bug good first issue
good first issue Stellar Wave performance
test(router-access): add tests for grant_role when account already holds the role with different expiry 26 days ago
good first issue Stellar Wave testing
feat(router-middleware): add validate_window_seconds to reject zero-second rate limit windows 26 days ago
enhancement good first issue Stellar Wave
feat(api-server): add CORS configuration support 27 days ago
enhancement good first issue Stellar Wave
good first issue Stellar Wave
enhancement good first issue Stellar Wave
enhancement good first issue Stellar Wave
good first issue Stellar Wave security
enhancement good first issue Stellar Wave
refactor(router-core): duplicate is_empty_or_whitespace validation reimplemented from router-common 28 days ago
good first issue Stellar Wave refactor
good first issue Stellar Wave refactor
good first issue Stellar Wave testing
documentation good first issue Stellar Wave
enhancement good first issue Stellar Wave
good first issue Stellar Wave security
refactor(router-execution): replace magic number 100 with named constant for fixed-point arithmetic 28 days ago
good first issue Stellar Wave refactor
enhancement good first issue Stellar Wave
good first issue Stellar Wave reliability
test(router-registry): add tests for deprecate_many with unauthorized caller about 2 months ago
good first issue Stellar Wave testing
refactor: consolidate event topic naming convention across all contracts about 2 months ago
good first issue Stellar Wave refactor
refactor: standardize admin() return type across all contracts about 2 months ago
good first issue Stellar Wave refactor
feat(router-core): add route_count() view function about 2 months ago
enhancement good first issue Stellar Wave
feat(router-middleware): add get_circuit_breaker_state(route) view function about 2 months ago
enhancement good first issue Stellar Wave
feat(router-timelock): add get_pending_op_count() view function about 2 months ago
enhancement good first issue Stellar Wave
feat(router-registry): add get_all_names() function about 2 months ago
enhancement good first issue Stellar Wave
feat(router-timelock): add update_description(caller, op_id, new_description) function about 2 months ago
enhancement good first issue Stellar Wave
docs: add CONTRIBUTING.md with contribution workflow about 2 months ago
documentation good first issue Stellar Wave
test(router-access): add tests for bulk_grant_role and bulk_revoke_role about 2 months ago
good first issue Stellar Wave testing
feat(router-registry): add is_registered(name, version) view function about 2 months ago
enhancement good first issue Stellar Wave
docs: add badges to README (CI status, license, Rust version) about 2 months ago
documentation good first issue Stellar Wave
security(router-access): add optional expires_at to blacklist entries about 2 months ago
good first issue Stellar Wave security
docs: add CHANGELOG.md with release history about 2 months ago
documentation good first issue Stellar Wave
good first issue Stellar Wave testing
test(router-middleware): add tests for circuit breaker auto-recovery after window about 2 months ago
good first issue Stellar Wave testing
test(router-timelock): add tests for cancel_all with mixed operation states about 2 months ago
good first issue Stellar Wave testing
refactor(router-core): extract route validation into a shared validate_route_name() helper about 2 months ago
good first issue Stellar Wave refactor
feat(router-access): add bulk_revoke_role(caller, role, targets: Vec<Address>) function about 2 months ago
enhancement good first issue Stellar Wave
feat(router-access): add bulk_grant_role(caller, role, targets: Vec<Address>) function about 2 months ago
enhancement good first issue Stellar Wave
refactor: extract require_admin pattern into router-common macro about 2 months ago
good first issue Stellar Wave refactor
feat(router-access): add is_role_admin(role, addr) view function about 2 months ago
enhancement good first issue Stellar Wave
perf(router-core): add DataKey::RouteCount to avoid loading full RouteNames vec for count about 2 months ago
good first issue Stellar Wave performance
refactor(router-timelock): extract operation state checks into require_op_pending() helper about 2 months ago
good first issue Stellar Wave refactor
refactor(router-access): remove duplicate DataKey variants about 2 months ago
good first issue Stellar Wave refactor
ci: add PR title linting for conventional commits about 2 months ago
good first issue Stellar Wave
feat(router-access): add has_any_role(target, roles: Vec<String>) convenience function about 2 months ago
enhancement good first issue Stellar Wave
feat(router-quote): validate token continuity in multi-hop routes about 2 months ago
enhancement good first issue Stellar Wave
feat(router-timelock): add get_operation_status(op_id) view function about 2 months ago
enhancement good first issue Stellar Wave
feat(router-access): add get_role_expiry(role, target) view function about 2 months ago
enhancement good first issue Stellar Wave
security(router-quote): validate fee_bps does not exceed 10000 about 2 months ago
good first issue Stellar Wave security
enhancement good first issue Stellar Wave
feat(router-middleware): add get_call_log_summary(route) function about 2 months ago
enhancement good first issue Stellar Wave
good first issue Stellar Wave security
Makefile: add make test-all, make lint, and make build-wasm targets about 2 months ago
good first issue Stellar Wave
docs: add visual architecture diagram to README about 2 months ago
documentation good first issue Stellar Wave
docs: add role hierarchy examples to docs/security.md about 2 months ago
documentation good first issue Stellar Wave
docs: document router-quote precision and rounding in docs/api-reference.md about 2 months ago
documentation good first issue Stellar Wave
docs: add error code reference table to docs/api-reference.md about 2 months ago
documentation good first issue Stellar Wave
feat(router-quote): add admin and transfer_admin to router-quote about 2 months ago
enhancement good first issue Stellar Wave
feat(router-execution): add transfer_admin function about 2 months ago
enhancement good first issue Stellar Wave
docs: add CHANGELOG.md to repo root about 2 months ago
documentation good first issue Stellar Wave
docs: add architecture.md with detailed diagrams about 2 months ago
documentation good first issue Stellar Wave
docs: add troubleshooting.md about 2 months ago
documentation good first issue Stellar Wave
docs: add troubleshooting.md about 2 months ago
documentation good first issue Stellar Wave
feat(router-registry): add optional deprecation_reason field about 2 months ago
enhancement good first issue Stellar Wave
docs: add architecture.md with detailed diagrams about 2 months ago
documentation good first issue Stellar Wave
docs: add CHANGELOG.md to repo root about 2 months ago
documentation good first issue Stellar Wave
docs: add Prometheus alerting rules example about 2 months ago
documentation good first issue Stellar Wave monitoring
docs: add Prometheus alerting rules example about 2 months ago
documentation good first issue Stellar Wave monitoring
feat(router-registry): add optional deprecation_reason field about 2 months ago
enhancement good first issue Stellar Wave
feat(router-access): add optional reason and expires_at to blacklist about 2 months ago
enhancement good first issue Stellar Wave
feat(router-quote): add expires_at field to QuoteResponse about 2 months ago
enhancement good first issue Stellar Wave
feat(router-quote): add slippage_bps parameter to get_quote() about 2 months ago
enhancement good first issue Stellar Wave
refactor: standardize event naming across all contracts about 2 months ago
good first issue Stellar Wave refactor
refactor: extract admin transfer pattern into router-common about 2 months ago
good first issue Stellar Wave refactor
feat(router-execution): add admin() getter function about 2 months ago
enhancement good first issue
docs: add router-execution and router-quote to deployment instructions about 2 months ago
documentation good first issue
docs: document router-execution and router-quote in README contracts table about 2 months ago
documentation good first issue