-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: v1.3.0 #142
Merged
faustbrian
merged 28 commits into
ArkEcosystemArchive:master
from
sleepdefic1t:release/1.3.0
Oct 10, 2019
Merged
release: v1.3.0 #142
faustbrian
merged 28 commits into
ArkEcosystemArchive:master
from
sleepdefic1t:release/1.3.0
Oct 10, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab, the keyword is not highlighted. Reference: https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
The current library manifest uses a wildcard `*` for the `platforms` value incorrectly signifying that it supports all platforms. This is incorrect as the Cpp SDK's only officially support the espressif8266 & espressif32 platforms. This PR corrects this discrepancy.
- removes 'v2' from all paths. - updates API tests & cleans up. - updates examples. - updates documentation. - cleans up HTTP live test. - removed ArduinoJson dependency. - updated test/CMakeLists.txt.
this was removed previously, the change got lost somewhere along the way.
* fix: Correct Windows build Added additional flags to explicitly set linking with static CRT as well as producing and linking wtih static libraries. * fix: Add include paths to support Mac source build of curl * fix: Correct path to unit test exe * fix: Add missing openssl dependency * fix: Reorder Apple openssl defines * chore: remove old CI files
### Added - added Blockchain API endpoint (#104) ### Changed - improved API query usage to accept strings (#114) - improved class members and test coverage (#93) - improved formatting and maintainability (#92) - dropped Hunter Package Manager in favor of git submodules in OS builds (#90) - updated ArduinoJson 5.13.2 >> 6.10.1, usage patterns, and documentation/examples (#87) - moved external libraries out of source tree (#140) ### Fixed - fixed typos in Arduino examples (#86) - changed to "statusCode" '422' to test API Post response for empty Transactions objects (#85)
sleepdefic1t
requested review from
faustbrian,
kristjank and
spkjp
as code owners
October 9, 2019 22:46
ghost
added
Complexity: Undetermined
Needs specialized, in-depth review.
Type: Release
The issue or pull request is related to an upcoming release.
labels
Oct 9, 2019
faustbrian
approved these changes
Oct 10, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Complexity: Undetermined
Needs specialized, in-depth review.
Type: Release
The issue or pull request is related to an upcoming release.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
Changed
Fixed