status-go/services/wallet/router
Igor Sirotin c1dd9397f7
refactor_: remove generated files from source control (#5878)
* fix_: gitignore generated files

* chore_: delete generated files

* fix_: update go generate instructions

* feat(Makefile)_: clean-generated-files target

* feat(Makefile)_: `generate` target

* fix(Makefile)_: dependent generate target

* ci_: run generate, update docker file deps

* fix(Makefile)_: remove `clean-generated-files` target

* fix(Makefile)_: simpler GO_GENERATE_CMD arg

* fix_: temp workspace GO_GENERATE_FAST_DIR
2024-10-03 20:59:44 +01:00
..
fees fix_: browser connect - send transaction command 2024-09-20 15:16:17 +02:00
pathprocessor refactor_: remove generated files from source control (#5878) 2024-10-03 20:59:44 +01:00
routes chore_: improvements of the sending route generated by the router process 2024-10-01 14:30:33 +02:00
sendtype chore_: move path constants to wallet common location 2024-10-01 14:30:33 +02:00
common.go chore_: router response moved to wallet responses location 2024-09-11 13:51:51 +02:00
errors.go chore!: router code organization improvements 2024-09-11 13:51:51 +02:00
filter.go chore_: move path constants to wallet common location 2024-10-01 14:30:33 +02:00
filter_test.go chore_: move path constants to wallet common location 2024-10-01 14:30:33 +02:00
router.go fix_: canceling route generation before the route gets generated doesn't allow subscribing for events 2024-10-02 17:33:00 +02:00
router_helper.go chore_: move pack approval and get token id functions to wallet common helper 2024-10-01 14:30:33 +02:00
router_test.go feat_: check for balances after each fees update 2024-09-11 13:51:51 +02:00
router_test_data.go chore_: router response moved to wallet responses location 2024-09-11 13:51:51 +02:00
router_updates.go test_: added transaction from route test 2024-10-01 14:30:33 +02:00