Skip to content

Releases: baking-bad/pytezos

3.2.0

06 May 17:58
Compare
Choose a tag to compare

Commits

3.1.0

30 Mar 16:04
Compare
Choose a tag to compare

Commits

  • [7d87781]: Replace branch_offset with ttl, determine default based on node version (Lev Gorodetskiy) #184
  • [e766911]: Merge branch 'master' into fix/sandbox-branch-offset (Lev Gorodetskiy) #184
  • [f8dbc92]: Add tests (Lev Gorodetskiy) #184
  • [03f3ea9]: Fix TTL constants (Lev Gorodetskiy) #184
  • [652df08]: Replace _async argument in inject with min_confirmations (Lev Gorodetskiy) #190
  • [f15977b]: Testcase for using sandboxed node in Docker, genesis block generation (#177) (Lev Gorodetskiy) #177
  • [04c37db]: Get fee limits from node constants (Lev Gorodetskiy) #191
  • [1c4e13a]: Add test for OperationGroup (Lev Gorodetskiy) #190
  • [23f5922]: Revert single line imports (Lev Gorodetskiy) #193
  • [437891b]: Merge branch 'master' into aux/single-line-imports (Lev Gorodetskiy) #193
  • [6ceb7be]: Merge branch 'master' into fix/sandbox-branch-offset (Lev Gorodetskiy) #184
  • [05e7fe4]: Merge branch 'master' into aux/single-line-imports (Lev Gorodetskiy) #193
  • [52101be]: Merge branch 'aux/single-line-imports' of github.com:baking-bad/pytezos into aux/single-line-imports (Lev Gorodetskiy) #193
  • [3776c38]: Add tests for tezos issue #643 (#194) (Lev Gorodetskiy) #194
  • [fa42eed]: Add support for Big_map TZT primitive (#189) (Lev Gorodetskiy) #189
  • [196710c]: Sandbox improvements (#197) (Lev Gorodetskiy) #197
  • [6d8cf05]: Jupyter helper primitives (#199) (Lev Gorodetskiy) #199
  • [876af9c]: Update project structure (#200) (Lev Gorodetskiy) #200
  • [9bd7cde]: Fix Incorrect tx Counter with multiple transactions (#170) (Lev Gorodetskiy) #170
  • [ebe0aed]: failing_noop operation (#196) (Lev Gorodetskiy) #196
  • [638267e]: Fix bumpversion.cfg (Lev Gorodetskiy)
  • [9f9cf08]: TZIP-016: Contract metadata (#198) (Lev Gorodetskiy) #198
  • [13e48d8]: Bump version: 3.0.4 → 3.1.0 (m-kus)

3.0.4

12 Mar 13:34
Compare
Choose a tag to compare

Commits

  • [df9d8aa]: TZT test suite (#186) (Lev Gorodetskiy) #186
  • [e3a8b80]: Fix random jinja import (m-kus)
  • [f6dce1d]: Merge branch 'master' of github.com:baking-bad/pytezos (m-kus)
  • [69f5961]: Bump version: 3.0.3 → 3.0.4 (m-kus)

3.0.3

11 Mar 13:49
Compare
Choose a tag to compare

Commits

  • [d9ebb2e]: OperationGroup.autofill: allow to override fee, gas_limit, storage_limit (Lev Gorodetskiy) #156
  • [211ad1d]: Remove unnecessary arguments check (Lev Gorodetskiy) #156
  • [839ec42]: Human-readable exception on BlockQuery fail (Lev Gorodetskiy) #164
  • [2327175]: Fix units in minimal fee constants (Alon Herbst) #153
  • [4a1b995]: Replace print statements with logging ones (Lev Gorodetskiy) #163
  • [3d04860]: Fix nested function in OperationGroup.autofill (Lev Gorodetskiy) #167
  • [5275bed]: Initial mypy integration (#168) (Lev Gorodetskiy) #168
  • [67b944c]: Initial pylint integration (Lev Gorodetskiy) #171
  • [20b8a7d]: Merge branch 'master' into aux/isort-and-pylint (Lev Gorodetskiy) #171
  • [edeccfa]: Fix broken imports (Lev Gorodetskiy) #171
  • [3e2f52f]: Update github action (Lev Gorodetskiy) #171
  • [91ca319]: Replace fire CLI library with click (#175) (Lev Gorodetskiy) #175
  • [a9dec6a]: Add option to get key passphrase from env variables (#179) (Lev Gorodetskiy) #179
  • [f57f171]: Gather code coverage in CI (Lev Gorodetskiy) #180
  • [6ff1b00]: Add burn_reserve argument to autofill method (#183) (Lev Gorodetskiy) #183
  • [19e25b8]: Fix bumpversion config (m-kus)
  • [3db2c34]: Bump version: 3.0.2 → 3.0.3 (m-kus)

3.0.2

24 Feb 22:24
Compare
Choose a tag to compare

Commits

  • [2ccb926]: Fix branch offset overflow, remove RPC caching (m-kus) #152
  • [0b7f12c]: Fix issue with context duplication (m-kus) #152

3.0.1

15 Feb 22:07
Compare
Choose a tag to compare

Commits

  • [5c1dd96]: Various fixes and improvements (m-kus) #145
  • [7ad0463]: Sandbox scripts (m-kus) #145
  • [a0a3a8c]: Refactor adt mixin ; Update docs ; Fix parser (m-kus) #146
  • [155427c]: Fix docker build and docs (m-kus) #147
  • big_map: query value with attached context #147 (m-kus)
  • [43e21fc]: Various fixes, tutorial update (m-kus) #147
  • [0006f04]: add deprecation details (m-kus) #147

3.0.0

12 Feb 14:33
9950241
Compare
Choose a tag to compare

Commits

2.5.15

07 Jan 14:25
Compare
Choose a tag to compare

Commits

  • [9959607]: Update link to michelson reference in Interpreter docstring (arvidj) #139
  • [2a7b992]: Handle RFC3339 timestamp with millis (m-kus) #141
  • [08b32b9]: Specific version for strict_rfc3339 (m-kus) #141
  • [f941608]: Update lock file (m-kus) #141

2.5.14

09 Dec 10:42
Compare
Choose a tag to compare

Commits

2.5.13

23 Nov 15:00
Compare
Choose a tag to compare

Commits

  • [f047072]: Update fees.py (Michael Zaikin)
  • [5f7b629]: Fix docstring generation for the option storage case; add wheel dependency (m-kus) #135
  • [30f6138]: Update github workflow (m-kus) #135
  • [5f58bae]: Update github workflow (m-kus) #135
  • [2e53814]: Update github workflow (m-kus)
  • [d7d5484]: Fix GA set-env (m-kus)