This repository was archived by the owner on May 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 93
v3 WIP #295
Merged
Merged
v3 WIP #295
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lzpap
reviewed
Mar 21, 2022
* - Renamed childrenBlockIds to children in JSON core model * - Renamed `tipBlockIds` to `tips`
* Add test utils to create random protocol parameters * Change RentStructure data types + add serialization * Change ProtocolParameters data types + add serialization * Update go modules * Fix util data types
* Remove MilestoneIndex from time based UnlockConditions * Update transaction_test.go Co-authored-by: Luca Moser <[email protected]>
…ience functions to work with blockIDs (#386) * - Ported the merkle tree hasher from hornet to iota.go and added convenience functions to work with blockIDs * - Renamed `InclusionProof` to just `Proof`
- Adapted the routes to match the new urls
With the removal of MS Index from the unlock condition, vbyte of the unlock condition becomes less by 4 bytes
* Move keymanager from hornet to iota.go * Add MilestoneIndex alias declaration * Remove milestone based unlock conditions from indexer client
* - Use *bool for the indexer HasTimelockCondition, HasExpirationCondition and RequiresStorageDepositReturn params, since omitempty will omit the default "false" value * - Fixed test
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.