rvcas
|
589bb9a4b3
|
chore: change how we depend on pallas
|
2024-01-24 21:26:48 -05:00 |
KtorZ
|
0e2b8ae251
|
Bump pallas dependencies to include flat bigint patch
Fixes #796.
|
2024-01-18 18:26:21 +01:00 |
rvcas
|
90aea6476a
|
feat: uplc g1 and g2 literal parsing
|
2023-11-15 15:55:56 -05:00 |
logicalmechanism
|
649039c993
|
tx simulate still need fee work
|
2023-08-16 22:37:00 -04:00 |
logicalmechanism
|
050c41c8dc
|
tx simulate returns a vector of exbudgets now
|
2023-08-16 22:37:00 -04:00 |
microproofs
|
8af253e1df
|
chore: make slot_to_begin_posix_time a public function
|
2023-08-11 20:05:22 -04:00 |
microproofs
|
93135cebbb
|
fix: redeemers in the script context are sorted by redeemer ptr not data hash
|
2023-06-16 12:24:44 -04:00 |
rvcas
|
bd7b8792bf
|
feat: introduce EvalResult type
|
2023-03-08 10:19:36 +01:00 |
rvcas
|
8f765bfd52
|
fix: some breaking changes from pallas v0.18
|
2023-03-06 13:17:14 -05:00 |
alessandrokonrad
|
3aba9baba5
|
Fixed reward account creation in ScriptContext
|
2023-01-05 10:31:32 -05:00 |
alessandrokonrad
|
c6b5380c27
|
Fixed ex unit budget limit per redeemer
|
2022-12-27 17:08:05 -05:00 |
rvcas
|
f250d3df84
|
feat: eval should take initial budget
|
2022-12-08 19:24:20 -05:00 |
alessandrokonrad
|
af7ca87ffc
|
Fixed more clippy issues
|
2022-11-04 18:21:22 +01:00 |
alessandrokonrad
|
9a2c6753cd
|
Fixed clippy issues
|
2022-11-04 18:13:46 +01:00 |
alessandrokonrad
|
d1141f306a
|
Sorted all relevant structures in ScriptContext
|
2022-11-04 17:58:23 +01:00 |
Kasey White
|
887f5eeee9
|
sorts inputs for sc
|
2022-11-03 05:04:21 -04:00 |
alessandrokonrad
|
a14dae5863
|
changed slot_length to u32
|
2022-10-17 08:35:45 -04:00 |
alessandrokonrad
|
3256bfbc32
|
Wrapped errors in redeemer error
|
2022-09-26 16:33:52 -04:00 |
rvcas
|
8620332b75
|
feat: move input from json to helper method
|
2022-09-24 19:40:07 -04:00 |
alessandrokonrad
|
aa111f0a65
|
fixed slot
|
2022-09-25 00:01:01 +02:00 |
alessandrokonrad
|
35d09c642b
|
fixed time conversion
|
2022-09-24 23:59:58 +02:00 |
alessandrokonrad
|
fb0af3cfcf
|
fixed bugs
|
2022-09-24 17:47:07 -04:00 |
alessandrokonrad
|
3eb4fb7523
|
fixed bugs
|
2022-09-24 23:09:55 +02:00 |
Kasey White
|
ca2d8f0a1f
|
ada policy is now empty and mintValue includes 0 ada
|
2022-09-24 15:47:51 -04:00 |
alessandrokonrad
|
99a27f6a3d
|
new tests
|
2022-09-24 00:43:46 +02:00 |
Kasey White
|
3bb5826b91
|
change how mint gets converted to plutus data
|
2022-09-23 18:34:24 -04:00 |
rvcas
|
2572ed6bbd
|
fix: remove BadTerm
|
2022-09-19 16:40:08 -04:00 |
alessandrokonrad
|
169fa05572
|
added ex units from haskell plc
|
2022-09-19 22:32:56 +02:00 |
rvcas
|
f10e3836ad
|
feat: new error for bad term
|
2022-09-19 11:04:21 -04:00 |
alessandrokonrad
|
30ed8d9150
|
fixed initial_budget
|
2022-09-19 14:53:44 +02:00 |
alessandrokonrad
|
ea735428dd
|
fixed typos
|
2022-09-19 13:48:05 +02:00 |
alessandrokonrad
|
4a6496db3f
|
Replaced unreachable statements with Error
|
2022-09-19 13:38:56 +02:00 |
alessandrokonrad
|
1148863a43
|
Allow to set initial budget
|
2022-09-19 12:02:41 +02:00 |
alessandrokonrad
|
83bac598de
|
removed deprecated comment
|
2022-09-19 10:58:45 +02:00 |
rvcas
|
6c34c9be19
|
feat: even more errors work
|
2022-09-19 01:05:33 -04:00 |
Harper
|
6e901de2f0
|
feat: implement script-related ledger checks for Tx Simulate (#57)
* feat: functions for extraneous/missing redeemers checks
* chore: typos
* feat: implement function to check for missing/extraneous scripts
* feat: check for missing/extraneous redeemers and scripts in eval_tx
* chore: add tests for missing/extraneous redeemers
* chore: remove duplicate file
|
2022-09-18 23:31:30 -04:00 |
rvcas
|
9e280f9cb5
|
feat: rename transaction eval and add error enum
|
2022-09-18 15:35:10 -04:00 |