Skip to content

Tags: dmshvetsov/aptos-core

Tags

aptos-node-v1.4.2

Toggle aptos-node-v1.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Limit num ristretto points (aptos-labs#8153)

* limit the number of ristretto points in a transaction

* tweak

adhoc-20230508

Toggle adhoc-20230508's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[transaction generator] Simplify txn-generator api to create transact…

…ions for a single account at a time (aptos-labs#8006)

aptos-node-v1.4.1

Toggle aptos-node-v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Cherry pick] View function Object<T> support (aptos-labs#8051)

* [move-examples] Add view functions to Hero object demo

* [api] Allow Object<T> in view functions

The JSON parsing wasn't working properly for Object<T> so, it now
handles Object types as a one time check, and allows for types to
be provided as well

aptos-framework-v1.4.1

Toggle aptos-framework-v1.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Cherry pick] View function Object<T> support (aptos-labs#8051)

* [move-examples] Add view functions to Hero object demo

* [api] Allow Object<T> in view functions

The JSON parsing wasn't working properly for Object<T> so, it now
handles Object types as a one time check, and allows for types to
be provided as well

aptos-framework-v1.4.0

Toggle aptos-framework-v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release-tooling] Support input key as string (aptos-labs#7882) (apto…

…s-labs#7999)

* [release-tooling] Inputting keys as string

* fixup! [release-tooling] Inputting keys as string

aptos-cli-v1.0.13

Toggle aptos-cli-v1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
upgrade cli to 1.0.13 (aptos-labs#7958)

aptos-node-v1.4.0

Toggle aptos-node-v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[bytecode verifier] improved signature checker impl (aptos-labs#7960)

aptos-cli-v1.0.12

Toggle aptos-cli-v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ts-sdk] Fix output errors of publish ANS contract script (aptos-labs…

…#7926)

aptos-node-v1.3.5

Toggle aptos-node-v1.3.5's commit message
hotfix

aptos-cli-v1.0.11

Toggle aptos-cli-v1.0.11's commit message
[cli] Release 1.0.11 fix