Closed gkaracha closed 3 years ago
Gas costs | 77fe37617d4f8bc493aa6e7716e557a78afae024 | d14d9281b4938d60640887df6a9b44bd052585fb | Diff |
---|---|---|---|
checker%set_burrow_delegate | 18304 | None | -18304 |
Entrypoint sizes: No change. Test coverage: No change.
Gas costs | 77fe37617d4f8bc493aa6e7716e557a78afae024 | dc519f16e2d527f9a0f3b8683ce4bccd66147745 | Diff |
---|---|---|---|
checker%buy_kit | 12420 | 12421 | 1 |
Entrypoint sizes: No change. Test coverage: No change.
I'll go ahead and merge this one. It'd be nice to have CI use the two default configurations (as I crudely tried on 312ebe0737e692a039b8daa43eeea541045c8f37) but CI hours effectively double and I'm not sure whether that's OK. At least after merging this PR we can do that locally when we need to :slightly_smiling_face:
cp checker-fa2.yaml checker.yaml && earthly +build-ocaml
checker-tez.yaml
andchecker-fa2.yaml
. At build/deployment time we can just copy the one we wish to use intochecker.yaml
.WTezTest
.collateral_type
.While updating
client/checker_client/cli.py
I also noticed that the commands for deployment we currently have in the README.md don't work on my machine due to a failure to deploy ctez's CFMM. This needs further investigation.