-
The current "Acknowledgements" section is not up to date. We can generate the new list of contributions by looking up git log. The command `git shortlog examples lkmpg.tex` works out of the box.
Ho…
jserv updated
2 years ago
-
Please remove BiiLabs' logo from the Tangle EE website, as they are no longer a member
https://tangle.ee/members
Thank you,
Zahra
-
I tried API from the wiki several times. It return 502 bad gateway every times.
![image](https://user-images.githubusercontent.com/20593278/91043832-e0b0be00-e646-11ea-866a-ef230d340259.png)
-
I followed the curl command in the [Wiki page](https://github.com/TangleID/TangleID/wiki/Register-Identity-to-Tangle) to register identity, but got a HTTP 500 error.
**Steps to Reproduce**
1. Ru…
-
endpoint has already set the default port and host via build system. But the host `tangle-accel.biilabs.io` is for deployment. Needed to change the host for the unit test of https connection.
-
## Bug description
HTTP client gets `Socket receive error` when handling header with `Transfer-Encoding: chunked`.
## Version
1.0.0-beta
## IOTA network
Which node are you connected to …
-
We implement `ta_http_handler` as the `MHD_AccessHandlerCallback` for the `MHD_start_daemon`
```
static int ta_http_handler(void *cls, struct MHD_Connection *connection, const char *url, const cha…
-
預計將 nx01 - nx15 ( nx13 除外 ) 節點的 API 透過 Port Forwarding 轉發至 node9.puyuma.org。
Expected Output:
- [ ] API Document
- [x] Port Forwarding
- [x] Postman API collection
-
I cannot find the find transactions hashes from Tag API, but it workes with iota.js + proxy API.
#### Tag API
```
$ curl https://tangle-accel.biilabs.io/tag/POWEREDBYTANGLEACCELERATOR9
{"messa…
-
There are three directory at the root directory. Why don't we put source code into same `src` directory and put headers file into same `include` directory?