aptos-core
aptos-core copied to clipboard
Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
# ๐ Bug Consider the following transactional test: ```move //# publish module 0xc0ffee::m { struct Func { f1: |&T| bool, } has copy, drop; struct S { x: u64, }...
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
# ๐ Bug This bug appears with keyless wallets integrated by wallet adapter. When passing pyth data in function parameters which is long vector, it causes the Error: URI Too...
# ๐ Bug The compiler maintains mappings from file content hashes, and thus, when there are duplicate file contents (including across dependencies in a Move project), it can result in...
Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) from 6.0.1 to 6.0.2. Release notes Sourced from serialize-javascript's releases. v6.0.2 fix: serialize URL string contents to prevent XSS (#173) f27d65d Bump @โbabel/traverse from 7.10.1 to 7.23.7 (#171)...
## Description ## How Has This Been Tested? ## Key Areas to Review ## Type of Change - [ ] New feature - [ ] Bug fix - [ ]...
Bumps [setuptools](https://github.com/pypa/setuptools) from 68.2.2 to 78.1.1. Changelog Sourced from setuptools's changelog. v78.1.1 Bugfixes More fully sanitized the filename in PackageIndex._download. (#4946) v78.1.0 Features Restore access to _get_vc_env with a warning....
## Description Adding perf tests (to continuous) for measuring normal and large-sized BTreeMap performance. ## How Has This Been Tested? ## Key Areas to Review ## Type of Change -...