Skip to content

Commit

Permalink
Merge pull request #613 from ar-io/develop
Browse files Browse the repository at this point in the history
Release lua id
  • Loading branch information
atticusofsparta authored Dec 9, 2024
2 parents 15e202e + e2af4ca commit fdeed96
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
12 changes: 12 additions & 0 deletions assets/ant-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [9] - [ezS3Z57rq_0skoG0WYmIqJ33mJiu0HbYNn9vEu12Mc4] - (2024-12-4)

### Changed

- Added Ethereum address support.
- Added Allow-Unsafe-Addresses flag to allow skipping of address validation for future compatibility with different signature algorithms for the following API methods:
- Transfer
- Add-Controller
- Balance
- Approve-Primary-Name

## [8] - [XP9_LFTae8C0yvCb_DUJaC5LXaiZIbiGT1yY25X0JCg] - (2024-11-25)

### Added
Expand Down Expand Up @@ -34,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed

- Fixed the Remove-Record api to return appropriate notices on calls.
- Update ID checks to use appropriate regexs and check both arweave and ethereum addresses

<!-- eslint-disable-next-line -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@ant-design/icons": "5.4.0",
"@ar.io/sdk": "^2.6.0-alpha.2",
"@ar.io/sdk": "^2.7.0-alpha.4",
"@permaweb/aoconnect": "^0.0.59",
"@sentry/react": "^7.45.0",
"@tanstack/react-query": "^5.51.21",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,20 @@
plimit-lit "^3.0.1"
warp-contracts "1.4.45"

"@ar.io/sdk@^2.6.0-alpha.2":
version "2.6.0-alpha.2"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-2.6.0-alpha.2.tgz#64892e2a299ed5454e61db48beb0d3941bd6570b"
integrity sha512-2mggP1Mi3g/kbJoldtYTXNN/4ea2Mfo2JZZOt5+HSWkS0Jvf7sWMftNPP6GTwNiPzkyHNqUk2uTZZADo4fUUTg==
"@ar.io/sdk@^2.7.0-alpha.4":
version "2.7.0-alpha.4"
resolved "https://registry.yarnpkg.com/@ar.io/sdk/-/sdk-2.7.0-alpha.4.tgz#7e322082c0c693b90ea9b935fd529722199999cd"
integrity sha512-4EHJYtY9dBYJWwBzOnRAPZTHtdu+OT4COrEmsjeTQsuYiHvy3cgUfbEI1C255BSJGapI9dcvFB0VMsrQjMnBCQ==
dependencies:
"@dha-team/arbundles" "^1.0.1"
"@permaweb/aoconnect" "^0.0.57"
arweave "1.14.4"
axios "1.7.8"
axios-retry "^4.3.0"
commander "^12.1.0"
eventemitter3 "^5.0.1"
plimit-lit "^3.0.1"
prompts "^2.4.2"
winston "^3.13.0"
zod "^3.23.8"

Expand Down Expand Up @@ -5810,6 +5812,11 @@ commander@11.0.0:
resolved "https://registry.yarnpkg.com/commander/-/commander-11.0.0.tgz#43e19c25dbedc8256203538e8d7e9346877a6f67"
integrity sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==

commander@^12.1.0:
version "12.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-12.1.0.tgz#01423b36f501259fdaac4d0e4d60c96c991585d3"
integrity sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==

commander@^2.20.3:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
Expand Down Expand Up @@ -10668,7 +10675,7 @@ progress@^2.0.3:
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==

prompts@^2.0.1:
prompts@^2.0.1, prompts@^2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.4.2.tgz#7b57e73b3a48029ad10ebd44f74b01722a4cb069"
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
Expand Down

0 comments on commit fdeed96

Please sign in to comment.