Skip to content

Commit

Permalink
Edo support (#138)
Browse files Browse the repository at this point in the history
* Edonet support (combs, tickets, BLS)
* Michelson types <-> Python types conversion rewritten from scratch
  • Loading branch information
m-kus authored Feb 11, 2021
1 parent f941608 commit 9950241
Show file tree
Hide file tree
Showing 7,579 changed files with 545,534 additions and 579,929 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
run: |
sudo apt-get update -q
sudo apt-get install libsodium-dev libsecp256k1-dev libgmp-dev -y
poetry run pip install pysodium==0.7.5
poetry install -v
- name: Run tests
run: poetry run pytest tests/
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
run: |
sudo apt-get update -q
sudo apt-get install libsodium-dev libsecp256k1-dev libgmp-dev -y
poetry run pip install pysodium==0.7.5
poetry install -v
- name: Run tests
run: poetry run pytest tests/
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ docs/build
*.ipynb
site/
*.html
*.json
*.zip
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,29 +97,6 @@ you can display documentation for a particular class/method:
```python
>>> from pytezos import pytezos
>>> pytezos
<pytezos.client.PyTezosClient object at 0x7f904cf339e8>

Properties
.key # tz1grSQDByRpnVs7sPtaprNZRp531ZKz6Jmm
.shell # https://tezos-dev.cryptonomic-infra.tech/ (alphanet)

Helpers
.account()
.activate_account()
.ballot()
.contract()
.delegation()
.double_baking_evidence()
.double_endorsement_evidence()
.endorsement()
.operation()
.operation_group()
.origination()
.proposals()
.reveal()
.seed_nonce_revelation()
.transaction()
.using()
```

### Publications
Expand Down
17 changes: 0 additions & 17 deletions assets/jsondiff.html

This file was deleted.

21 changes: 0 additions & 21 deletions assets/unidiff.html

This file was deleted.

27 changes: 0 additions & 27 deletions examples/big_map_id/test_contract.py

This file was deleted.

9 changes: 0 additions & 9 deletions examples/builtin/test.tz

This file was deleted.

21 changes: 0 additions & 21 deletions examples/builtin/test_builtin.py

This file was deleted.

16 changes: 0 additions & 16 deletions examples/concat/test_concat.py

This file was deleted.

37 changes: 0 additions & 37 deletions examples/counter/test_counter.py

This file was deleted.

46 changes: 0 additions & 46 deletions examples/macro_counter/test_macro_counter.py

This file was deleted.

78 changes: 0 additions & 78 deletions examples/nft/nft.ligo

This file was deleted.

Loading

0 comments on commit 9950241

Please sign in to comment.