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 |
alessandrokonrad
|
d5f398bc5f
|
Fixed output decoding for ResolvedInput
|
2022-09-19 10:50:25 +02:00 |
rvcas
|
6c34c9be19
|
feat: even more errors work
|
2022-09-19 01:05:33 -04:00 |
rvcas
|
9bab3187b1
|
feat: more errors
|
2022-09-19 00:39:52 -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 |
rvcas
|
68fc0f643e
|
feat: add some v1 methods so that cost_mdls can be optional
|
2022-09-18 15:16:41 -04:00 |
Kasey White
|
dac25b6f41
|
fix cpu mem mix up on steps
|
2022-09-18 04:15:30 -04:00 |
alessandrokonrad
|
6619a0e431
|
moved cost_mdls language determination into eval_redeemer
|
2022-09-18 09:37:14 +02:00 |
Kasey White
|
472cea6c41
|
parameratize cost model
|
2022-09-17 21:12:48 -04:00 |
alessandrokonrad
|
d426f4922f
|
added eval_tx_raw
|
2022-09-16 17:13:42 +02:00 |
Kasey White
|
02a8a34fe8
|
expose tx simulation with simulate cli command
|
2022-09-16 04:35:20 -04:00 |
Kasey White
|
3f27bd9f13
|
move utils to uplc and break up
|
2022-09-16 04:00:29 -04:00 |
rvcas
|
ddf3cdb6ec
|
chore: use alpha 3 instead of main
|
2022-09-15 11:29:08 -04:00 |
rvcas
|
26deb6df10
|
fix: it compiles again
|
2022-09-15 11:27:33 -04:00 |
rvcas
|
348ed3b719
|
fix: changes from pallas bump
Co-authored-by: Kasey White <kwhitemsg@gmail.com>
|
2022-09-14 22:00:52 -04:00 |
rvcas
|
336af376e1
|
chore: bump pallas version
|
2022-09-14 18:52:42 -04:00 |
alessandrokonrad
|
806d98e5fc
|
added error messages to execution purpose
|
2022-09-14 18:52:05 -04:00 |
alessandrokonrad
|
fc92c40c3c
|
fixed typo
|
2022-09-14 18:52:05 -04:00 |
alessandrokonrad
|
2bd46f90bb
|
error statemens after program
|
2022-09-14 18:52:05 -04:00 |
alessandrokonrad
|
829d959fa3
|
more error statements
|
2022-09-14 18:52:05 -04:00 |
alessandrokonrad
|
a408491e41
|
added error messages
|
2022-09-14 18:52:05 -04:00 |
alessandrokonrad
|
be8daa00dd
|
added plutusV1 test
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
6e4ff1e282
|
added plutusV1
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
d9b34973c7
|
fixed constructor tags
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
61bf55e151
|
added example
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
eb1466d269
|
fixed budget calc
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
fa6520e585
|
added full evaluation; still fails because hashes mismatch regarding pallas
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
76d326b9ac
|
completed execution part
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
b1b9d3a5d4
|
preliminary work on execution
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
080985b7c6
|
more bug fixes
|
2022-09-14 18:52:04 -04:00 |
alessandrokonrad
|
33c2a25fa3
|
bit more refactoring
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
ec63bd2365
|
fixed bugs in conversion to plutus data; little refactoring
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
f0d17897ab
|
fixed bug in tx_in_info
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
ecd363e67d
|
fixed bugs; preliminary work on eval
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
4060a25324
|
fixed bugs
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
24397d4b58
|
fixed time range
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
57816d4c09
|
added get script purpose
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
8b894f7351
|
added functions to get script context
|
2022-09-14 18:52:03 -04:00 |
alessandrokonrad
|
c0c7bd58b3
|
added all necessary trait impl for PlutusV2 scriptContext
|
2022-09-14 18:52:02 -04:00 |
alessandrokonrad
|
4e51826981
|
added more implementations for ToPlutusData
|
2022-09-14 18:52:02 -04:00 |
alessandrokonrad
|
60d7c52c26
|
added some structs; added ToPlutusData
|
2022-09-14 18:52:01 -04:00 |
rvcas
|
bc983d694a
|
feat: some cbor hex flags for flat and unflat
|
2022-09-14 18:51:38 -04:00 |
rvcas
|
da73995124
|
fix: resolved inputs should be a flag
|
2022-09-14 18:51:38 -04:00 |
Harper
|
d8cdeaf925
|
ouput (#51)
|
2022-09-14 18:51:38 -04:00 |
rvcas
|
564cd41626
|
chore: clean up tx in info
|
2022-09-14 18:51:37 -04:00 |
Kasey White
|
d5f8b749ae
|
add txininfo plutus data to main
|
2022-09-14 18:51:36 -04:00 |
rvcas
|
cf27c0c755
|
feat: apply redeemers and datum to script
|
2022-09-14 18:51:08 -04:00 |
rvcas
|
c9072deb09
|
feat: print some info
|
2022-09-14 18:50:11 -04:00 |