You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incentives: Storing/ serving heartbeat transactions, synthetic transactions for payouts (#1635)
* Add support for storing and serving heartbeat transaction types
* Support generating synthetic payout transaction based off Payout being set in block header.
* Introduce transaction fetch API test case for heartbeats.
Copy file name to clipboardExpand all lines: api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ The API is defined using [OpenAPI v2](https://swagger.io/specification/v2/) in *
9
9
The Makefile will install our fork of **oapi-codegen**, use `make oapi-codegen` to install it directly.
10
10
11
11
1. Document your changes by editing **indexer.oas2.yml**
12
-
2. Regenerate the endpoints by running **generate.sh**. The sources at **generated/** will be updated.
12
+
2. Regenerate the endpoints by running **make generate** from the `api` directory. The sources at **generated/** will be updated.
13
13
3. Update the implementation in **handlers.go**. It is sometimes useful to consult **generated/routes.go** to make sure the handler properly implements **ServerInterface**.
0 commit comments