perf: unnecessary call to arweave.networkInfo when block height is re…#71
Merged
ppedziwiatr merged 5 commits intomainfrom Jan 3, 2022
Merged
perf: unnecessary call to arweave.networkInfo when block height is re…#71ppedziwiatr merged 5 commits intomainfrom
ppedziwiatr merged 5 commits intomainfrom
Conversation
ppedziwiatr
commented
Jan 3, 2022
ppedziwiatr
commented
Jan 3, 2022
| "2caOW6ol9T8LHCMO8tVAx4GHRwv1q3fFc79KzKOtoww", | ||
| "HdZBZa0GfOEUYCubwvoSyxGUUgPmgy7RJb5l77T21bE", | ||
| "7Dp5r-UpZLDvHqsDbZbqWhCBwbYdJMKBuC3tFC-FF7U", | ||
| "YLVpmhSq5JmLltfg6R-5fL04rIRPrlSU22f6RQ6VyYE", |
Contributor
Author
There was a problem hiding this comment.
removing. Slowing down the whole SDK just because of this one, abandoned contract, is not very wise :-)
original issue: ArweaveTeam/SmartWeave#92
f58b651 to
8616257
Compare
8616257 to
a33210b
Compare
ppedziwiatr
commented
Jan 3, 2022
| const blockHeight = 707892; | ||
| const result = await readContract(arweave, contractTxId, blockHeight); | ||
| const resultString = JSON.stringify(result).trim(); | ||
| const resultString = stringify(result).trim(); |
Contributor
Author
There was a problem hiding this comment.
for the t9T7DIOGxx4VWXoCEeYYarFYeERTpWIC1V3y-BPZgKE contract the JSON.stringify turned to be non-deterministic.
f225ce1 to
6858537
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…quest from client #70