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

feat: merge 0.14.0-beta1 #86

Merged
merged 1,042 commits into from
Apr 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1042 commits
Select commit Hold shift + click to select a range
efe6ef5
Add ed25519_batch_verifiy impl / tests
maurolacy Feb 17, 2021
4c9cb5e
Update lock files
maurolacy Feb 17, 2021
3d834fc
Simplify / re-use var names
maurolacy Feb 17, 2021
4b81308
Fix clippy warnings
maurolacy Feb 17, 2021
362b95d
Change ed25519_batch_verify signature for convenience
maurolacy Feb 18, 2021
6b04dc0
Add max batches constant
maurolacy Feb 18, 2021
881525b
Revert "Change ed25519_batch_verify signature for convenience"
maurolacy Feb 18, 2021
5b2da18
Rename for clarity / consistency
maurolacy Feb 19, 2021
fd9ec55
Add conversions module / errors
maurolacy Feb 18, 2021
96430c8
Add encode_sections() helper
maurolacy Feb 18, 2021
8395f54
Add VM sections module
maurolacy Feb 19, 2021
7bd5a9e
Add decode_sections()
maurolacy Feb 19, 2021
fc9f9a7
Fix features import / selections
maurolacy Feb 19, 2021
25eac93
Fix clippy warning
maurolacy Feb 21, 2021
0d8d04d
Let encode_sections always succeed
webmaster128 Feb 21, 2021
5fc78ca
Fix syntax
maurolacy Feb 21, 2021
13e55bb
Simplify decode_sections
maurolacy Feb 21, 2021
dcc949d
Add ed25519_batch_verify native
maurolacy Feb 19, 2021
d89e8e0
Add ed25519_batch_verify mock
maurolacy Feb 19, 2021
e9d1328
Add StdError -> VerificationError mapping
maurolacy Feb 19, 2021
71cf7e6
Add ed25519_batch_verify extern
maurolacy Feb 19, 2021
d8eac7c
Add ed25519_batch_verify contract tests
maurolacy Feb 20, 2021
39c882a
Add ed25519_batch_verify structural / length checks
maurolacy Feb 20, 2021
ed66524
Add ed25519_batch_verify multisig test
maurolacy Feb 20, 2021
8c3afa1
Adapt to new encode_sections() signature
maurolacy Feb 21, 2021
5edbace
Now fix clippy warnings
maurolacy Feb 21, 2021
10a3557
Update schema
maurolacy Feb 21, 2021
e12ee9f
Add ed25519_batch_verify single signer support
maurolacy Feb 22, 2021
5895ca2
cargo fmt
maurolacy Feb 22, 2021
daf33e3
Add BatchErr
maurolacy Feb 22, 2021
b76e522
Fix rebase errors / omissions
maurolacy Feb 22, 2021
feee15b
Add BatchErr
maurolacy Feb 22, 2021
be63900
Fix batch mutisig test
maurolacy Feb 22, 2021
457774a
Fix import
maurolacy Feb 22, 2021
8f4b8cf
Fix tests order
maurolacy Feb 22, 2021
fafabbf
Increase max number of batches to 256
maurolacy Feb 23, 2021
27c9746
Change encode_sections() signature to references
maurolacy Feb 23, 2021
8033d06
Change ed25519_batch_verify() signature to references
maurolacy Feb 23, 2021
3347359
Improve tendermint batch verification deserialization
maurolacy Feb 23, 2021
c37ac13
Ensure no data is lost in the positive case
maurolacy Feb 23, 2021
e9f0ff5
Remove empty case explicit negative verification
maurolacy Feb 23, 2021
e5ef4d0
Add single pubkey tests
maurolacy Feb 23, 2021
66d6acb
Add ed25519 batch verification structural tests
maurolacy Feb 23, 2021
908a64b
Add a couple extra structural tests
maurolacy Feb 23, 2021
705077e
Change to variant where all empty sets work
maurolacy Feb 23, 2021
187708b
Fix copy paste error
maurolacy Feb 23, 2021
9d6e5ca
Update crypto README.md
maurolacy Feb 23, 2021
d92ca53
Update CHANGELOG.md / README.md
maurolacy Feb 23, 2021
b3753f2
Add ed25519_batch_verify detailed docs
maurolacy Feb 23, 2021
d7c6a92
Improve batch verification gas cost estimation
maurolacy Feb 23, 2021
172fbd3
Update test wasm files
maurolacy Feb 24, 2021
34a4379
Add ed25519_batch_verify import to make_instance
maurolacy Feb 24, 2021
f7688ae
Remove duplicate dependency
maurolacy Feb 24, 2021
cf86e0f
Revert "Add StdError -> VerificationError mapping"
maurolacy Feb 24, 2021
d1c8fc5
Update wasm test files
maurolacy Feb 24, 2021
0895ece
Fix lint issues
webmaster128 Feb 24, 2021
71d953c
Merge pull request #788 from CosmWasm/crypto-api-ed25519-batch
webmaster128 Feb 24, 2021
6ef7d58
Add missing lockfiles to clippy cache key
webmaster128 Feb 25, 2021
7d900c2
Fix paths to contract target folders
webmaster128 Feb 25, 2021
3f582b1
Merge pull request #799 from CosmWasm/add-missing-lockfiles
webmaster128 Feb 25, 2021
7d104aa
Add serialize_unsigned_transaction to crypto contract
webmaster128 Feb 23, 2021
5af1741
Add verify_transaction
webmaster128 Feb 24, 2021
4b55d12
Let ethereum_address_raw return [u8; 20] and reuse for ethereum_address
webmaster128 Feb 24, 2021
ccfbf58
Remove ethereum-transaction dependency and encode directly
webmaster128 Feb 25, 2021
56c504e
Simplify nonce to u64
webmaster128 Feb 25, 2021
d69722d
Use &dyn Api instead of generics
webmaster128 Feb 25, 2021
f3dca89
Create QueryMsg::VerifyEthereumTransaction
webmaster128 Feb 25, 2021
9806d63
Use copy instead of clone
webmaster128 Feb 25, 2021
e9d8f87
Turn Ethereum addresses into string
webmaster128 Feb 25, 2021
2307332
Compare Eth addresses in binary
webmaster128 Feb 25, 2021
efd9a09
Sipence clippy
webmaster128 Feb 25, 2021
3239d58
Update schema
webmaster128 Feb 25, 2021
d228e3a
Fix typos in error messages
webmaster128 Feb 25, 2021
1c8d7db
Move and document get_recovery_param/get_recovery_param_with_chain_id
webmaster128 Feb 25, 2021
fe070d1
Add references to transaction serialization format
webmaster128 Feb 25, 2021
d059c2b
Use try_into to convert to fixed length array
webmaster128 Feb 25, 2021
1361b34
Bump min Rust version to 1.49
webmaster128 Feb 25, 2021
29b791a
Merge pull request #797 from CosmWasm/verify-ethereum-sig
webmaster128 Feb 25, 2021
919dfb5
Use simpler / shorter Sha256::digest()
maurolacy Feb 25, 2021
ed9311e
Add digital signature verification benchmarks
maurolacy Feb 25, 2021
648531b
Use chain() for generating bad data
maurolacy Feb 25, 2021
8ad8be5
ed25519 batch verification of different batch lengths
maurolacy Feb 25, 2021
8ec6129
Use words instead of numbers
maurolacy Feb 25, 2021
8518dd7
Update README.md
maurolacy Feb 25, 2021
40013e9
Add crypto benchmarks to CI
maurolacy Feb 25, 2021
2dc4086
Add crypto-verify-benchmarks branch to CI benchmarks
maurolacy Feb 25, 2021
04e5abf
Fix crypto package job name
maurolacy Feb 25, 2021
8326174
Add crypto package to CI build
maurolacy Feb 25, 2021
fc7e5df
Update CI crypto package rust version to 1.49.0
maurolacy Feb 25, 2021
6f855ed
Add benchmark for ed25519 batch verify with one pubkey
maurolacy Feb 25, 2021
a674bf7
Merge pull request #801 from CosmWasm/crypto-verify-benchmarks
webmaster128 Feb 26, 2021
c355ed3
Remove pointless Default implementations
webmaster128 Feb 26, 2021
e9c3603
Merge pull request #803 from CosmWasm/pointless-defaults
ethanfrey Feb 26, 2021
a92583e
Rename to InvalidHashFormat amd remove unnecessary message
webmaster128 Feb 25, 2021
b91ba4c
Migrate SignatureErr to InvalidSignatureFormat
webmaster128 Feb 25, 2021
3bb778b
Disallow some error cases in do_ed25519_verify/do_ed25519_batch_verify
webmaster128 Feb 25, 2021
36aa85c
Refactor MessageError to MessageTooLong
webmaster128 Feb 25, 2021
02e76a4
Use try_into for slice to array conversion
webmaster128 Feb 25, 2021
c9984ea
Fix comment of InvalidEd25519SignatureFormat
webmaster128 Feb 25, 2021
9486ee7
Refactor InvalidPubkeyFormat
webmaster128 Feb 25, 2021
9f5d884
Turn broken pubkey data into verification failure
webmaster128 Feb 25, 2021
1c03da6
Make CI's formatter happy
webmaster128 Feb 25, 2021
a11ade8
Fix typo: pubkic -> public
webmaster128 Feb 25, 2021
5e9cbdf
Adapt integration tests
webmaster128 Feb 25, 2021
592d0e2
Remove unused index
webmaster128 Feb 26, 2021
b4a89d6
Merge pull request #800 from CosmWasm/review_crypto_errors
mergify[bot] Feb 26, 2021
914dd07
Add benchmarks-based signature verification gas costs
maurolacy Feb 25, 2021
2f7c570
Add SubcallResponse type and entry point
ethanfrey Feb 24, 2021
737ae2c
Add SubMsg type and SubcallResult
ethanfrey Feb 24, 2021
187cbd0
Add submessages to Response, fix cosmwasm-std
ethanfrey Feb 24, 2021
2cb14f5
Update contracts to compile properly
ethanfrey Feb 24, 2021
b9ec527
Add subcall implementation to reflect contract
ethanfrey Feb 24, 2021
3c1ec8e
Add unit test for reflect subcall functions
ethanfrey Feb 24, 2021
5a703f2
Expose subcall_response in vm
ethanfrey Feb 24, 2021
d7aae0f
Add integration test
ethanfrey Feb 24, 2021
1594e3f
Update test contracts
ethanfrey Feb 24, 2021
f546aef
Fix gas costs
ethanfrey Feb 24, 2021
8a2f894
Add CHANGELOG entry
ethanfrey Feb 24, 2021
3a4af0f
Fix clippy warning
ethanfrey Feb 24, 2021
7387abf
Rename calls in std and vm
ethanfrey Mar 1, 2021
03d6edb
Update reflect contract
ethanfrey Mar 1, 2021
29e87ad
SubCallResponse -> SubcallResponse
ethanfrey Mar 1, 2021
84f8fb1
Rebuild hackatom test contract
ethanfrey Mar 1, 2021
c7bdef9
Merge pull request #796 from CosmWasm/sub-calls-and-entry-point
webmaster128 Mar 1, 2021
e0552b0
Add GasConfig struct / info to Environment
maurolacy Mar 1, 2021
cc8458c
Use GasConfig info for crypto gas costs
maurolacy Mar 1, 2021
fce4dac
Avoid floating point numbers / ops
maurolacy Mar 1, 2021
1ec2ad2
Merge pull request #804 from CosmWasm/crypto-verify-gas
webmaster128 Mar 1, 2021
4d62aec
Add PinnedMemoryCache::has
webmaster128 Mar 1, 2021
cd4d77a
Ensure consecutive pins are no-ops
webmaster128 Mar 1, 2021
b190a52
Merge pull request #808 from CosmWasm/pinned_memory_cache-has
mergify[bot] Mar 1, 2021
3d1288f
Integrate with upstream clru-rs
maurolacy Feb 28, 2021
fc077b1
Support zero-sized (disabled) memory cache
maurolacy Feb 28, 2021
bd8344f
Add clru-rs-upstream branch to CI benchmarks
maurolacy Feb 28, 2021
96ddbb2
Update lock files
maurolacy Mar 1, 2021
379b473
Use if let Some()
maurolacy Mar 1, 2021
d583d63
Update to clru-rs 0.4.0
maurolacy Mar 2, 2021
f6495b2
Remove clru-rs-upstream branch from CI benchmarks
maurolacy Mar 2, 2021
981e10a
Merge pull request #805 from CosmWasm/clru-rs-upstream
webmaster128 Mar 2, 2021
b029817
Format CHANGELOG [skip ci]
webmaster128 Mar 2, 2021
ad0d61e
Set version: 0.14.0-alpha1
webmaster128 Mar 2, 2021
4570d12
Collect memories into Option<Memory> instead of Vec
webmaster128 Mar 2, 2021
5c6dcae
Add note why panic is safe
webmaster128 Mar 2, 2021
75f22ba
Upgrade rust-optimizer to 0.10.8 [skip ci]
webmaster128 Mar 2, 2021
c5a5d8f
Update packages/vm/src/environment.rs
webmaster128 Mar 3, 2021
b3e9141
Merge pull request #810 from CosmWasm/elaborate-on-panic
webmaster128 Mar 3, 2021
522b186
Runs clippy on --tests [skip ci]
webmaster128 Mar 3, 2021
932306c
Update CI rust version to 1.50.0
maurolacy Mar 2, 2021
b54b46d
Update CHANGELOG / MIGRATING
maurolacy Mar 2, 2021
e3d7a0f
Update github CI to 1.50.0
maurolacy Mar 2, 2021
ea57211
Fix CHANGELOG
maurolacy Mar 2, 2021
17894cd
Fix clippy unnecessary_wraps warnings
maurolacy Mar 3, 2021
e01eacd
Merge pull request #811 from CosmWasm/update-to-rust-1.50.0
webmaster128 Mar 3, 2021
f750296
Use snake_case in SystemMsg enum
ethanfrey Mar 3, 2021
e3c7124
Rebuild test contract
ethanfrey Mar 3, 2021
92762ce
Make label in WasmMsg::Instantiate non-optional
webmaster128 Mar 3, 2021
fbad796
Merge pull request #815 from CosmWasm/fix-hackatom-contract
webmaster128 Mar 3, 2021
30ecab3
Merge pull request #814 from CosmWasm/non-optional-label
mergify[bot] Mar 3, 2021
73e3af2
Merge pull request #812 from CosmWasm/upgrade-rust-optimizer
webmaster128 Mar 3, 2021
53070cf
Remove cranelift from CI tests / benchmarks
maurolacy Mar 3, 2021
ce04572
Fix vm all-features / no-features linting
maurolacy Mar 3, 2021
776faa5
Merge pull request #816 from CosmWasm/remove-cranelift-ci
webmaster128 Mar 3, 2021
8f99e2a
Rename system entry point to sudo in cosmwasm-vm
maurolacy Mar 3, 2021
2bdccec
Rename system entry point to sudo in cosmwasm-std
maurolacy Mar 3, 2021
72f343f
Rename system entry point to sudo in hackatom
maurolacy Mar 3, 2021
5bf299f
Rename handle entry point to execute in cosmwasm-vm
maurolacy Mar 3, 2021
be0bec8
Rename handle entry point to execute in cosmwasm-std
maurolacy Mar 3, 2021
bb95935
Rename handle entry point to execute in contracts
maurolacy Mar 3, 2021
7478f18
Update test contracts
maurolacy Mar 3, 2021
8efd0a1
Fix rebase error
maurolacy Mar 3, 2021
93897da
Rename HandleMsg to ExecuteMsg in packages
maurolacy Mar 3, 2021
549492c
Rename HandleMsg -> ExecuteMsg in contracts
maurolacy Mar 3, 2021
1be338a
Rename HandleMsg -> ExecuteMsg in schema
maurolacy Mar 3, 2021
a7039b3
Rename SystemMsg -> SudoMsg in schema
maurolacy Mar 3, 2021
075d60f
Update schemas
maurolacy Mar 3, 2021
5d73b21
Update test contracts (again)
maurolacy Mar 3, 2021
b38bbf7
Update CHANGELOG
maurolacy Mar 3, 2021
192a3c6
Update README
maurolacy Mar 3, 2021
e3e1fec
Update MIGRATING
maurolacy Mar 3, 2021
703a8ff
Update comment
maurolacy Mar 3, 2021
dcf86c5
cargo fmt
maurolacy Mar 3, 2021
424041e
Update hackatom schema
maurolacy Mar 3, 2021
265f485
More cargo fmt
maurolacy Mar 3, 2021
683a862
Set version: 0.14.0-alpha2
maurolacy Mar 3, 2021
35cf871
Add InitReponse, HandleResponse, MigrateResponse migration guidelines
maurolacy Mar 3, 2021
5bd2f2f
Merge pull request #818 from CosmWasm/update-to-0.14.0-alpha2
webmaster128 Mar 3, 2021
7342ac2
Update 0.13 -> 0.14 MIGRATING guidelines
maurolacy Mar 5, 2021
22fcbf7
Fix typo
maurolacy Mar 5, 2021
ea7603d
Reverting incorrect change (previous guidelines)
maurolacy Mar 5, 2021
d8b5097
Add submessages to ibc response types
ethanfrey Mar 6, 2021
52e7b8a
Update ibc contracts for new types
ethanfrey Mar 6, 2021
cdea62b
Rebuild ibc-reflect test contract
ethanfrey Mar 6, 2021
628f6f5
Merge pull request #823 from CosmWasm/822-submessages-on-ibc-responses
webmaster128 Mar 9, 2021
b2f86bd
Add `compile_module` utility
maurolacy Mar 8, 2021
f5b08d6
Add check_wasm to compile_module
maurolacy Mar 8, 2021
1c74b53
Rename `compile_module` to `check_contract`
maurolacy Mar 9, 2021
dc24362
Improve `check_contract` description
maurolacy Mar 9, 2021
c6ef51c
Format text [skip ci]
webmaster128 Mar 9, 2021
591d996
Implement From instead of Into
webmaster128 Mar 9, 2021
8afc762
Implement From<u{32,16,8}> for Uint128
webmaster128 Mar 9, 2021
37f86d4
Merge pull request #828 from CosmWasm/clippy-1.51.0-prep
webmaster128 Mar 9, 2021
977575f
Pull out contract build scripts into files
webmaster128 Mar 9, 2021
7a5ef83
Pull out check_workspace.sh
webmaster128 Mar 9, 2021
fcc2bc9
Add 'stargate' feature to `check_contract`
maurolacy Mar 9, 2021
8724cdc
Add `check_contract` step to CI deploy stage
maurolacy Mar 9, 2021
14c46da
Add add and run shell formatter
webmaster128 Mar 9, 2021
b71cb68
Rename entry point init -> instantiate
webmaster128 Mar 9, 2021
d170425
Recompile development contracts
webmaster128 Mar 9, 2021
a0c44b1
Document renaming
webmaster128 Mar 9, 2021
12f8944
Rename init->instantiate in docs
webmaster128 Mar 9, 2021
7bd1889
Rename InitMsg to InstantiateMsg
webmaster128 Mar 9, 2021
30e48b8
Merge pull request #831 from CosmWasm/dev-scripts-to-files
webmaster128 Mar 9, 2021
7655375
Merge pull request #832 from CosmWasm/init-to-instantiate
webmaster128 Mar 9, 2021
47bfe62
Make execute optional
webmaster128 Mar 9, 2021
20cb8fc
Fix .mergify.yml [skip ci]
webmaster128 Mar 9, 2021
2e0e64c
Merge pull request #833 from CosmWasm/optional-execute
mergify[bot] Mar 9, 2021
7cf905c
Return full ChannelInfo on Ibc ListChannels query
ethanfrey Mar 6, 2021
c56936a
Improve IbcQuery::ListChannels docs
webmaster128 Mar 9, 2021
5dfc189
Merge pull request #824 from CosmWasm/adjust-ibc-queries
mergify[bot] Mar 9, 2021
7912850
Fix benchmarking
webmaster128 Mar 9, 2021
f4bc65d
Merge pull request #836 from CosmWasm/fix-benches
webmaster128 Mar 9, 2021
7f3f838
Set version: 0.14.0-beta1
webmaster128 Mar 9, 2021
29cfd9a
Make check_contracts work with clean repo
maurolacy Mar 9, 2021
e15300a
Add clean_contracts script
maurolacy Mar 9, 2021
5e6c879
Rename workspace clean
maurolacy Mar 9, 2021
aeafc94
Format clean scripts
maurolacy Mar 9, 2021
0a71aa0
Change CI build and release image
maurolacy Mar 9, 2021
2bb2f35
Add ghr (and go) to build and deploy stage
maurolacy Mar 10, 2021
8321c8f
Add dev branch for testing
maurolacy Mar 10, 2021
9c107d5
Revert "Add ghr (and go) to build and deploy stage"
maurolacy Mar 10, 2021
e1aac4d
Revert "Change CI build and release image"
maurolacy Mar 10, 2021
5ad09bc
Run `check_contract` in its own container
maurolacy Mar 10, 2021
1f40cff
Add `check_contract.sh` helper
maurolacy Mar 10, 2021
c8e83c1
Use check_contract.sh helper in CI
maurolacy Mar 10, 2021
8263276
Simplify path
maurolacy Mar 10, 2021
d12b431
Revert "Add dev branch for testing"
maurolacy Mar 10, 2021
0f59e50
Remove hopelessly outdated building instructions
webmaster128 Mar 10, 2021
966c6c9
Format shell script
webmaster128 Mar 10, 2021
3d4ee4e
Fix reflect incompatiblity
alpe Mar 10, 2021
9fd06ea
Merge pull request #838 from alpe/contract_reflect_fix
webmaster128 Mar 10, 2021
cbe5cbb
Add reference to the other InitCallback
webmaster128 Mar 10, 2021
9070b8d
Merge tag 'v0.14.0-beta1+contracts1' into develop
Mar 31, 2021
4f5ceb8
fix: bump up cosmwasm-ext to 0.14.0-beta1
Mar 19, 2021
5f0d28c
fix: migrate collection-tester to 0.14.0-beta1
Mar 19, 2021
e8cf52b
fix: migrate token-tester to 0.14.0-beta1
Mar 19, 2021
33b8ef5
fix: repatch pull request #89
Mar 31, 2021
f9b3a71
fix: repatch pull request #87
Mar 31, 2021
7c17989
fix: migrate testing to 0.14.0-beta1
Apr 1, 2021
5ad1ab6
chore: cargo fmt
Mar 31, 2021
d559290
chore: disable unsued code warning for testing
Apr 1, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
500 changes: 265 additions & 235 deletions .circleci/config.yml

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: Contract Development

