Skip to content

Commit

Permalink
10026 enable orchestration (#10051)
Browse files Browse the repository at this point in the history
closes: #10026

## Description
Merge the `enable-orchestration` proposal with `upgrade.go` for `agoric-upgrade-17`.

Variant of #10027 without disabling tests.

### Security Considerations

n/a

### Scaling Considerations

Performs more work at upgrade time rather than when the chain is running.

### Documentation Considerations

n/a

### Testing Considerations
Consolidates z:acceptance

### Upgrade Considerations

Reduces voter fatigue by combining core evals.
  • Loading branch information
mergify[bot] authored Sep 10, 2024
2 parents 2e66067 + 06d065a commit 74be420
Show file tree
Hide file tree
Showing 29 changed files with 397 additions and 5,546 deletions.
8 changes: 4 additions & 4 deletions a3p-integration/debug-current.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/sh

# Convience script to debug the current proposal being worked on.
# Convenience script to debug the current proposal being worked on.

scripts/build-submission.sh proposals/b:enable-orchestration testing/start-valueVow.js start-valueVow
scripts/build-submission.sh proposals/b:enable-orchestration testing/restart-valueVow.js restart-valueVow
scripts/build-submission.sh proposals/z:acceptance testing/start-valueVow.js start-valueVow
scripts/build-submission.sh proposals/z:acceptance testing/restart-valueVow.js restart-valueVow

yarn test -m orch --debug
yarn test -m acceptance --debug
3 changes: 0 additions & 3 deletions a3p-integration/proposals/b:enable-orchestration/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions a3p-integration/proposals/b:enable-orchestration/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions a3p-integration/proposals/b:enable-orchestration/initial.test.js

This file was deleted.

35 changes: 0 additions & 35 deletions a3p-integration/proposals/b:enable-orchestration/package.json

This file was deleted.

12 changes: 0 additions & 12 deletions a3p-integration/proposals/b:enable-orchestration/test.sh

This file was deleted.

Loading

0 comments on commit 74be420

Please sign in to comment.