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

500 error patch #1

Draft
wants to merge 98 commits into
base: 2.0
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
965cb77
500 error patch
marc2332 Feb 6, 2024
cc54773
Merge branch '2.0' into 500-error-patch
marc2332 Feb 7, 2024
41898ea
Ledger nano generate_ed25519_public_keys
thibault-martinez Feb 7, 2024
e03191a
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 8, 2024
a018ac3
Merge branch '2.0' into ledger-nano-2.0
thibault-martinez Feb 8, 2024
a95aaf6
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 8, 2024
3a69c47
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 8, 2024
e1b0819
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 9, 2024
3fc7df5
Merge branch 'ledger-nano-2.0' into 500-error-patch
marc2332 Feb 9, 2024
340367d
print backtrace
marc2332 Feb 9, 2024
b6d7882
resolve conflicts
marc2332 Feb 12, 2024
10366c0
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 14, 2024
0f95ec1
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 19, 2024
a8b12fb
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 20, 2024
eba816d
Merge branch '500-error-patch' of https://github.com/boxfish-studio/i…
marc2332 Feb 20, 2024
cb65882
Add StateMetadataFeature to bindings (#2030)
Thoralf-M Feb 20, 2024
e7d1754
Rename wallet data (#1934)
Alex6323 Feb 20, 2024
bbe86bb
Staking semantic validation (#2000)
thibault-martinez Feb 20, 2024
cdf2aac
more patches
marc2332 Feb 20, 2024
901fe28
Python: add API responses test (#2009)
Thoralf-M Feb 20, 2024
ad2665c
Add more ISA tests, clippy (#2033)
Thoralf-M Feb 20, 2024
9dc5cba
Fix RemainderValueStrategy in bindings, fix balance in Python (#2035)
Thoralf-M Feb 20, 2024
fea61fb
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 21, 2024
fc9f0f5
ValidatorsResponse stakers to validators (#2037)
thibault-martinez Feb 21, 2024
4ca02ca
Remove allow_additional_input_selection false for implicit account tr…
thibault-martinez Feb 21, 2024
43cc073
Add anchorIdToBech32 utils (#2041)
thibault-martinez Feb 21, 2024
6b3e64f
Improve `WalletBuilder` (#1941)
Alex6323 Feb 21, 2024
974377d
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 22, 2024
4077c17
Allow ledger to sign message length 64 bytes (#2050)
thibault-martinez Feb 22, 2024
31f20f1
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 22, 2024
485c015
Add send_mana and prepare_send_mana (#2038)
thibault-martinez Feb 22, 2024
2362363
Feat/remove protocol params default (#1969)
Feb 22, 2024
b4daa53
Python: rework OutputId so it works in deserialization (#2048)
Thoralf-M Feb 23, 2024
8abaebf
Replace creation slot with commitment slot in more places (#2056)
thibault-martinez Feb 23, 2024
3f54908
fix the getValidator return type (#2059)
Feb 23, 2024
2ea8e74
Do not clone ledger in balance (#2053)
Feb 23, 2024
8712869
Allotment touchups (#2036)
Feb 23, 2024
1849cc6
Add output proof creation (#2014)
Feb 23, 2024
56b19d4
Bump bech32 to 0.11 (#2064)
thibault-martinez Feb 23, 2024
ddb3652
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 26, 2024
0eb252e
Increase auto transitioned outputs amount to the minimum if it is low…
Feb 26, 2024
585260e
Verify block slot (#2055)
thibault-martinez Feb 26, 2024
9e6976a
Fix Client::finish() (#2071)
Thoralf-M Feb 26, 2024
4570579
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 26, 2024
aa1b1de
Remove Bip44Address, AddressWithUnspentOutputs::{key_index, internal}…
Thoralf-M Feb 26, 2024
c09702b
Restore default sync options (#2066)
Alex6323 Feb 26, 2024
d9cbd61
Add AddressToBech32 utils (#2069)
thibault-martinez Feb 26, 2024
772a566
Python: change `BlockState` and `TransactionState` enums to hold `str…
Alex6323 Feb 26, 2024
e74d19a
Flatten and fix ClientOptions in bindings (#2042)
Thoralf-M Feb 27, 2024
137f651
Revert "Do not clone ledger in balance (#2053)" (#2076)
thibault-martinez Feb 27, 2024
fdd19a1
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 27, 2024
31bcdf4
Use TransactionFailureReason as semantic validation error (#2058)
thibault-martinez Feb 27, 2024
8129e07
feat: Proper blocking balance fetching (#2077)
marc2332 Feb 28, 2024
7046f54
Rename backup fns (#2074)
Alex6323 Feb 28, 2024
59a68ab
Remove the `allow_allotting_from_account_mana` flag (#2087)
Feb 28, 2024
c43c804
Add missing #[serde(with = "string")], clippy (#2088)
Thoralf-M Feb 28, 2024
83580aa
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Feb 28, 2024
6e020c1
Bindings: send mana (#2068)
Alex6323 Feb 28, 2024
2e34281
Fix bool query parameters (#2094)
Thoralf-M Feb 29, 2024
5c27ca3
Update protocol parameters fixture (#2095)
thibault-martinez Feb 29, 2024
7fd9c9b
Align Core API types and routes (#1928)
Alex6323 Feb 29, 2024
f459c48
The big error refactor (#2046)
Feb 29, 2024
3dc2e5d
Add delegation_outputs to sync options (#2097)
thibault-martinez Feb 29, 2024
a743faf
Reenable tests and cleanup (#2104)
thibault-martinez Mar 1, 2024
37d52aa
Allow ignoring missing mana rewards (#2092)
Mar 1, 2024
c713210
Lock inputs only when submitting to allow preparing txs multiple time…
Thoralf-M Mar 1, 2024
f84b5a0
python/nodejs: fix DelegationOutput validator address (#2110)
thibault-martinez Mar 1, 2024
d2dc74d
Automatically set transaction capability flags in ISA (#2075)
Mar 1, 2024
9578e0e
NodeJs: add missing utxo routes (#2112)
Alex6323 Mar 4, 2024
7b4b31e
Add Client::wait_for_transaction_acceptance (#2091)
thibault-martinez Mar 4, 2024
747e68b
Fix implicit account creation address sync for non Ed25519 addresses …
Thoralf-M Mar 4, 2024
7baea89
Update dependencies to fix audit (#2126)
Mar 5, 2024
67b7af7
Remove result types and clean up errors (#2125)
Mar 5, 2024
3f68c2f
resolve conflicts
marc2332 Mar 5, 2024
540aabf
heh
marc2332 Mar 5, 2024
79f1f6c
come on
marc2332 Mar 5, 2024
9e70832
feat: Wallet events improvements (#2100)
marc2332 Mar 5, 2024
12e5ec8
Validator route pagination (#2101)
Alex6323 Mar 5, 2024
8c83dcf
Rename inputs_from_transaction_id to get_transaction_inputs (#2129)
Thoralf-M Mar 5, 2024
c8f3682
Fix balance locking (#2116)
Mar 5, 2024
55607c6
Make ISA a transaction builder (#2102)
Mar 5, 2024
cf486c6
Add commitment input syntactic checks (#2133)
thibault-martinez Mar 5, 2024
7e5dda3
Rename prepare_transaction() to prepare_send_outputs() (#2132)
Thoralf-M Mar 5, 2024
a3ec61a
Simplify amount requirement (#2065)
Mar 5, 2024
c132578
Remove output `transition_inner`s (#2136)
thibault-martinez Mar 5, 2024
a3d8012
Temporarily use a specific commit as inx-plugins aren't updated yet (…
Thoralf-M Mar 6, 2024
eb1873e
Add mana field to `Build` enum variants in transaction builder tests …
Thoralf-M Mar 6, 2024
182692e
Fix implicit account creation address syncing (#2130)
Thoralf-M Mar 6, 2024
5f2a80a
Replace hexPublicKeyToBech32Address by publicKeyHash (#2135)
Thoralf-M Mar 6, 2024
4aac837
Cleanup bindings send methods (#2137)
Thoralf-M Mar 6, 2024
23f19d1
Make Block Issuer Feature when Staking Feature is present requirement…
thibault-martinez Mar 7, 2024
d03aaa9
Clean up requirements (#2153)
Mar 7, 2024
23631d8
Fix burn in bindings (#2155)
Mar 7, 2024
b0baecd
Remove redundant address conversion methods (#2151)
Thoralf-M Mar 7, 2024
ee51d3e
Fix clippy warnings (#2157)
Mar 7, 2024
85d30ef
Remove ed25519 address generation from wallet (#1586)
Alex6323 Mar 7, 2024
ffb6fc2
Add network metrics endpoint (#2143)
thibault-martinez Mar 8, 2024
603b4a9
Merge branch '2.0' of https://github.com/iotaledger/iota-sdk into 500…
marc2332 Mar 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 4 additions & 3 deletions .github/actions/private-tangle/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ runs:
- name: Wait for tangle to start
shell: bash
run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/v2.2.4/wait-for | sh -s -- -t 120 http://localhost:8050/health -- echo "Tangle is up"
- name: Wait for faucet to start
shell: bash
run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/v2.2.4/wait-for | sh -s -- -t 120 http://localhost:8088/health -- echo "Faucet is up"
# TODO https://github.com/iotaledger/iota-sdk/issues/2154
# - name: Wait for faucet to start
# shell: bash
# run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/v2.2.4/wait-for | sh -s -- -t 120 http://localhost:8088/health -- echo "Faucet is up"
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/[email protected]
with:
version: "0.2.90"
version: "0.2.92"

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bindings-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install wasm-bindgen-cli
uses: jetli/[email protected]
with:
version: "0.2.90"
version: "0.2.92"

- name: Set Up Node.js ${{ matrix.node }} and Yarn Cache
uses: actions/setup-node@v3
Expand Down
Loading
Loading