Skip to content

Conversation

@cptartur
Copy link
Member

@cptartur cptartur commented Oct 22, 2025

Closes #3825


Stack:

⚠️ Part of a stack created by spr. Do not merge manually using the UI - doing so may have unexpected results.

@cptartur cptartur force-pushed the spr/master/adef9534 branch from 9c8d296 to 6aabc54 Compare October 23, 2025 13:53
@cptartur cptartur mentioned this pull request Oct 23, 2025
@cptartur cptartur force-pushed the spr/master/adef9534 branch from 6aabc54 to d1cf4c1 Compare November 7, 2025 11:21
@cptartur cptartur force-pushed the spr/master/adef9534 branch 3 times, most recently from 6fecbf4 to 0560da2 Compare November 7, 2025 11:31
@cptartur cptartur marked this pull request as ready for review November 7, 2025 11:50
@cptartur cptartur requested a review from a team as a code owner November 7, 2025 11:50
@cptartur cptartur requested review from ddoktorski, franciszekjob and ksew1 and removed request for ddoktorski November 7, 2025 11:50
@cptartur cptartur requested a review from ksew1 November 12, 2025 12:14
Closes #3825

commit-id:adef9534

# Conflicts:
#	Cargo.lock

# Conflicts:
#	.tool-versions
@cptartur cptartur force-pushed the spr/master/adef9534 branch from 0560da2 to 945b1fc Compare November 12, 2025 12:23
Comment on lines +5 to +12
assets = ["wasm_oracle.wasm"]

#[[target.starknet-contract]]
#sierra = true

[dependencies]
oracle = "1"
starknet = "2.4.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:

Suggested change
assets = ["wasm_oracle.wasm"]
#[[target.starknet-contract]]
#sierra = true
[dependencies]
oracle = "1"
starknet = "2.4.0"
assets = ["wasm_oracle.wasm"]
[dependencies]
oracle = "1"
starknet = "2.12.0"

[workspace]

[package]
name = "wasm_oracle"
Copy link
Contributor

Choose a reason for hiding this comment

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

super tiny nit: maybe drop “wasm” in the name - it’s more about the format than what this module does. Something like hello_oracles or simple_oracle would fit better 😅

Copy link
Contributor

Choose a reason for hiding this comment

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

I know these tests are enough but are there any other (more complicated) scenarios that we could cover?

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.

Add tests for scarb oracles

5 participants