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

Merging main into aggregators_v2 branch #9732

Closed
wants to merge 159 commits into from
Closed

Merging main into aggregators_v2 branch #9732

wants to merge 159 commits into from

Conversation

vusirikala
Copy link
Contributor

Description

Merging main into aggregators_v2 branch to accomodate the latest aggregator changes in the main branch.

areshand and others added 30 commits August 9, 2023 12:16
handle sharded kv batches

handle sharded merkel tree

save progress
* support network and api urls on AptosConfig

* devnet as default network
Tutorials are linked on tutorial title and again on the tutorial description just next to the title. Small nitpick, but is slightly confusing when you just arrive to the dev docs, since you expect that second link to be something different.
fix comments and warnings

fix comments

resolve comments

add crate to cargo.toml

add additional functions for different cases of profiling

fix cargo.toml
…ion Emitter (#9495)

* [testsuite][pangu][pte] Initial work for the transaction emitter.

* [testsuite][pangu][pte] Finished the transaction emitter comand.

* Update testsuite/test_framework/kubernetes.py

good catch!

Co-authored-by: Balaji Arun <balaji@aptoslabs.com>

* [testsuite][pangu][pte] Addressed Balaji's comments.

* [testsuite][pangu][pte] Hotfix for Forge compatibility.

* [testsuite][pangu][pte] Another hotfix.

* [testsuite][pangu][pte] Added support for dry runs, and fixed a bug in get testnet

* [testsuite][pangu][pte] Minor changes.

* Update README.md

---------

Co-authored-by: Olsen Budanur <olsenbudanur@Olsens-MBP.localdomain>
Co-authored-by: Balaji Arun <balaji@aptoslabs.com>
Co-authored-by: rustielin <rustielin@users.noreply.github.com>
`is_genesis()` was defined in `StateView` but never used apart
from a single test with `MockVM`. But the test set it to false
always...

Removing it to have better view interfaces.
…e` queries (#9403)

* improve indexer client to support tokenv2 sorting and new queries

* use account_transactions query

* Optional  argument on  is not positional
add semgrep for GitHub workflows
* hp_trans_valid

* hp_trans_validation

* pre-pr

* fix trim

---------

Co-authored-by: chan-bing <zzywullr@gmail.com>
…y fields (#9593)

* filter amount > 0 on getTokenOwnersData

* export all query fields

* update changelog
* Adding transfer_token function to aptos_token_client.py and adding documentation tags for the new your_first_nft tutorial.

* Fixed strange formatting

* Created a transfer_object function in RestClient class and altered the transfer_token function in the AptosTokenClient to just call transfer_object. Left it in for ease of use
* [dag] Handle certified node in dag driver
* [dag] Trigger new round on handler start
* [dag] Use only the aptos_time_service crate
…_uri (#9611)

* Fix error for defaulting to original raw_image_uri

* move db commit outside
gofenix and others added 4 commits August 23, 2023 11:15
* add python sdk publish ci

* remove check version
Test Plan: ran yq / generate proposals locally

```
target/performance/aptos-release-builder generate-proposals --release-config aptos-move/aptos-release-builder/data/release.yaml --output-dir output
```
* add account fetch queries

add account fetch queries

* rename getData to getInfo

* fix tests

---------

Co-authored-by: George Mitenkov <georgemitenk0v@gmail.com>
@alinush alinush self-requested a review as a code owner August 23, 2023 19:19
* [Python SDK] Add support for faucet auth token

* Address feedback
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.