aurora-is-near / aurora-engine

⚙️ Aurora Engine implements an Ethereum Virtual Machine (EVM) on the NEAR Protocol.
https://doc.aurora.dev/develop/compat/evm
322 stars 79 forks source link

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

Closed aleksuss closed 4 months ago

aleksuss commented 4 months ago

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.