This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See: | |
# https://docs.pingcap.com/tidb-in-kubernetes/stable/backup-to-s3 | |
apiVersion: pingcap.com/v1alpha1 | |
kind: Backup | |
metadata: | |
name: backup | |
namespace: tidb-cluster | |
spec: | |
toolImage: pingcap/dumpling | |
from: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: pingcap.com/v1alpha1 | |
kind: TidbCluster | |
metadata: | |
name: basic | |
namespace: tidb-cluster | |
spec: | |
version: v6.5.0 | |
timezone: UTC | |
pvReclaimPolicy: Retain | |
enableDynamicConfiguration: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: pingcap.com/v1alpha1 | |
kind: TidbCluster | |
metadata: | |
name: basic | |
namespace: tidb-cluster | |
spec: | |
version: v6.5.0 | |
timezone: UTC | |
pvReclaimPolicy: Retain | |
enableDynamicConfiguration: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shared cache: disabled | |
Workspace root: /home/ubuntu/scratch/ocaml_broken_build | |
Auto-detected concurrency: 8 | |
Running[0]: /home/ubuntu/scratch/ocaml_broken_build/_opam/bin/ocamlc.opt -config > /tmp/dune_e35947_output | |
Dune context: | |
{ name = "default" | |
; kind = "default" | |
; profile = Dev | |
; merlin = true | |
; for_host = None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Shared cache: disabled | |
Workspace root: /home/ubuntu/scratch/ocaml_broken_build | |
Auto-detected concurrency: 8 | |
Running[0]: /home/ubuntu/scratch/ocaml_broken_build/_opam/bin/ocamlc.opt -config > /tmp/dune_c093c1_output | |
Dune context: | |
{ name = "default" | |
; kind = "default" | |
; profile = Dev | |
; merlin = true | |
; for_host = None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Packages matching: installed | |
# Name # Installed # Synopsis | |
alcotest 1.6.0 Alcotest is a lightweight and colourful test framework | |
alcotest-lwt 1.6.0 Lwt-based helpers for Alcotest | |
angstrom 0.15.0 Parser combinators built for speed and memory-efficiency | |
asetmap 0.8.1 Alternative, compatible, OCaml standard library Sets and Maps | |
asn1-combinators 0.2.6 Embed typed ASN.1 grammars in OCaml | |
astring 0.8.5 Alternative String module for OCaml | |
base v0.15.0 Full standard library replacement for OCaml | |
base-bigarray base |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Packages matching: installed | |
# Name # Installed # Synopsis | |
alcotest 1.5.0 Alcotest is a lightweight and colourful test framework | |
alcotest-lwt 1.5.0 Lwt-based helpers for Alcotest | |
angstrom 0.15.0 Parser combinators built for speed and memory-efficiency | |
asetmap 0.8.1 Alternative, compatible, OCaml standard library Sets and Maps | |
asn1-combinators 0.2.6 Embed typed ASN.1 grammars in OCaml | |
astring 0.8.5 Alternative String module for OCaml | |
base v0.15.0 Full standard library replacement for OCaml | |
base-bigarray base |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deleting old tmp workspace directory | |
Creating tmp workspace directory | |
Syncing /tmp/arbi_workspace to workspace | |
dex_digraph: | |
XTZ -> LiqBak -> tzBTC | |
XTZ -> QuipuSwap IDZ -> IDZ | |
XTZ -> QuipuSwap TezDAO -> TezDAO | |
XTZ -> QuipuSwap OBJKT -> OBJKT | |
XTZ -> QuipuSwap wHUSD -> wHUSD | |
XTZ -> QuipuSwap oXTZ -> oXTZ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contract on Hnet: | |
https://hangzhounet.tzkt.io/KT1WVeZ48hPBewaHTpt5HGGCKdTDyieKBzuY/code | |
Client call: | |
tezos-client --endpoint https://hangzhounet.api.tez.ie \ | |
--wait none \ | |
transfer 0 from nessie to KT1WVeZ48hPBewaHTpt5HGGCKdTDyieKBzuY \ | |
--arg '(Left (Right (Pair "tz1dkUXrcScDxMTUkNuzTg5iBRHevn7KFBMW" (Left "KT1PWx2mnDueood7fEmfbBDKx1D9BAnnXitn"))))' \ | |
--burn-cap |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contract code: | |
{ parameter | |
(or (or (unit %default) | |
(pair %getBalance address (or (address %fA12) (pair %fA20 address nat)))) | |
(or (nat %setTmp) (list %setTmpFromFA20Callback (pair (pair address nat) nat)))) ; | |
storage nat ; | |
code { SELF %setTmp ; | |
SELF %setTmpFromFA20Callback ; | |
DIG 2 ; | |
UNPAIR ; |