Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNTools multisig #1776

Merged
merged 80 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
80 commits
Select commit Hold shift + click to select a range
7220672
multisig wip
Scitz0 May 28, 2024
4e3c8c3
mnemonic fix
Scitz0 May 28, 2024
d7120e1
more mnemonic fixes
Scitz0 May 28, 2024
9e0a093
minor tweaks
Scitz0 May 28, 2024
2834f8d
select wallet fix for non-ms mode
Scitz0 May 28, 2024
62456d5
add select wallet description
Scitz0 May 28, 2024
1b623a4
various fixes
Scitz0 May 29, 2024
435829f
improve wallet selection message
Scitz0 May 29, 2024
daa448b
typo and fixes
Scitz0 May 29, 2024
c44ed4e
enterprise => payment
Scitz0 May 29, 2024
4634cde
fix MS show
Scitz0 May 29, 2024
5d865b4
.
Scitz0 May 29, 2024
8af062e
parse script on wallet show
Scitz0 May 29, 2024
beb12c2
fix sig parsing
Scitz0 May 29, 2024
36e4ebe
fix cred check
Scitz0 May 29, 2024
c1eb70c
remove key checks on wallet select
Scitz0 May 29, 2024
68469bd
fix stake registration for MS
Scitz0 May 29, 2024
2078386
stake reg ttl multisig fix
Scitz0 May 29, 2024
43fc135
fix signing
Scitz0 May 29, 2024
96e1a6f
wip
Scitz0 Jun 3, 2024
e11afa9
multisig wip
Scitz0 Jun 5, 2024
4e49d03
Merge remote-tracking branch 'origin/alpha' into cntools-multisig
Scitz0 Jun 5, 2024
a4d71de
--script-file witness replaced by build args
Scitz0 Jun 5, 2024
b2cba51
fix output
Scitz0 Jun 5, 2024
89708fa
Add script creds (script policyid) and remove stake key witness from …
Scitz0 Jun 5, 2024
a0cdce4
wallet reg fix
Scitz0 Jun 5, 2024
78cb16e
properly add script args after tx inputs
Scitz0 Jun 5, 2024
7621248
Add missing build args
Scitz0 Jun 5, 2024
8bee1fc
Add multisig signing support for all transaction types
Scitz0 Jun 5, 2024
c2f2edb
set ttl input mode if multisig
Scitz0 Jun 6, 2024
f625896
update sign logic
Scitz0 Jun 6, 2024
917781c
Always add witness array to offline tx
Scitz0 Jun 6, 2024
90364f9
add sig to array if already witnessed
Scitz0 Jun 6, 2024
5144207
output generalisation
Scitz0 Jun 6, 2024
fdc9ba5
Merge remote-tracking branch 'origin/alpha' into cntools-multisig
Scitz0 Jun 8, 2024
551b5be
fix script validation
Scitz0 Jun 8, 2024
6f8eb19
set op_mode=hybrid for multisig wallets
Scitz0 Jun 9, 2024
f3d3e25
Merge branch 'alpha' into cntools-multisig
Scitz0 Jun 9, 2024
c2f0f63
print needed signatures before signing
Scitz0 Jun 9, 2024
ff0f759
typo
Scitz0 Jun 9, 2024
a9d1f04
improve sign logic
Scitz0 Jun 9, 2024
c1fae24
more logic improvements
Scitz0 Jun 9, 2024
cd40e76
print correct variable
Scitz0 Jun 9, 2024
605c575
continue with next script instead of break
Scitz0 Jun 9, 2024
f3f06c2
Merge branch 'alpha' into cntools-multisig
rdlrt Jun 11, 2024
cea7c3b
Merge remote-tracking branch 'origin/alpha' into cntools-multisig
Scitz0 Jun 12, 2024
b30b3f5
update source address balance on send funds
Scitz0 Jun 12, 2024
775dab3
print wallet name if found, else credential
Scitz0 Jun 12, 2024
6f683db
CNTools custom derivation (#1778)
Scitz0 Jun 17, 2024
88efd31
Merge branch 'alpha' into cntools-multisig
Scitz0 Jun 17, 2024
0bad44e
Reset patch version
Scitz0 Jun 17, 2024
b744be1
Changelog
Scitz0 Jun 17, 2024
5bfa82c
fix op mode check
Scitz0 Jun 17, 2024
a8fc00e
Re-arrange menu
Scitz0 Jun 17, 2024
1d5657e
Remove files/docker/grest as it was quite outdated, and future docker…
rdlrt Jun 18, 2024
46b5ba8
Merge branch 'alpha' into cntools-multisig
rdlrt Jun 18, 2024
6b2e525
Add ability to verify Catalyst registration
Scitz0 Jun 18, 2024
25155ac
fix menu options
Scitz0 Jun 18, 2024
f9a3902
catalyst verification fixes
Scitz0 Jun 18, 2024
08f096e
header for delegator list
Scitz0 Jun 18, 2024
79894dc
dont print wallet name on verify
Scitz0 Jun 18, 2024
b6b3301
Remove CIP95 SPO polling
Scitz0 Jun 18, 2024
ba6aa5e
Update changelog
Scitz0 Jun 18, 2024
c58a96f
Merge branch 'alpha' into cntools-multisig
rdlrt Jun 18, 2024
7a99424
ms wallet create fix
Scitz0 Jun 18, 2024
3dc0044
Disable multisig wallet for pool registration
Scitz0 Jun 18, 2024
955029f
fix support-faq link
rdlrt Jun 20, 2024
15ca232
Cosmetic
rdlrt Jun 20, 2024
9e9ac7d
Merge remote-tracking branch 'origin/alpha' into cntools-multisig
Scitz0 Jun 20, 2024
41eb9ec
Add withdrawal argument to fee calculation
Scitz0 Jun 20, 2024
4562557
update tx verification to work similar between local and light
Scitz0 Jun 20, 2024
a47fb99
typo
Scitz0 Jun 20, 2024
da10e9b
forgot to trim header
Scitz0 Jun 20, 2024
6269f43
CIP-1694 WIP and key derivation
Scitz0 Jun 20, 2024
7c1713c
force conway as network era for governance cli actions
Scitz0 Jun 21, 2024
a87b6ae
gov menu fixes
Scitz0 Jun 23, 2024
ca5c6dd
initial gov WIP commit.
Scitz0 Jun 24, 2024
7fee117
disable mnemonic gov key creation
Scitz0 Jun 25, 2024
9f3c44b
Merge branch 'alpha' into cntools-multisig
rdlrt Jun 28, 2024
ec943c5
Merge branch 'node-9.0.0' into cntools-multisig
rdlrt Jul 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/Scripts/cntools-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ All notable changes to this tool will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [13.1.0] - 2024-06-17
#### Added
- Multisig wallet support through advanced menu item.
- Custom mnemonic derivation path on mnemonic/hardware import and creation of new mnemonic(seedphrase) generated wallet.
- New Vote menu option to hold everything related to voting on Cardano. Catalyst integration so far but governance features according to CIP-1694 to be added in an upcoming version.
- For a more in-depth list, see https://github.com/cardano-community/guild-operators/pull/1776
#### Changed
- Removed CIP-0095 SPO poll

## [13.0.2] - 2024-06-07
#### Fixed
- Mnemonic import.
Expand Down
Loading
Loading