-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* init * run lint * delete verfiy and add schema * pass linter test * fix lint * merge aptos main * run lint * [python] return int balance of coins * [python] async sleep for async calls * [python] use aptos_account::transfer instead of coin::transfer * [python] expose payload generators for token client * [python] support inserting sequence numbers in transaction helpers * [python] add a transaction management layer This provides a framework for managing as many transactions from a single account at once * The AccountSequenceNumber allocates up to 100 outstanding sequence numbers to maximize the number of concurrent transactions in the happy path. * The transaction manager provides async workers that push a transaction from submission through to validating completion Together they provide the basic harness for scaling transaction submission on the Aptos blockchain from a single account. * [python] Add testing coverage * [python] cleaning up with feedback * [docs] update transaction management * [python] add a modest reliablity layer to transaction management this handles all the failures associated with network congestion, meaning this is ready to ship for now... need more testing on other failure cases.... such as intermittent network connectivity, lost connections, bad upstreams. * [python] remove unnecessary python dependencies * [Execution Benchmark] Calibrate Threshold (#8591) * clean AptosVmImpl::new() up a bit * [Helm] Add charts for kube-state-metrics and prometheus-node-exporter (#8576) * Add a zip functions to iterate over 2 vectors concurrently (#8584) * [TF] Add health check for waypoint service in GCP testnet-addons Also, add a default for "gke_maintenance_policy" in the aptos-node-testnet module. * [Storage][Sharding][Pruner] Restructure ledger pruner. (#8443) * use assume to replace require Cointype != Aptos * fix linter --------- Co-authored-by: David Wolinsky <isaac.wolinsky@gmail.com> Co-authored-by: danielx <66756900+danielxiangzl@users.noreply.github.com> Co-authored-by: aldenhu <msmouse@gmail.com> Co-authored-by: Stelian Ionescu <stelian@aptoslabs.com> Co-authored-by: Kevin <105028215+movekevin@users.noreply.github.com> Co-authored-by: Guoteng Rao <3603304+grao1991@users.noreply.github.com> GitOrigin-RevId: b5f5f522ce76ecbd04f51fda34fb34ec676412a7
- Loading branch information
1 parent
872361e
commit 7cec839
Showing
3 changed files
with
319 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.