Pablo Greco

Results 11 issues of Pablo Greco

Some PRs were ported into the elements-22.x branch that don't exist in master yet, on top of those PRs, we applied 7286cdc3b5592195bd82523f069760acb8e3e312. Once those PRs make it into master, we...

needs port

Currently, our gitian builds for releases generate tarballs called `elements-elements-xxxxx` instead of `elements-xxxxx`. This is fixed by correctly trimming the `elements-` prefix in our release tags (just as bitcoin trims...

test_bitcoin and bench bitcoin should be named test_elements and bench_elements (or similar) to avoid potential conflict

Currently using liquidtestnet requires a big config file, which is error-prone and uncomfortable for users, this MR adds support for just using `-chain=liquidtestnet`. There are a few things that need...

This is an always draft test PR

Here's my setup: - Fedora 38 fully updated. - 2 side by side monitors. - dash to dock on the left side of the screen, showing on all monitors -...

Currently, trim_headers has certain limitations wrt the way it behaves in P2P protocol and in certain RPC calls. This PR brings back the full functionality and fixes a corruption issue...

Currently, trim_headers has certain limitations wrt the way it behaves in P2P protocol and in certain RPC calls. This PR brings back the full functionality and fixes a corruption issue...

61862862a9fa24db4f16c24db1aed1f1a5f0be19 implemented connection limiting in pppoe, but since stat_starting is never incremented/decremented, the code is never triggered.

decoderawtransaction shows values in float, while hal expects this value to be u64 in sats. Also, some fields change from camelCase to underscore_separated scriptSig vs script_sig scriptPubKey vs script_pub_key