This repository has been archived by the owner on Jan 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Return chain epoch for fund and release #191
Merged
Merged
Conversation
This file contains 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
adlrocha
approved these changes
May 8, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A really small comment, but LGTM. Feel free to merge.
cryptoAtwill
added a commit
that referenced
this pull request
May 12, 2023
* Return chain epoch for fund and release (#191) * return chain epoch for fund and release * remove unused attributes * Fix script for mac * Replace u64 with f64 for FIL amount (#190) * replace u64 with f64 for amount * update comment * convert all amount to f64 * add gas estimation * add more logs * update rpc endpoints * fix gas * update gas params * fix typo * update import wallet * update import and export methods * update nonce * update deserailzation * update deseriliazation * parse integer * udpate deserialization * integrate wallet store * update type * fix version * update sign * update param encoding * update param encoding * increase nonce * user cid * update nonce --------- Co-authored-by: Denis Kolegov <dnkolegov@gmail.com>
adlrocha
added a commit
that referenced
this pull request
May 17, 2023
* move identity to its own crate * fix clippy * import/export cli commands * sign message * Estimate gas (#197) * Return chain epoch for fund and release (#191) * return chain epoch for fund and release * remove unused attributes * Fix script for mac * Replace u64 with f64 for FIL amount (#190) * replace u64 with f64 for amount * update comment * convert all amount to f64 * add gas estimation * add more logs * update rpc endpoints * fix gas * update gas params * fix typo * update import wallet * update import and export methods * update nonce * update deserailzation * update deseriliazation * parse integer * udpate deserialization * integrate wallet store * update type * fix version * update sign * update param encoding * update param encoding * increase nonce * user cid * update nonce --------- Co-authored-by: Denis Kolegov <dnkolegov@gmail.com> * Estimate gas (#198) * add gas estimation * add more logs * update rpc endpoints * fix gas * update gas params * fix typo * update import wallet * update import and export methods * update nonce * update deserailzation * update deseriliazation * parse integer * udpate deserialization * integrate wallet store * update type * fix version * update sign * update param encoding * update param encoding * increase nonce * user cid * update nonce * format code * remove unused tests --------- Co-authored-by: Alfonso de la Rocha <adlrocha@tutamail.com> Co-authored-by: Denis Kolegov <dnkolegov@gmail.com>
adlrocha
added a commit
that referenced
this pull request
May 17, 2023
* wip: keystore impl * wip: tests pass * add license * fix clippy. slight refactor * Identity API integration (#189) * wip: identity API integration * add import/export server handlers * cargo fmt * cargo clippy * Move identity to its own crate (#192) * move identity to its own crate * fix clippy * Identity management CLI commands (#194) * move identity to its own crate * fix clippy * import/export cli commands * Sign transaction in agent (#196) * move identity to its own crate * fix clippy * import/export cli commands * sign message * Estimate gas (#197) * Return chain epoch for fund and release (#191) * return chain epoch for fund and release * remove unused attributes * Fix script for mac * Replace u64 with f64 for FIL amount (#190) * replace u64 with f64 for amount * update comment * convert all amount to f64 * add gas estimation * add more logs * update rpc endpoints * fix gas * update gas params * fix typo * update import wallet * update import and export methods * update nonce * update deserailzation * update deseriliazation * parse integer * udpate deserialization * integrate wallet store * update type * fix version * update sign * update param encoding * update param encoding * increase nonce * user cid * update nonce --------- Co-authored-by: Denis Kolegov <dnkolegov@gmail.com> * Estimate gas (#198) * add gas estimation * add more logs * update rpc endpoints * fix gas * update gas params * fix typo * update import wallet * update import and export methods * update nonce * update deserailzation * update deseriliazation * parse integer * udpate deserialization * integrate wallet store * update type * fix version * update sign * update param encoding * update param encoding * increase nonce * user cid * update nonce * format code * remove unused tests --------- Co-authored-by: Alfonso de la Rocha <adlrocha@tutamail.com> Co-authored-by: Denis Kolegov <dnkolegov@gmail.com> --------- Co-authored-by: cryptoAtwill <108330426+cryptoAtwill@users.noreply.github.com> Co-authored-by: Denis Kolegov <dnkolegov@gmail.com>
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.
This is addressing issue: consensus-shipyard/ipc#431.