Update acceptance tests and script context tests to latest stdlib.
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
|
||||
[[requirements]]
|
||||
name = "aiken-lang/stdlib"
|
||||
version = "v2"
|
||||
version = "main"
|
||||
source = "github"
|
||||
|
||||
[[packages]]
|
||||
name = "aiken-lang/stdlib"
|
||||
version = "v2"
|
||||
version = "main"
|
||||
requirements = []
|
||||
source = "github"
|
||||
|
||||
[etags]
|
||||
"aiken-lang/stdlib@v2" = [{ secs_since_epoch = 1724776963, nanos_since_epoch = 265617000 }, "cdbbce58b61deb385e7ea787a2e0fc2dc8fe94db9999e0e6275bc9c70e5796be"]
|
||||
"aiken-lang/stdlib@main" = [{ secs_since_epoch = 1724859220, nanos_since_epoch = 62858000 }, "2d9c3cdf2746778c8bbe6d49721186b66a33e0ce9cf295ac4cb2976b887a971c"]
|
||||
|
||||
@@ -4,5 +4,5 @@ version = "0.0.0"
|
||||
|
||||
[[dependencies]]
|
||||
name = 'aiken-lang/stdlib'
|
||||
version = 'v2'
|
||||
version = 'main'
|
||||
source = 'github'
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"plutusVersion": "v2",
|
||||
"compiler": {
|
||||
"name": "Aiken",
|
||||
"version": "v1.0.31-alpha+4003343"
|
||||
"version": "v1.0.31-alpha+745f14c"
|
||||
}
|
||||
},
|
||||
"validators": [
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
use aiken/collection/list
|
||||
use aiken/hash.{Blake2b_224, Hash}
|
||||
use aiken/crypto.{Blake2b_224, Hash}
|
||||
use aiken/interval.{Finite}
|
||||
use aiken/option
|
||||
use cardano/assets.{
|
||||
AssetName, PolicyId, Value, add, flatten, from_asset, negate, quantity_of,
|
||||
}
|
||||
use cardano/credential.{Address, Script, VerificationKey}
|
||||
use cardano/address.{Address, Script, VerificationKey}
|
||||
use cardano/transaction.{
|
||||
Datum, InlineDatum, Input, Output, OutputReference, Transaction, TransactionId,
|
||||
ValidityRange,
|
||||
|
||||
Reference in New Issue
Block a user