-
Notifications
You must be signed in to change notification settings - Fork 117
New interface with time machine #230
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
Merged
Merged
Changes from all commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
f6466df
added resize feature
majabbour 734828f
added update account to log
majabbour b2af9e2
implemented upgrade instruction
majabbour 58012e5
fixed build errors
majabbour a054e85
added test for resizing
majabbour 811824d
implemented price updates
majabbour d2b1449
Merge branch 'main' into new-interface-with-time-machine
majabbour 61ee6b1
fixed merge errors
majabbour 1db05a8
fixed CI fmt error
majabbour 6f5add8
removed duplicate import
majabbour c389080
fixed typo
majabbour e0b8d4c
made account upgrade permissionless
majabbour 4e71ed2
fixed borrow bug
majabbour ac28c5c
removed feature logic
majabbour fc3c0c1
cargo fmt
majabbour 9b1d170
made resize permissioned
majabbour be21613
fixed tests that broke because of specific errors
majabbour 3e50c33
tested permissioned resize
majabbour 5941c4e
added reguired package
majabbour 3288adc
fixed error in pytest
majabbour 8120158
added new line
majabbour 7987d89
removed uneeded borrowing
majabbour dea076f
removed extra sleep in test
majabbour d6e8335
refactored lamport transfer into a function
majabbour 2ee49dc
changed comment
majabbour bb7cdc9
fixed doc string
majabbour af61550
fixed typo
majabbour 60b02dc
renamed upgrade instruction
majabbour 5850ca3
moved try_convert to utils
majabbour 5f02836
try_convert for ergonomicity
majabbour cdac025
reordered add_price params
majabbour 5f20d65
better interface for time machine
majabbour 0f7cc35
renamed functions
majabbour bf194b7
Merge branch 'main' into new-interface-with-time-machine
majabbour 705cf9b
fixed merging errors
majabbour dce35e7
more merge errors
majabbour e50f644
removed implmentation details for a later PR
majabbour 30a23ab
Merge branch 'main' into new-interface-with-time-machine
majabbour cd4442c
moved try_convert back to rust orale to minimize differences from main
majabbour fff8653
changed upgrade instruction to resize
majabbour fbc394f
read accounts using the same pattern as other instructions
majabbour 33e04a1
added a new line at the end of the docker file
majabbour fb01b27
removed resizing message
majabbour 1af5472
fixed typo
majabbour 24476a1
match instead of if in updatea_price
majabbour 67dab41
new style of reading accounts
majabbour 89a1453
resolved non deterministic feepayer issue
majabbour b5d0b24
added sysvar account to add_price
majabbour fdb1be2
with as syntax instead of closing
majabbour 7fad134
Client has no _enter, can not use with as
majabbour 4054143
fixed typo
majabbour 3fae498
fixed update_price
majabbour 0caeb04
moved call to wrapper to the begining of upd_price
majabbour c44790f
added load_checked to avoid human error
majabbour 70dd6b8
fixed typo
majabbour e287e80
renamed sender to publickeypair
majabbour 13f0998
changed inital_size for PriceAccoutWrapper
majabbour 69302a3
switched to index for the wrapper
majabbour 22c6f27
another typo
majabbour 85bd049
Merge branch 'main' into new-interface-with-time-machine
majabbour b72e93d
merge errors
majabbour 8ca407b
changed initial size to for price account
majabbour File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.