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

Add support for encoding time.Duration #19

Merged
merged 1 commit into from
Oct 12, 2022

Conversation

iansuvak
Copy link
Contributor

Support for time.Duration is necessary in order to serialize agreement crash state using msgp instead of reflect for algorand/go-algorand#4550

These changes are manually cherry-picked changes from the upstream tinylib repo commits listed below. They were done manually because our repos have diverged enough that real cherry-picks were introducing a lot of conflicts. They are merged into master but not yet included in a tagged release.

77976d5b6d9c014b96d4be0b169d0c4dc9ac1a0b
5467d2f6f6238b93ec0a064bada8dcf9f081e603
618077c9521bd18d4c5b22dcb45444c2d8ffa3e9
66ba8975dc3b0a050050e60694dd446a7e64431c
fd0c04e0f5ca1995ec6b166faa8f2f30ec0b1c99
222902d7cb87b1061282d75abec3327692e549e8

Manually cherry-picked changes from upstream repo:
77976d5b6d9c014b96d4be0b169d0c4dc9ac1a0b
5467d2f6f6238b93ec0a064bada8dcf9f081e603
618077c9521bd18d4c5b22dcb45444c2d8ffa3e9
66ba8975dc3b0a050050e60694dd446a7e64431c
fd0c04e0f5ca1995ec6b166faa8f2f30ec0b1c99
222902d7cb87b1061282d75abec3327692e549e8
@algorandskiy algorandskiy merged commit 26c81f3 into algorand:master Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants