forked from polygon-io/client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump master #4
Draft
fintronlj
wants to merge
126
commits into
master
Choose a base branch
from
lj/CA-7890/Bump_master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Bump master #4
+1,188
−417
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
Bumps [github.com/cenkalti/backoff/v4](https://github.com/cenkalti/backoff) from 4.1.3 to 4.2.0. - [Release notes](https://github.com/cenkalti/backoff/releases) - [Commits](cenkalti/backoff@v4.1.3...v4.2.0) --- updated-dependencies: - dependency-name: github.com/cenkalti/backoff/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Launchpad required headers * Create helper for required headers * Add example and docs * Change example to choose between common case and launchpad case * Fix readme * Move examples around * Revert weird goimport * More pr feedback * Add README header to Launchpad example
* add summaries endpoint * testing framework * fix test * Changes to ticker.any_of * fix date * go mod tidy * Fixed the test * fix comment * tidy fields and test * field name * make options type plural * fix test expected response for summaries Co-authored-by: jbonzo <[email protected]>
* wip: options chain stubs these changes should not be merged until options chanin endpoint is complete. * Added tests for OptionsChain and changed path for the function call. * added contract types * doc fixes * Pr Comment fixes. - Naming conventions. - ListOptionsChainShapshots response changed to iter.Iter. - Refactored tests. * added doc strings to ListOptionsChainParams properties * ticker to underlyingAsset * WithTicker to WithUnderlyingAsset * Update rest/models/snapshot.go Co-authored-by: Ricky Barillas <[email protected]> * removing WithUnderlying asset helper Co-authored-by: Ricky Barillas <[email protected]>
* update limit doc string for financial params * fmt and update financial params limit field doc
* Add Go Report Card Badge * Fix broken image link for Report Card Badge
…ent (polygon-io#230) * Accumulated Volume wrong type causing unmarshalling errors in the client * update test data int -> float for snapshot.min.av
* README update to include working example * fmt and extention to example. * remove pointer notation * Update README.md Co-authored-by: Vera Harless <[email protected]> --------- Co-authored-by: Vera Harless <[email protected]>
…olygon-io#239) Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.11.1 to 10.11.2. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.11.1...v10.11.2) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <[email protected]>
Bumps [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/jarcoal/httpmock/releases) - [Commits](jarcoal/httpmock@v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/jarcoal/httpmock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add last trade to options snapshot * whoops
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.8.1...v1.8.2) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* examples init * Fixed c.GetAggs is deprecated * Fixed c.GetAggs is deprecated
* Add support for indices * Figuring out the GH action that is merging into my branch * chore: Updated coverage badge. * trigger CI * Add value to underlying asset model * trigger CI * Add index snapshot * chore: Updated coverage badge. * trigger CI * Add test * chore: Updated coverage badge. * trigger CI --------- Co-authored-by: GitHub Action <[email protected]>
* Update minor version to v1.10.0 * Update minor version to v1.11.0
Added option to subscribe to aggregates. Also updated the switch statement to catch the aggregate messages.
Co-authored-by: GitHub Action <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…olygon-io#388) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…olygon-io#393) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…olygon-io#412) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…olygon-io#414) Co-authored-by: GitHub Action <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…olygon-io#426) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: justinpolygon <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Adds ReconnectCallback to the websocket go-client.
…olygon-io#443) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: justinpolygon <[email protected]>
…olygon-io#470) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.