refactor: remove polycli rpc method#272
Merged
Merged
Conversation
Signed-off-by: Ji Hwan <jkim@polygon.technology>
Signed-off-by: Ji Hwan <jkim@polygon.technology>
praetoriansentry
previously approved these changes
May 9, 2024
Signed-off-by: Ji Hwan <jkim@polygon.technology>
jhkimqd
added a commit
to jhkimqd/polygon-cli
that referenced
this pull request
May 21, 2024
Signed-off-by: Ji Hwan <jkim@polygon.technology> refactor: remove traces of yul Signed-off-by: Ji Hwan <jkim@polygon.technology> refactor: improve monitor ui/ux Signed-off-by: Ji Hwan <jkim@polygon.technology> refactor: remove `polycli rpc` method (0xPolygon#272) * refactor: remove polycli rpc method Signed-off-by: Ji Hwan <jkim@polygon.technology> * fix: separate .yul and .sol build in ci Signed-off-by: Ji Hwan <jkim@polygon.technology> * refactor: remove traces of yul Signed-off-by: Ji Hwan <jkim@polygon.technology> --------- Signed-off-by: Ji Hwan <jkim@polygon.technology> chore(deps): bump cloud.google.com/go/datastore from 1.15.0 to 1.17.0 (0xPolygon#274) Bumps [cloud.google.com/go/datastore](https://github.com/googleapis/google-cloud-go) from 1.15.0 to 1.17.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@kms/v1.15.0...video/v1.17.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/datastore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Léo Vincent <28714795+leovct@users.noreply.github.com> chore(deps): bump golang.org/x/text from 0.14.0 to 0.15.0 (0xPolygon#269) Bumps [golang.org/x/text](https://github.com/golang/text) from 0.14.0 to 0.15.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump cloud.google.com/go/kms from 1.15.8 to 1.17.0 (0xPolygon#276) Bumps [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go) from 1.15.8 to 1.17.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@kms/v1.15.8...kms/v1.17.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/kms dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> chore(deps): bump google.golang.org/api from 0.180.0 to 0.181.0 (0xPolygon#277) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.180.0 to 0.181.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.180.0...v0.181.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> refactor: improve polycli monitor ui/ux with dynamic block info Signed-off-by: Ji Hwan <jkim@polygon.technology>
This file contains hidden or 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
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.
Description
This PR removes the
polycli rpcmethod.