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

✨ New state querying scheme #3570

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ be compatible with this version, specifically, those that ran with
`Libplanet.Explorer.Executable`. [[#3564]]
- Changed `TxInvoice` to no longer allow negative values for
`MaxGasPrice` and `GasLimit`. [[#3567]]
- (Libplanet.Explorer) Added `AccountStateType` class. [[#3570]]
- (Libplanet.Explorer) Added `account` and `accounts` query to `StateQuery`.
[[#3570]]
- (Libplanet.Store) Changed `ShortNode` to no longer inherit `BaseNode`.
`ShortNode.Value` is no longer nullable. [[#3572]]
- (Libplanet.Store) Removed `FullNode()` and added `FullNode.Empty`.
Expand All @@ -53,6 +56,7 @@ be compatible with this version, specifically, those that ran with
[#3562]: https://github.com/planetarium/libplanet/pull/3562
[#3564]: https://github.com/planetarium/libplanet/pull/3564
[#3567]: https://github.com/planetarium/libplanet/pull/3567
[#3570]: https://github.com/planetarium/libplanet/pull/3570
[#3572]: https://github.com/planetarium/libplanet/pull/3572
[#3573]: https://github.com/planetarium/libplanet/pull/3573
[#3574]: https://github.com/planetarium/libplanet/pull/3574
Expand Down
Loading
Loading