dennis00010011b
|
cbe675cb4f
|
fixed names .env var for dutch
|
2018-05-14 21:39:29 -07:00 |
Victor
|
13cdc39cc2
|
.env generation for both strategies
|
2018-05-14 13:11:09 +03:00 |
Victor
|
24ab9e8c34
|
Merge remote-tracking branch 'origin/master' into e2e
|
2018-05-14 13:00:29 +03:00 |
Victor
|
1eb0272491
|
merge with upstream
|
2018-05-14 12:39:45 +03:00 |
Victor
|
6d8dd45f5b
|
.env generation
|
2018-05-14 12:34:59 +03:00 |
Alexander Wade
|
d0e731f3d5
|
Updated purchase functions to fix issues found in DutchAuction contracts
|
2018-05-14 05:20:10 -04:00 |
Alexander Wade
|
b5634643c4
|
Finished tests for DutchAuction crowdsale
|
2018-05-14 02:24:13 -04:00 |
Alexander Wade
|
555391b6dc
|
Fixed gitignore typo
|
2018-05-14 02:22:47 -04:00 |
Alexander Wade
|
546f40e1a9
|
Updated gitignore to ignore sync files
|
2018-05-14 02:21:21 -04:00 |
Alexander Wade
|
7c0a26402a
|
First implementation of DutchAuction buy tests
|
2018-05-12 07:26:22 -04:00 |
Alexander Wade
|
656d3ba429
|
Added TokenConsole and CrowdsaleConsole tests for DutchAuction. Additionally, slightly changed the way DA.CrowdsaleConsole pushes addresses to the whitelist, and changed setCrowdsaleStartAndDuration to allow one 'invalid' parameter
|
2018-05-12 03:08:22 -04:00 |
Alexander Wade
|
2ec8f8fdc4
|
Added tests for DutchCrowdsale.TokenFunctions
|
2018-05-12 00:21:54 -04:00 |
Alexander Wade
|
4d23761b1c
|
Begin testing for DutchAuction. Also makes a small change to DutchAuction.InitCrowdsale - getCrowdsaleStatus now returns start price, end price, and sale duration as well as current price and tokens remaining
|
2018-05-11 23:43:09 -04:00 |
Alexander Wade
|
684b04db76
|
Added node_modules to gitignore and removed from directory
|
2018-05-11 22:46:11 -04:00 |
Alexander Wade
|
dc3e5b1bec
|
Finished MintedCappedCrowdsale `buy` tests
|
2018-05-11 22:39:26 -04:00 |
Victor
|
d37903b0f7
|
truffle configs
|
2018-05-11 12:53:04 +03:00 |
Alexander Wade
|
8fa598decb
|
Began MintedCappedCrowdsale.CrowdsaleBuyTokens testing
|
2018-05-10 23:35:26 -04:00 |
Alexander Wade
|
7a077e0833
|
Merge branch 'value-errors'
|
2018-05-10 22:28:21 -04:00 |
Alexander Wade
|
fc5ca04ce8
|
Fixed an issue where application error messages would be overwritten if the transaction contained Ether
|
2018-05-10 22:27:10 -04:00 |
Alexander Wade
|
d8ddf840b5
|
Fixed an issue where error messages in applications would be overwritten if the transaction contained ether
|
2018-05-10 22:22:50 -04:00 |
Alexander Wade
|
f7ad162584
|
Initial commit
|
2018-05-10 21:20:13 -04:00 |
Alexander Wade
|
32f20de3c4
|
Finished TokenConsole tests
|
2018-05-10 13:14:53 -04:00 |
wadeAlexC
|
c9b57e54e0
|
Removed cached git files
|
2018-05-08 02:32:56 -04:00 |
wadeAlexC
|
42d7960e70
|
Finished MintedCappedCrowdsale token function unit tests. Made a slight adjustment to TokenApprove in both crowdsales to allow approval to the 0 address, and approval of amount '0'
|
2018-05-08 02:25:15 -04:00 |
wadeAlexC
|
dc643eba91
|
Merge branch 'master' of https://github.com/auth-os/applications
|
2018-05-07 23:08:33 -04:00 |
wadeAlexC
|
4cfd5ee36e
|
Finished CrowdsaleConsole testing - made a slight tweak to CrowdsaleConsole.whitelistMultiForTier to keep better track of the number of whitelisted addresses. When app structure moves to force-revert-delegatecall, this will become much easier to track, so I'm avoiding creating expensive and complicated workarounds for now
|
2018-05-07 23:06:52 -04:00 |
Alexander Wade
|
a1d7567bf5
|
Merge pull request #1 from vbaranov/gitignore
Ignore build folders
|
2018-05-07 18:36:23 -04:00 |
Alexander Wade
|
ed011d77b9
|
Merge pull request #2 from vbaranov/truffle-config
Fix truffle config: development network
|
2018-05-07 18:36:11 -04:00 |
Victor
|
2473129742
|
fix truffle config
|
2018-05-07 20:50:24 +03:00 |
Victor
|
15f13bde38
|
ignore build folders
|
2018-05-07 20:45:38 +03:00 |
wadeAlexC
|
fb784de4a6
|
More work towards CrowdsaleConsole tests
|
2018-05-07 01:19:38 -04:00 |
wadeAlexC
|
36472efed0
|
Continued work on CrowdsaleConsole unit testing, and clarified some messy code in CrowdsaleConsole
|
2018-05-06 22:52:50 -04:00 |
wadeAlexC
|
1298042e82
|
Further testing for MintedCappedCrowdsale.CrowdsaleConsole. Additionally, fixed an issue in CrowdsaleConsole.updateTierDuration, where a tier's duration could not be updated if the stored 'current tier' was the previous tier, and it was past the stored 'current tier's' end time
|
2018-05-06 19:13:49 -04:00 |
wadeAlexC
|
b3df87a9ed
|
Added util file
|
2018-05-05 20:28:01 -04:00 |
wadeAlexC
|
26b6e00dca
|
Uncommented tests
|
2018-05-05 20:27:42 -04:00 |
wadeAlexC
|
1021be07a2
|
Added first round of tests for MintedCappedCrowdsale
|
2018-05-05 19:19:31 -04:00 |
wadeAlexC
|
ab3f422ee9
|
Consolidated helper functions in utils/
|
2018-05-05 14:44:24 -04:00 |
wadeAlexC
|
1e8d03c0b2
|
Removed unused test file
|
2018-05-05 14:39:58 -04:00 |
wadeAlexC
|
8f97d5fbdb
|
Added untracked files
|
2018-05-05 14:38:00 -04:00 |
wadeAlexC
|
761b449719
|
Modified deploy test scripts
|
2018-05-05 14:35:11 -04:00 |
wadeAlexC
|
938ac9419c
|
Initial implementation of MintedCappedCrowdsale.init tests
|
2018-05-04 18:01:51 -04:00 |
wadeAlexC
|
a51471457a
|
Fixed an issue where those that had already contributed to a crowdsale could not purchase under this global minimum cap
|
2018-05-03 14:55:51 -04:00 |
wadeAlexC
|
d581071d05
|
Added deployment of script exec address and console log
|
2018-05-03 14:34:56 -04:00 |
wadeAlexC
|
f6f18b5eb9
|
Refactored to accomodate test setup - each application is now a truffle file with its own test suite
|
2018-05-02 15:30:21 -04:00 |
wadeAlexC
|
caca1b1e02
|
Fixes isCrowdsaleFull read issue
|
2018-04-27 12:37:23 -04:00 |
wadeAlexC
|
27a459b64a
|
Initial commit - moved contracts from auth-os/beta
|
2018-04-26 16:19:00 -04:00 |
Alexander Wade
|
774c57f901
|
Initial commit
|
2018-04-26 15:53:50 -04:00 |