Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
[submodule "lib/WAVS"]
path = lib/WAVS
url = https://github.com/Lay3rLabs/WAVS
branch = 58b1d93fef05b056cbd02e7c6be3ba76c39eed89
tag = v0.3.0-alpha4
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [unreleased]

## v0.3.0-alpha.4

### Added

* Support for v0.3.0-alpha.4 of WAVS.

## v0.3.0-alpha.1

**2024/01/29**
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ echo "Service Handler Addr: $SERVICE_HANDLER_ADDR"

export TRIGGER_ADDR=`jq -r '.trigger' "./.docker/cli/script_deploy.json"`; echo "Trigger Addr: $TRIGGER_ADDR"

# add read-write access
sudo chmod 0666 .docker/cli/deployments.json

wavs-cli deploy-eigen-service-manager --data ./.docker/cli --service-handler ${SERVICE_HANDLER_ADDR}
export SERVICE_MANAGER=0x0e801d84fa97b50751dbf25036d067dcf18858bf

Expand All @@ -109,9 +112,6 @@ make wasi-build
## Deploy Service and Verify

```bash
# add read-write access
sudo chmod 0666 .docker/cli/deployments.json

# Contract trigger function signature to listen for
trigger_event=$(cast sig-event "NewTrigger(bytes)"); echo "Trigger Event: $trigger_event"

Expand Down
8 changes: 4 additions & 4 deletions crates/bindings/src/addressupgradeable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ pub mod AddressUpgradeable {
/// The creation / init bytecode of the contract.
///
/// ```text
///0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea2646970667358221220d8164faad3769fbec54201994879a2201f48000cde6b747dafc7f9d2bae0777b64736f6c634300081c0033
///0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea26469706673582212206cb4a8d96bd925e504843b69ec50435eb9d4d11feac21ee1ad2aa3b78ba9fccc64736f6c634300081c0033
/// ```
#[rustfmt::skip]
#[allow(clippy::all)]
pub static BYTECODE: alloy_sol_types::private::Bytes = alloy_sol_types::private::Bytes::from_static(
b"`\x80\x80`@R4`\x17W`9\x90\x81`\x1C\x8290\x81PP\xF3[_\x80\xFD\xFE_\x80\xFD\xFE\xA2dipfsX\"\x12 \xD8\x16O\xAA\xD3v\x9F\xBE\xC5B\x01\x99Hy\xA2 \x1FH\0\x0C\xDEkt}\xAF\xC7\xF9\xD2\xBA\xE0w{dsolcC\0\x08\x1C\x003",
b"`\x80\x80`@R4`\x17W`9\x90\x81`\x1C\x8290\x81PP\xF3[_\x80\xFD\xFE_\x80\xFD\xFE\xA2dipfsX\"\x12 l\xB4\xA8\xD9k\xD9%\xE5\x04\x84;i\xECPC^\xB9\xD4\xD1\x1F\xEA\xC2\x1E\xE1\xAD*\xA3\xB7\x8B\xA9\xFC\xCCdsolcC\0\x08\x1C\x003",
);
/// The runtime bytecode of the contract, as deployed on the network.
///
/// ```text
///0x5f80fdfea2646970667358221220d8164faad3769fbec54201994879a2201f48000cde6b747dafc7f9d2bae0777b64736f6c634300081c0033
///0x5f80fdfea26469706673582212206cb4a8d96bd925e504843b69ec50435eb9d4d11feac21ee1ad2aa3b78ba9fccc64736f6c634300081c0033
/// ```
#[rustfmt::skip]
#[allow(clippy::all)]
pub static DEPLOYED_BYTECODE: alloy_sol_types::private::Bytes = alloy_sol_types::private::Bytes::from_static(
b"_\x80\xFD\xFE\xA2dipfsX\"\x12 \xD8\x16O\xAA\xD3v\x9F\xBE\xC5B\x01\x99Hy\xA2 \x1FH\0\x0C\xDEkt}\xAF\xC7\xF9\xD2\xBA\xE0w{dsolcC\0\x08\x1C\x003",
b"_\x80\xFD\xFE\xA2dipfsX\"\x12 l\xB4\xA8\xD9k\xD9%\xE5\x04\x84;i\xECPC^\xB9\xD4\xD1\x1F\xEA\xC2\x1E\xE1\xAD*\xA3\xB7\x8B\xA9\xFC\xCCdsolcC\0\x08\x1C\x003",
);
use alloy::contract as alloy_contract;
/**Creates a new wrapper around an on-chain [`AddressUpgradeable`](self) contract instance.
Expand Down
8 changes: 4 additions & 4 deletions crates/bindings/src/checkpointsupgradeable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ pub mod CheckpointsUpgradeable {
/// The creation / init bytecode of the contract.
///
/// ```text
///0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea2646970667358221220e0775b3bb8799e6baeab470d5f74316b85a24b4ed68026efab3cbfd3d4feb7c664736f6c634300081c0033
///0x6080806040523460175760399081601c823930815050f35b5f80fdfe5f80fdfea26469706673582212203cbb93fbcf10e069bdd50e0055d86abccb32aa382a0bacf6f2c624bd116c499764736f6c634300081c0033
/// ```
#[rustfmt::skip]
#[allow(clippy::all)]
pub static BYTECODE: alloy_sol_types::private::Bytes = alloy_sol_types::private::Bytes::from_static(
b"`\x80\x80`@R4`\x17W`9\x90\x81`\x1C\x8290\x81PP\xF3[_\x80\xFD\xFE_\x80\xFD\xFE\xA2dipfsX\"\x12 \xE0w[;\xB8y\x9Ek\xAE\xABG\r_t1k\x85\xA2KN\xD6\x80&\xEF\xAB<\xBF\xD3\xD4\xFE\xB7\xC6dsolcC\0\x08\x1C\x003",
b"`\x80\x80`@R4`\x17W`9\x90\x81`\x1C\x8290\x81PP\xF3[_\x80\xFD\xFE_\x80\xFD\xFE\xA2dipfsX\"\x12 <\xBB\x93\xFB\xCF\x10\xE0i\xBD\xD5\x0E\0U\xD8j\xBC\xCB2\xAA8*\x0B\xAC\xF6\xF2\xC6$\xBD\x11lI\x97dsolcC\0\x08\x1C\x003",
);
/// The runtime bytecode of the contract, as deployed on the network.
///
/// ```text
///0x5f80fdfea2646970667358221220e0775b3bb8799e6baeab470d5f74316b85a24b4ed68026efab3cbfd3d4feb7c664736f6c634300081c0033
///0x5f80fdfea26469706673582212203cbb93fbcf10e069bdd50e0055d86abccb32aa382a0bacf6f2c624bd116c499764736f6c634300081c0033
/// ```
#[rustfmt::skip]
#[allow(clippy::all)]
pub static DEPLOYED_BYTECODE: alloy_sol_types::private::Bytes = alloy_sol_types::private::Bytes::from_static(
b"_\x80\xFD\xFE\xA2dipfsX\"\x12 \xE0w[;\xB8y\x9Ek\xAE\xABG\r_t1k\x85\xA2KN\xD6\x80&\xEF\xAB<\xBF\xD3\xD4\xFE\xB7\xC6dsolcC\0\x08\x1C\x003",
b"_\x80\xFD\xFE\xA2dipfsX\"\x12 <\xBB\x93\xFB\xCF\x10\xE0i\xBD\xD5\x0E\0U\xD8j\xBC\xCB2\xAA8*\x0B\xAC\xF6\xF2\xC6$\xBD\x11lI\x97dsolcC\0\x08\x1C\x003",
);
use alloy::contract as alloy_contract;
/**Creates a new wrapper around an on-chain [`CheckpointsUpgradeable`](self) contract instance.
Expand Down
Loading