Skip to content
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

feat: Exposes status RPC API method #308

Merged
merged 8 commits into from
Jun 26, 2024

Conversation

ghost
Copy link

@ghost ghost commented Sep 19, 2023

Resolves: #148
Exposes the method under the unstable flag and leaving a TODO for later reference.

@ghost ghost marked this pull request as ready for review September 19, 2023 08:11
@ghost
Copy link
Author

ghost commented Sep 25, 2023

@frol This is ready to be reviewed

@frol frol force-pushed the feat/expose-status-method branch from 0bc9319 to 07b55f1 Compare June 26, 2024 14:17
@frol frol changed the title feat: expose status under unstable & leave todo feat: expose status method Jun 26, 2024
@frol frol changed the title feat: expose status method feat: Exposes status RPC API method Jun 26, 2024
@frol frol enabled auto-merge (squash) June 26, 2024 14:20
@frol frol merged commit e0da2b1 into near:main Jun 26, 2024
6 checks passed
@frol frol mentioned this pull request Jun 26, 2024
frol added a commit that referenced this pull request Jun 26, 2024
## 🤖 New release
* `near-workspaces`: 0.10.0 -> 0.10.1

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.10.1](near-workspaces-v0.10.0...near-workspaces-v0.10.1)
- 2024-06-26

### Added
- Exposes status RPC API method
([#308](#308))
- Fixed `dev_deploy` to use registrar account to create top-level
accounts (nearcore 1.37.0+ forbidden to create top-level accounts by
non-registrar accounts)
([#360](#360))
- Re-exported near-abi-client
([#303](#303))

### Other
- a way to get account with more than 100 near on sandbox
([#351](#351))
- Updated cargo-near to "0.5.2"
([#347](#347))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose remaining RPC methods
1 participant