# Pushes to long living branches and all PRs
on:
push:
branches:
- main
- 0.[0-9]+
pull_request:

env:
RUST_BACKTRACE: 1

jobs:
test-hackatom:
name: ${{ matrix.build }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- build: macOS
os: macOS-latest
- build: Windows
os: windows-latest
defaults:
run:
shell: bash
working-directory: ./contracts/hackatom
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.50.0
target: wasm32-unknown-unknown
profile: minimal
override: true
- name: Build hackatom wasm
run: cargo wasm --locked
- name: Unit Test hackatom
run: cargo unit-test --locked
- name: Integration Test hackatom
run: cargo integration-test --locked
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ artifacts/

# Auto-gen
.cargo-ok

# Log files (e.g. memory profiling)
*.log
14 changes: 9 additions & 5 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,30 @@
# See https://doc.mergify.io/configuration.html

pull_request_rules:
- name: automerge to master with label automerge
- name: automerge to main with label automerge
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will our repository also migrate its name from master to main?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, let's do it ASAP.
I have made it.

conditions:
- "#approved-reviews-by>=1"
- base=master
- base=main
- label=automerge
- label!=WIP
# We need to list them all individually. Here is why: https://doc.mergify.io/conditions.html#validating-all-status-check
- "status-success=ci/circleci: package_crypto"
- "status-success=ci/circleci: package_schema"
- "status-success=ci/circleci: package_std"
- "status-success=ci/circleci: package_storage"
- "status-success=ci/circleci: package_vm_cranelift"
- "status-success=ci/circleci: package_vm_singlepass"
- "status-success=ci/circleci: package_vm"
- "status-success=ci/circleci: contract_burner"
- "status-success=ci/circleci: contract_crypto_verify"
- "status-success=ci/circleci: contract_hackatom"
- "status-success=ci/circleci: contract_hackatom_in_singlepass_vm"
- "status-success=ci/circleci: contract_ibc_reflect"
- "status-success=ci/circleci: contract_ibc_reflect_send"
- "status-success=ci/circleci: contract_queue"
- "status-success=ci/circleci: contract_reflect"
- "status-success=ci/circleci: contract_staking"
- "status-success=ci/circleci: fmt"
- "status-success=ci/circleci: clippy"
- "status-success=Windows"
- "status-success=macOS"
actions:
merge:
method: merge
Expand Down
163 changes: 0 additions & 163 deletions Building.md

This file was deleted.

Loading