tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Add a sample e2e test using pytezos #127

Closed utdemir closed 3 years ago

utdemir commented 3 years ago

This PR adds a sample test case using Pytezos, and adds the necessary Nix boilerplate to bring the Python stuff to the environment:

It introduces two top-level directories:

It introduces some dependencies:

There're some pieces missing, but I would like to merge this and we should address them later on:

cc'ing @0xd34df00d and @dorranh

utdemir commented 3 years ago

LGTM, I waited to merge since I haven't been able to get the nix shell to build. Running into the following error when fetching MarkupSafe:

Yeah, I got that after doing a garbage collection too. Lucky for us, there is an upstream PR already: https://github.com/nix-community/poetry2nix/pull/304 . But until that gets merged and ends up in nixpkgs; I'll hack it.

utdemir commented 3 years ago

I fixed the nix issue, so I am merging this.

dorranh commented 3 years ago

Lucky for us, there is an upstream PR already

Oh nice, I had checked for issues on poetry2nix but had missed that PR. Thanks!