Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

v0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@howjmay howjmay released this 02 Jan 08:06
· 400 commits to master since this release
9e8b43d

v0.8.0

🎉 New Features

  • reg: Add requirements.txt for runner.py (1304e2f) by YangHau
  • reg: Add DEBUG_FLAG for debuggin mode (8d0a859) by YangHau
  • api: Add send_transfer regression test (5222994) by YangHau
  • bazel: Import hiredis dependency through bazel (2582da7) by Yu Wei Wu
  • api: Impl api_send_trytes() (301befd) by YangHau
  • reg: Add find transactions by tag test (94be726) by YangHau
  • reg: Independent flag for statistical tests (8b1c13f) by YangHau
  • reg: Add test for get_transaction_object (b65e818) by YangHau
  • reg: Add test_find_transactions_obj_by_tag() (63fb5f8) by YangHau
  • api: Add API send trytes for HTTP endpoint (abb820e) by Yu Wei Wu
  • reg: Add tests for get_tips() (#192) (68bdd8d) by HowJMay
  • reg: Add test for send_trytes() (c7410f0) by YangHau
  • Synchronize with entangled (0da88e4) by YangHau
  • hooks: Implement toolchains support (1c168c4) by yillkid
  • Cleanup send/receive mam API (c4f88e9) by YangHau
  • map: Implement mam wrapper (ba75888) by Yu Wei Wu
  • api: Refactor send mam API (5ac73cd) by Yu Wei Wu
  • api: Implement find_transaction_objects (89b7385) by YangHau
  • cache: Set the cache default as off (e2c7c7c) by YangHau
  • reg: Add tests for new APIs (ecb7406) by YangHau
  • server: Implement microhttpd framework (#241) (3640c56) by Wu Yu Wei
  • api: Refactor response JSON format (0c66fb8) by jkrvivian
  • server: Enable using thread for per request (#249) (58841cc) by jkrvivian
  • API: Add tag related fetching APIs back (b075db0) by YangHau
  • Synchronize to stable entangled version (9846405) by YangHau
  • Apply MQTT duplex client as a frame for TA (a517b37) by YangHau
  • api: Add find single txn obj back (de09698) by YangHau
  • Add doc for MQTT server (5783147) by YangHau
  • Construct MQTT interface of TA (0645641) by YangHau
  • mqtt: Use logger_helper in MQTT files (97a4687) by YangHau
  • Add rule to push docker image to Docker Hub (04783dd) by ender503
  • api: Add API to dump tangle accelerator info (e136420) by yiwei
  • api: Add lock to avoid race condition (9d0c9c4) by jkrvivian
  • MQTT: Implement request handler (e5ab76d) by YangHau
  • api: Read setting from configuration file (bee44ef) by yiwei
  • api: Handle invalid transaction tag (d65974e) by yiwei
  • reg: Fix not regression test API format (c517aa8) by YangHau
  • tests: Enable logger in tests (d86c11e) by yiwei
  • utils: Add datatype bundle object array (ddc16d8) by YangHau
  • api: Implement IRI Proxy API (e900bf5) by yiwei
  • tests: Append IRI Proxy API test cases (ca89e2e) by yiwei
  • Syncronize serializer to future MAM API spec (aa219b2) by YangHau
  • api: Implement HTTP router of Proxy API (1330a7f) by HowJMay
  • README: Add description of Proxy API (b651b1d) by YangHau
  • Pass proxy API directly (709d205) by YangHau

🐛 Bug Fixes

  • driver: Fix wrong testing info (d720aa6) by YangHau
  • reg: Fix python module security issue (8620253) by Yu Wei Wu
  • reg: Fix regression test CI executing errors (d5054bb) by YangHau
  • seria: Fix `const` placement and if statement (12ccde7) by YangHau
  • api: Fix TA crash meeting unicode input (22dfaf5) by YangHau
  • api: Fix send_transfer JSON null value error (7700939) by YangHau
  • reg: Remove unnecessary delay flag (51c1704) by YangHau
  • bazel: Cleanup hiredis imported from makefile (99f492a) by Yu Wei Wu
  • reg: Remove useless error return and logging (af7d054) by YangHau
  • reg: Save APIs request response as dict (f0e7975) by YangHau
  • api: Patch nines for `tag` field (53bb9e9) by YangHau
  • utils: Add header guard (60bb1ca) by YangHau
  • api: Fix errors in send_trytes (688c5b4) by YangHau
  • reg: Remove assert for return addr num (20ba8cf) by YangHau
  • serialize: Fix unicode resulted error (1f333bf) by YangHau
  • api: Fix memory leak and lost tx error (25e8626) by YangHau
  • Rename ta_send_mam obj for consistency (8eca774) by YangHau
  • Make up missing doxygen docs (a85b22a) by YangHau
  • reg: Reslove regression port conflicts (0214c4c) by YangHau
  • Rename ta_send_mam obj for consistency (4ed2bc8) by YangHau
  • Make up missing doxygen docs (4082ee9) by YangHau
  • Remove duplicate included header files (281ae2d) by YangHau
  • hooks: Update git hooks and CI scripts (288d54e) by Yu Wei Wu
  • all: Style tweaks based on format script (45cf94d) by Yu Wei Wu
  • hooks: Exclude third party files during ci format check (16c5127) by Yu Wei Wu
  • hooks: Exclude third party files in formatter (734b093) by Yu Wei Wu
  • map: Add depth of mss as parameter of channel create (66c83a5) by Yu Wei Wu
  • api: Add prng as parameter of send mam API (45847de) by Yu Wei Wu
  • Fix regression and common core errors (4f2f518) by YangHau
  • WORKSPACE: Bump bazel rules docker to 0.7.0 (fd30ba8) by Yu Wei Wu
  • Fix statement for void function return value (e2ab2a7) by YangHau
  • Detect cache server turning off situation (#238) (38bbe7a) by HowJMay
  • driver: Fix missing transaction objects (5ec6627) by yiwei
  • api: Fix send_tranfer() response format (ad10ce0) by YangHau
  • Fix Bazel rule coding style (f264d00) by ender503
  • Fix driver test case (0172576) by ender503
  • Enforce Bazel to use Python 2 (b017786) by ender503
  • MAM: Wrong datatype for MAM function (47a602d) by YangHau
  • api: Disable MAM tests (31b3f4f) by YangHau
  • serializer: Coordinate request from with wiki (34fb911) by YangHau
  • Add logger in function (e2ae3fa) by YangHau
  • logger: Update logger usage (c9f535e) by yiwei
  • driver: Fix missing transaction objects (1c246f5) by yiwei
  • readme: Synchronize build command (d41f077) by YangHau
  • cache: logger use info level instead of error (d1128da) by HowJMay
  • server: Fix TA info status code (32ec31f) by HowJMay
  • Fix missing transaction hashes (e9f38a9) by YangHau
  • mam: fix ta_send_mam typo (48da089) by YangHau
  • server: Apply pause() to wait signal for termination in MHD (bbab507) by jkrvivian
  • Fix bazel caused IRI connection error (858e09b) by YangHau
  • Fix wrongly define MQTT_ENABLE in accelerator (6375793) by YangHau
  • Bump TA version (545f2ef) by YangHau

0.5.0...v0.8.0