-
Notifications
You must be signed in to change notification settings - Fork 11
Start to use augmint-js #597
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
61 commits
Select commit
Hold shift + click to select a range
aa3eb25
connect with EthereumConnection (given provider)
szerintedmi 5ddb5c0
Merge branch 'staging' into use_augmint_js
szerintedmi 30c3508
use augmint-js for matchMultipleOrders tx
szerintedmi 43c4de2
Merge branch 'staging' into use_augmint_js
phraktle 908a47f
revert accidental .yarnrc commit
szerintedmi 5c6d3e5
Merge branch 'use_augmint_js' of https://github.com/Augmint/augmint-w…
szerintedmi 42e7f51
adjust ethereum connection to new way
szerintedmi 96c85f1
fix when user rejects tx signature
szerintedmi 50bb8bf
remove console.log
szerintedmi a48d1d9
use shiny new Augmint.create()
szerintedmi aacd727
Merge branch 'staging' into use_augmint_js
phraktle 0e18cbb
Use augmint-js to get legacy exchanges & orders from them
szerintedmi 4edf6a9
cleanup: no need for single match orders
szerintedmi 004045f
use augmint-js getOrder
szerintedmi 4491fc0
Merge branch 'staging' into use_augmint_js
szerintedmi ed75106
set augmint-js version
szerintedmi c420288
remove unused
szerintedmi b5075f5
augmint-js to 0.1.1
szerintedmi 972ae9d
tests: fix issueTo cypress commamd
szerintedmi 016e70e
use wss for local web3 connection
szerintedmi 5b08008
use web3 events: rates
szerintedmi 5ea0462
user web3 events for user transfers
szerintedmi eaaa8e2
use web3 event: exchange orders & trades
szerintedmi a7c2a68
use web3 events: legacyBalancesProvider
szerintedmi a2b1c28
use web3 events: loanManagerProvider
szerintedmi 01afe5b
handle loanproduct change events
szerintedmi 8484b75
use web3 events: lockManagerProvider
szerintedmi caeee52
use web3 events: preTokenProvider
szerintedmi 80d5a7e
use web3 events: stabilityBoardProxyProvider
szerintedmi a9284b1
fix travis commands.js
szerintedmi 16d6913
augmint-js to v0.1.2
szerintedmi c7b5edb
launch ganache with automine + relaunch with ganache:run
szerintedmi 407e4b8
remove ethers package
szerintedmi f62de8d
increase connection timeout
szerintedmi dae117d
new sendAndProcessTx
szerintedmi 4af1119
test: remove reserve sales placeholder test
szerintedmi b2b2d15
Merge branch 'staging' into use_augmint_js
szerintedmi b93c4c2
add bn.js
szerintedmi dfd9ad1
adjust to new Augmint.deployedEnvironments
szerintedmi 251e8ec
use Augmint.exchange.placeSell/BuyOrder
szerintedmi b2a0f00
update to augmint-js v0.2.0
szerintedmi 23aa211
Merge branch 'staging' into use_augmint_js
szerintedmi a23bc68
Merge branch 'staging' into use_augmint_js
phraktle ca47d4a
yarn.lock again
szerintedmi 15f582f
remove unused var
szerintedmi 5cf5c29
Merge branch 'staging' into use_augmint_js
szerintedmi a51a53e
pin babel-jest to 24.7.1
szerintedmi 9196e91
process new transfer event refactor + test fix
szerintedmi a381282
rename processTransferLogs to processTransferEvents
szerintedmi 275161b
fix buy order submitamount calculation
szerintedmi 7a7d25a
comment fix
szerintedmi 4225ab8
diff readbility ++
szerintedmi e4d128a
Merge branch 'staging' into use_augmint_js
szerintedmi 3df1f65
fix reverted tx notification
szerintedmi ffa7399
test: wait 1sec before lock release + close confirm noti
szerintedmi acb6bc8
mindor semantic pedantic
szerintedmi 2f64795
test: video rec off to speed up cypress test
szerintedmi 160800c
test: increase sleep before trying to release lock
szerintedmi 4b597e9
test: lock release timing fix monkey patch
szerintedmi 464a71f
test: currenttime +1 for isReleaseable
szerintedmi 6b00ec5
comment fix
szerintedmi 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| --install.frozen-lockfile true | ||
| save-prefix "" | ||
| save-prefix "" |
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 was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
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.