Graphenelib

Latest version: v1.6.1

Safety actively analyzes 630305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 9 of 10

0.6.1

a5c4ed5 (HEAD -> master) Merge branch &39;release/0.6.1&39;
f58b5a1 (release/0.6.1) version bump
be624d6 (origin/develop, develop) Merge branch &39;holgern-fasten_ecdsa&39; into develop
f8ed1a3 (holgern-fasten_ecdsa) Fix python2 support for ecdsa
cd36b86 [ssl] validate SSL certs against mitm (fix 60)
4dedfb1 [rpc] implement next() calls
c63b322 Revert &34;travis adds py3.6&34;
2b94c9c travis adds py3.6
1452215 fix ecdsa test
37a1d42 [exception] move exceptions into separated module
f5912e1 [ssl] validate SSL certs against mitm (fix 60)
b5f098a [rpc] implement next() calls
fae024d Revert &34;travis adds py3.6&34;
0c6b86a travis adds py3.6
f632cfd fix ecdsa test
32b9ae1 [exception] move exceptions into separated module
18cd04d Add unit test for cryptography and secp256k1
52c8914 Remove wrong line
56f8217 Improve sign and verify speed by 200% if secp256k1 is not installed
d89cbc0 travis and tox updates
f3da0a5 RPC cleanup
1c91ca9 Merge tag &39;0.6.0&39; into develop ([`2b57393`](https://github.com/xeroc/python-graphenelib/commit/2b573930366542d350daa138499de6b1b370d26b))

* Merge branch &39;release/0.6.1&39; ([`a5c4ed5`](https://github.com/xeroc/python-graphenelib/commit/a5c4ed53aa22e8538e64e61055bed97ac459db64))

* version bump ([`f58b5a1`](https://github.com/xeroc/python-graphenelib/commit/f58b5a1da7900ac3d746bd18bdeaf5628572c3a4))

* Merge branch &39;holgern-fasten_ecdsa&39; into develop ([`be624d6`](https://github.com/xeroc/python-graphenelib/commit/be624d67c81698d939b7d07312c0c5dfbd280d1b))

* Fix python2 support for ecdsa ([`f8ed1a3`](https://github.com/xeroc/python-graphenelib/commit/f8ed1a324c7101a4c35220e9e4b04bdc29c1d6a6))

* [ssl] validate SSL certs against mitm (fix 60) ([`cd36b86`](https://github.com/xeroc/python-graphenelib/commit/cd36b868edd458295a5a54acbfb9750999a3ed90))

* [rpc] implement next() calls ([`4dedfb1`](https://github.com/xeroc/python-graphenelib/commit/4dedfb1a2acd27c9503331409bab5bd81e686957))

* Revert &34;travis adds py3.6&34;

This reverts commit 0c6b86aa55f07980035042bfcb63fd1a6e6decb5. ([`c63b322`](https://github.com/xeroc/python-graphenelib/commit/c63b3226093f8a61ba1a76315bf16059b1f2eaf1))

* travis adds py3.6 ([`2b94c9c`](https://github.com/xeroc/python-graphenelib/commit/2b94c9cea4700261c24f5a6533d2ae52a61e0d79))

* fix ecdsa test ([`1452215`](https://github.com/xeroc/python-graphenelib/commit/145221589f1016b4508060279a20b7abee49702e))

* [exception] move exceptions into separated module ([`37a1d42`](https://github.com/xeroc/python-graphenelib/commit/37a1d42c5793c2f93da4eb30c34e05c3d66b6d8b))

* [ssl] validate SSL certs against mitm (fix 60) ([`f5912e1`](https://github.com/xeroc/python-graphenelib/commit/f5912e1a77b8ddf461e06df65a899a3d4576053a))

* [rpc] implement next() calls ([`b5f098a`](https://github.com/xeroc/python-graphenelib/commit/b5f098a816ad00bb56b92e107fd8eb6bbfb1ff3b))

* Revert &34;travis adds py3.6&34;

This reverts commit 0c6b86aa55f07980035042bfcb63fd1a6e6decb5. ([`fae024d`](https://github.com/xeroc/python-graphenelib/commit/fae024da0935ed7495814fa3278efd7227779de9))

* travis adds py3.6 ([`0c6b86a`](https://github.com/xeroc/python-graphenelib/commit/0c6b86aa55f07980035042bfcb63fd1a6e6decb5))

* fix ecdsa test ([`f632cfd`](https://github.com/xeroc/python-graphenelib/commit/f632cfd140aed96b5e0a55d935d37d6dd21525a5))

* [exception] move exceptions into separated module ([`32b9ae1`](https://github.com/xeroc/python-graphenelib/commit/32b9ae1d48812635c496056035d2c3afd6e12493))

* Add unit test for cryptography and secp256k1 ([`18cd04d`](https://github.com/xeroc/python-graphenelib/commit/18cd04d24965d173a98ebb4e7425344a1992bcce))

* Remove wrong line ([`52c8914`](https://github.com/xeroc/python-graphenelib/commit/52c8914ec8b82e8e80efcbf9425ef8ce11b60b04))

* Improve sign and verify speed by 200% if secp256k1 is not installed

* unit test for ecdsa fixed ([`56f8217`](https://github.com/xeroc/python-graphenelib/commit/56f82170abb2e792d3ee1d0f3fb8e69fccfd9d06))

* travis and tox updates ([`d89cbc0`](https://github.com/xeroc/python-graphenelib/commit/d89cbc0fd1160ccbada22420c0b1bb63a3f52451))

* RPC cleanup ([`f3da0a5`](https://github.com/xeroc/python-graphenelib/commit/f3da0a5689bfb1ebb79efbf94edaade2943919c2))

* Merge tag &39;0.6.0&39; into develop

0.6.0

Not secure
e0e6449 (HEAD -> master) Merge branch &39;release/0.6.0&39;
488cd3d (release/0.6.0) version bump
af4b58c (develop) Rename ECDSA and add new API calls thru HTTP
8add73e (origin/develop) fix unittest
3fc7057 Initial work for python2.7 compatiblity ([`1c91ca9`](https://github.com/xeroc/python-graphenelib/commit/1c91ca9536b8ec2211b7b56b8da995b3ddfe827c))

* Merge branch &39;release/0.6.0&39; ([`e0e6449`](https://github.com/xeroc/python-graphenelib/commit/e0e644951b469011024591e5be6d3b25d8de0c7f))

* version bump ([`488cd3d`](https://github.com/xeroc/python-graphenelib/commit/488cd3d4adbdd2cea3ef466b6e2f54152628eb07))

* Rename ECDSA and add new API calls thru HTTP ([`af4b58c`](https://github.com/xeroc/python-graphenelib/commit/af4b58c1f05e6957458d9fa5b641a72557c9b2d6))

* fix unittest ([`8add73e`](https://github.com/xeroc/python-graphenelib/commit/8add73efb04fa570b5df588874b0e3a967ffd3b3))

* Initial work for python2.7 compatiblity ([`3fc7057`](https://github.com/xeroc/python-graphenelib/commit/3fc70571c49bd62b053477bc8ac14216e4dac7ed))

* update scrypt to 0.8.6 (61)

* update scrypt to 0.8.6
allow pycryptodomex
remove pycrypto from test req.
* pycrytodomex removed
* revert test req.
* First check if cryptodome is there and then check if Crypto is available ([`f9201a8`](https://github.com/xeroc/python-graphenelib/commit/f9201a8934f1e03abdb3b4cd262f8beb5d756e5c))

* Merge branch &39;release/0.5.9&39; ([`66732ca`](https://github.com/xeroc/python-graphenelib/commit/66732ca1a49af40e23edc187b8b7163a4344a420))

* version bump ([`cbd1b38`](https://github.com/xeroc/python-graphenelib/commit/cbd1b38dca4241517822182ef75d4eddd4e3b963))

* Revert &34;[serialization] use signed integer when serializing PointInTime&34;

This reverts commit b5cf2f98724e589fb9d709f26693436a63bfcb26. ([`bc10ea5`](https://github.com/xeroc/python-graphenelib/commit/bc10ea5dde0e0d3b506b9075ddf05ba79eb522a1))

* Merge tag &39;0.5.8&39; into develop

0.5.8

Not secure
a2ec91d (HEAD -> master) Merge branch &39;release/0.5.8&39;
17105bb (release/0.5.8) version bump
b5cf2f9 (develop) [serialization] use signed integer when serializing PointInTime
c37587c (origin/develop) tox update
20eb6ad Merge tag &39;0.5.7&39; into develop ([`8d9bc8c`](https://github.com/xeroc/python-graphenelib/commit/8d9bc8c1c90ea1a1370033c5f28d34332e4abf07))

* Merge branch &39;release/0.5.8&39; ([`a2ec91d`](https://github.com/xeroc/python-graphenelib/commit/a2ec91da6c65bfc32ce4f2f138b1a4e581c20dc7))

* version bump ([`17105bb`](https://github.com/xeroc/python-graphenelib/commit/17105bbbf88d5911156da3a56be44b2d52c7e088))

* [serialization] use signed integer when serializing PointInTime ([`b5cf2f9`](https://github.com/xeroc/python-graphenelib/commit/b5cf2f98724e589fb9d709f26693436a63bfcb26))

* tox update ([`c37587c`](https://github.com/xeroc/python-graphenelib/commit/c37587cff8aac168c0e4b6416cf620d73e715f8f))

* Merge tag &39;0.5.7&39; into develop

0.5.7

Not secure
cd45273 (HEAD -> master) Merge branch &39;release/0.5.7&39;
bd3a74b (release/0.5.7) version bump
820b791 (develop) more ignores
d1160ac [txid] allow to derive the tx id from signed tx objects
920ab69 (origin/develop) cleanup Makefile
e224c37 Merge tag &39;0.5.6&39; into develop ([`20eb6ad`](https://github.com/xeroc/python-graphenelib/commit/20eb6adabf17381f1eba939484a38fb0d426e2df))

* Merge branch &39;release/0.5.7&39; ([`cd45273`](https://github.com/xeroc/python-graphenelib/commit/cd4527367f0c25fdebadffff81823172ff2e6978))

* version bump ([`bd3a74b`](https://github.com/xeroc/python-graphenelib/commit/bd3a74b438297341c843ae1761005e0e49aa6a33))

* more ignores ([`820b791`](https://github.com/xeroc/python-graphenelib/commit/820b791f0c40f0f194695bb768840d175887e6bc))

* [txid] allow to derive the tx id from signed tx objects ([`d1160ac`](https://github.com/xeroc/python-graphenelib/commit/d1160acbf8e2726f500a91501df24326665a27df))

* cleanup Makefile ([`920ab69`](https://github.com/xeroc/python-graphenelib/commit/920ab6944347da114026596d6d7cab65d039045d))

* Merge tag &39;0.5.6&39; into develop

0.5.6

Not secure
03c2916 (HEAD -> master) Merge branch &39;release/0.5.6&39;
64030f9 (release/0.5.6) linting
ca1e0e2 version bump
7a1d47b (origin/develop, develop) [ecdsa] separate message signing from transaction signing
b0eda17 Merge tag &39;0.5.5&39; into develop ([`e224c37`](https://github.com/xeroc/python-graphenelib/commit/e224c37e36219fe23138ed354804ac521db54a4f))

* Merge branch &39;release/0.5.6&39; ([`03c2916`](https://github.com/xeroc/python-graphenelib/commit/03c291687dc60f60deb04c8f513a2761b9ae505d))

* linting ([`64030f9`](https://github.com/xeroc/python-graphenelib/commit/64030f9017105c907e4b104a4a5a1bb6a6ace797))

* version bump ([`ca1e0e2`](https://github.com/xeroc/python-graphenelib/commit/ca1e0e2e7e26025e084e3aa608f2348863b24080))

* [ecdsa] separate message signing from transaction signing ([`7a1d47b`](https://github.com/xeroc/python-graphenelib/commit/7a1d47b33de2245eace42fc5c3d23e325c13e802))

* Merge tag &39;0.5.5&39; into develop

0.5.5

Not secure
Changes:

dc48575 (develop) [setup] Install cryptodome ([`b0eda17`](https://github.com/xeroc/python-graphenelib/commit/b0eda17a763852fa387b3e9da6911b34b44218aa))

* Merge branch &39;release/0.5.5&39; ([`ccee702`](https://github.com/xeroc/python-graphenelib/commit/ccee70244f5d213b1917cdbed9c0049eab27e947))

* version bump ([`a847fab`](https://github.com/xeroc/python-graphenelib/commit/a847fab4dc8b9722132e1ad42806711163f50ce9))

* [setup] Install cryptodome ([`dc48575`](https://github.com/xeroc/python-graphenelib/commit/dc4857543b9bffe24dd53b807061daae2e1db7a0))

* Merge tag &39;0.5.4&39; into develop

Page 9 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.