virtualchain icon indicating copy to clipboard operation
virtualchain copied to clipboard

Library for scanning blockchains and running Blockstack state engines

Results 10 virtualchain issues
Sort by recently updated
recently updated
newest added

Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

Do there exist any tutorials or other resources on how to develop applications on virtual chain? Are there any examples of simple (i.e. not blockstack) applications built on virtual chain...

Bumps [ecdsa](https://github.com/warner/python-ecdsa) from 0.13 to 0.13.3. Release notes *Sourced from [ecdsa's releases](https://github.com/warner/python-ecdsa/releases).* > ## ecdsa 0.13.3 > Fix CVE-2019-14853 - possible DoS caused by malformed signature decoding and > signature...

dependencies

As of the upcoming 0.18.x series, the .snapshots file is a full-fledged Sqlite3 database that stores the set of accepted transactions and Merkle paths that link them to block headers....

enhancement

Per @pstan26 from https://github.com/blockstack/blockstack-core/issues/445

Hey, thanks for all the good work. I just wanted to know, if i can use this on Ethereum rather than Bitcoin ;) Cheers Crazy

Hey, I've been interested in Blockstack for a few months now, I would really like to investigate the creation of a Gridcoin driver for blockstack-virtualchain. I'm hoping to improve Gridcoin's...

We need to do a better job of separating the abstract blockchain driver model (the StateMachine class) from the Bitcoin driver implementation. This should be done before any serious work...

enhancement