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

chore: bump borsh to 1.3.0 and remove borsh-compat feature #907

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

aleksuss
Copy link
Member

Description

The PR bumps borsh dependency to 1.3.0 along with the near-sdk 5.0.0 that allows us to get rid of the feature borsh-compat.

Performance / NEAR gas cost considerations

Not changes in performance.

Testing

No new tests.

Copy link
Member

@birchmd birchmd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this!

@aleksuss aleksuss added this pull request to the merge queue Feb 26, 2024
Merged via the queue into develop with commit c03a2d8 Feb 26, 2024
24 checks passed
@aleksuss aleksuss deleted the chore/aleksuss/borsh_one branch February 26, 2024 10:48
aleksuss added a commit that referenced this pull request Mar 27, 2024
## Description

The PR bumps borsh dependency to 1.3.0 along with the near-sdk 5.0.0
that allows us to get rid of the feature `borsh-compat`.

## Performance / NEAR gas cost considerations

Not changes in performance.

## Testing

No new tests.
@aleksuss aleksuss mentioned this pull request Mar 27, 2024
aleksuss added a commit that referenced this pull request Mar 27, 2024
### Additions

- Added a new view transaction `ft_balances_of` for getting balances for
multiple accounts by [@karim-en]. ([#905])

### Changes

- The `ft_resolve_transfer` callback doesn't require running the
contract to finish the `ft_transfer_call` correctly
  by [@aleksuss]. ([#906])
- Borsh has been bumped to 1.3 what allows to get rid of additional
feature `borsh-compat` by [@aleksuss]. ([#907])
- The `ExecutionProfile` has been extended with logs for tests by
[@mrLSD]. ([#910])
- The interface of the engine standalone storage has been extended with
a couple of methods for allowing set/get
  arbitrary data outside the crate by [@aleksuss]. ([#913])

### Fixes

- Minor improvements and fixes by [@raventid]. ([#916])

[#905]: #905
[#906]: #906
[#907]: #907
[#910]: #910
[#913]: #913
[#916]: #916

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Karim <karim@aurora.dev>
Co-authored-by: Michael Birch <michael.birch@aurora.dev>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evgeny Ukhanov <evgeny@aurora.dev>
Co-authored-by: Julian Pokrovsky <raventid@users.noreply.github.com>
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.

None yet

3 participants