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

[dev]Update docker_build.yml docker/setup-buildx-action to 2, Dockerfile rustup version to 1.25.1 #3771

Merged
merged 2 commits into from
Oct 8, 2022

Conversation

jiangying000
Copy link
Collaborator

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behavior?

Issue Number: fix #3770

What is the new behavior?

Other information

@jiangying000 jiangying000 marked this pull request as ready for review October 8, 2022 03:21
@jiangying000 jiangying000 changed the title Update docker_build.yml docker/setup-buildx-action to v2 [dev]Update docker_build.yml docker/setup-buildx-action to 2, Dockerfile rustup version to 1.25.1 Oct 8, 2022
@jolestar jolestar enabled auto-merge (squash) October 8, 2022 04:31
@jolestar jolestar merged commit c2804e0 into master Oct 8, 2022
@jolestar jolestar deleted the jiangying000-patch-1 branch October 8, 2022 04:42
@github-actions
Copy link

github-actions bot commented Oct 8, 2022

Benchmark for c22925c

Click to view benchmark
Test Base PR %
accumulator_append 606.4±10.53µs 607.1±30.45µs +0.12%
block_apply/block_apply_10 842.8±1.33ms 846.3±5.56ms +0.42%
block_apply/block_apply_1000 85.7±0.43s 85.6±0.06s -0.12%
get_with_proof/db_store 36.4±0.24µs 36.3±0.20µs -0.27%
get_with_proof/mem_store 31.4±0.37µs 31.5±0.39µs +0.32%
put_and_commit/db_store/1 96.7±4.96µs 96.5±5.25µs -0.21%
put_and_commit/db_store/10 859.6±39.98µs 857.9±39.51µs -0.20%
put_and_commit/db_store/100 7.3±0.30ms 7.4±0.30ms +1.37%
put_and_commit/db_store/5 443.7±22.16µs 441.4±23.82µs -0.52%
put_and_commit/db_store/50 3.8±0.17ms 3.8±0.17ms 0.00%
put_and_commit/mem_store/1 61.5±5.66µs 61.6±5.65µs +0.16%
put_and_commit/mem_store/10 574.0±48.15µs 577.9±46.83µs +0.68%
put_and_commit/mem_store/100 5.6±0.34ms 5.6±0.35ms 0.00%
put_and_commit/mem_store/5 290.7±24.85µs 291.8±24.75µs +0.38%
put_and_commit/mem_store/50 2.8±0.18ms 2.8±0.18ms 0.00%
query_block/query_block_in(10)_times(100) 6.5±0.27ms 6.7±0.17ms +3.08%
query_block/query_block_in(10)_times(1000) 66.8±2.79ms 66.4±3.52ms -0.60%
query_block/query_block_in(10)_times(10000) 656.2±16.32ms 665.7±12.50ms +1.45%
query_block/query_block_in(1000)_times(100) 990.6±16.60µs 995.8±10.35µs +0.52%
query_block/query_block_in(1000)_times(1000) 9.9±0.07ms 9.9±0.09ms 0.00%
query_block/query_block_in(1000)_times(10000) 100.0±1.24ms 99.3±1.02ms -0.70%
storage_transaction 1099.7±273.02µs 1121.6±303.70µs +1.99%
vm/transaction_execution/1 947.2±1.63ms 961.1±2.25ms +1.47%
vm/transaction_execution/10 235.3±0.59ms 238.4±1.08ms +1.32%
vm/transaction_execution/20 201.8±0.62ms 203.9±1.82ms +1.04%
vm/transaction_execution/5 312.1±0.91ms 316.2±4.01ms +1.31%
vm/transaction_execution/50 217.6±1.28ms 219.5±0.89ms +0.87%

nkysg pushed a commit that referenced this pull request Oct 13, 2022
…ile rustup version to 1.25.1 (#3771)

* Update docker_build.yml

* Update Dockerfile
nkysg added a commit that referenced this pull request Feb 10, 2023
* [compiler] update move
[compiler] Upgrade Move and fix compiler error
[clippy] Fix clippy error

* Merge branch 'master' into update_move

* gen new stdlib

* fix warning: add phantom for merkle distributor

* update move version
fix merkle tree test

* fix Identifier merge

* Update module_upgrade_test.rs

* update script
update move

* check commit

* 1.add table native functions
2.gen new stdlib
3.add table native function gas cost in vmconfig

* 1.add StateKey,MoveExt, SessionId,MoveResolveExt
2.add session finish_with_extension
3.change WriteSet , TransactionOutput, StateKeyView

* add contract_api.json

* 1.add halley genesis

* gen new stdlib

* Merge branch 'master' into update_move

* add move table extension flush

* add statedb support move table extension with commit and flush

* add table item test code

* fix  warnings

* update move repo

* fix fmt

* reset proxima

* add proxima genesis_config.json

* branch update_move add docker build

* add table_info storage

* update starcoin-framework repo

* fix clippy warnings

* gen new stdlib, reset proxima genesis

* add TableItemProof

* add TableItemProof

* fmt Cargo.toml

* add TableItemProof unit_test

* change StateKeyView serde Field attributes

* [Feature]Add string module (#3626)

* add string

* fix string

* add string in stdlib

* new stdlib

* Fix String module native

* Fix cargo move

* add pr build_test

* fix execute script (#3705)

* add config

* fix run script

* fix mpm package table test (#3715)

* [dev branch]table extension compatible dry run (#3706)

* change dry_out return value

* reset proxima

* close #3732

* mpm: remove tmp code

* [dev]Update docker_build.yml docker/setup-buildx-action to 2,  Dockerfile rustup version to 1.25.1 (#3771)

* Update docker_build.yml

* Update Dockerfile

* [dev] remove starcoin-x package,update script and config (#3772)

* [dev] remove starcoin-x package

* remove in toml

* update mold flag

* remove starcoin-x alias

* add back test scripts

* fix powershell

* use BAD_TRANSACTION_FEE_CURRENCY for test

gas_schedule: change max gas unit of test env to 400_000_000

[dev branch] move update use new  gas meter imp (#3795)

* use GasParameter replace costTable

* compat GasCost and GasConstants

* ErrorContext change to ErrorDescription

* update GasConstants member function

* ErrorContext change to ErrorDescription

* update move TableHandle def

* 1.refactor gas-algebra-ext
2.add gas_params for starcoin_vm

* 1.add move stdlib nursery GasParam

* update starcoin_natives gas_params

* update VmConfig to gas_params

* add vmconfig to gas_schedule test

* add gas meter calc function

* update starcoin_vm get gas_params

* temp remove table_info column

* update starcoin-framework

* add test stdlib precompiled

* update move_stdlib params

* Package transaction publish bundle logic

* Update move dep for fixing transactional test harness

* comment StarcoinFramework checkpoint

* compatible legacy AccountDataCache

* move bytecode v6

* update starcoin-framework

Co-authored-by: jolestar <jolestar@gmail.com>
Co-authored-by: fikgol <hit.cs.lijun@gmail.com>
Co-authored-by: WGB5445 <919603023@qq.com>

* abi support u16, u32, u256

* update rpc schema

---------

Co-authored-by: LemonHX <lemonhx@lemonhx.tech>
Co-authored-by: WGB5445 <919603023@qq.com>
Co-authored-by: caojiafeng <funfriendcjf@gmail.com>
Co-authored-by: jiangying <krivergo3@gmail.com>
Co-authored-by: jolestar <jolestar@gmail.com>
Co-authored-by: fikgol <hit.cs.lijun@gmail.com>
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.

[Bug Report] docker build failed
3 participants