Commit Graph

949 Commits

Author SHA1 Message Date
Vitaliy Vlasov ef8683cf28 Change Jenkins node from linux to macos 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 6a9b9abf3e Fix compilation error 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 6fac1eee9a Add exception handling inside doseq in scheduler tasks 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov cd44e15969 Add fn for fetching all issues labeles as bounty 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 3eede3ac93 Print OAuth access token to logs 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov f80e1ad000 Use testnet-token-data not on testnet 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 79ac762432 Use safe-read-str in order to catch JSON parsing exceptions 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 2245ddf124 Comment out method and response logging 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 0be2b5a184 Remove web3j reference 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov a72e2534fb Change default value for offline signing to true in config 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 096741f946 Default offline-signing to true 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 6a5c4500c0 Remove web3j ns 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 711a2d0027 Update README with more info on Geth vs Infura 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 9e455d3a2f Remove trailing question marks for config variable names
These might interfere with environment variables that are being merged in by cprop.
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 3eb0e255ef Add more detailed info on Infura signup. 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov ad7e3554d1 Add docs on connecting to Infura 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 327ef2ee6a Add :offline-signing? option to dev config.edn 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 6feeb66989 Add info about offline-signing? to README 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 26973ae7d5 Do not prepend '0x' to params 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 5fd22660d2 eth: Adjust format-param to prepend "0x";
use format-param in get-transaction-receipt
fix execute fn to properly invoke get-signed-tx
2018-03-12 10:04:59 +02:00
Vitaliy Vlasov b1b28db640 Add offline transaction signing 2018-03-12 10:04:59 +02:00
Vitaliy Vlasov 3e4a76175c Remove unused fns 2018-03-12 10:04:59 +02:00
Martin Klepsch 9b762c6527 add link to riot to readme 2018-03-11 14:01:40 +07:00
Tetiana Churikova fdabe1e3a7
Merge pull request #342 from status-im/test/Docker
Dockerfile for openbounty tests
2018-03-02 17:43:23 +02:00
Churikova Tetiana 1b91d611ed Dockerfile for openbounty tests 2018-03-02 17:37:20 +02:00
Tetiana Churikova 3375a93940
Merge pull request #335 from status-im/doc/metamask-exclude
Exclude Mist and Parity from docs
2018-02-28 19:31:26 +02:00
Churikova Tetiana 6d86bba938 metamask plugin only 2018-02-28 19:25:32 +02:00
Vitaliy Vlasov a4e901cb43
Merge pull request #331 from status-im/fix/relative-links-in-README
Remove extra nested doc dir in links
2018-02-27 16:49:14 +02:00
Vitaliy Vlasov b58402ad82
Remove extra nested doc dir in links 2018-02-27 16:47:13 +02:00
Tetiana Churikova 71d6e332af
Merge pull request #317 from ikysylevych/bug/ui-filtering-sorting-win-#262
[FIX #262] fix UI filtering/sorting issues (Windows)
2018-02-23 12:34:38 +02:00
Ihor Kysylevych a5b55e36d3 [FIX #262] fix UI slider (IE11, Edge) 2018-02-22 22:30:25 +02:00
Ihor Kysylevych c2f469a06f [FIX #262] fix UI filtering/sorting issues (Windows) 2018-02-22 22:30:25 +02:00
Martin Klepsch 03abdd0d71 remove .adr-dir file 2018-02-21 19:54:13 +01:00
Martin Klepsch 796b034486 gpg decision: provide context around Github check 2018-02-21 19:54:13 +01:00
Martin Klepsch a8623c4154 add list of common states to template 2018-02-21 19:54:13 +01:00
Martin Klepsch a0c675d633 add decision record template 2018-02-21 19:54:13 +01:00
Martin Klepsch 4dfdfd2369 document decision to use gpg signing; fix #285 2018-02-21 19:54:13 +01:00
Martin Klepsch e582b00147 document decision to document decisions :) 2018-02-21 19:54:13 +01:00
Vitaliy Vlasov 1c774e6053
Merge pull request #318 from status-im/fix/remove-build-contracts-from-dev
Do not invoke build-contracts when running lein dev profile
2018-02-21 18:01:22 +02:00
Vitaliy Vlasov de744aff95
Do not invoke build-contracts when running lein dev profile
+ remove compiled Java classes during lein clean
+ update README
2018-02-21 16:32:53 +02:00
Oliver Martell 985f723c7c [Fix #306] Add support for reloading code
This adds `clojure.tools.namespace` to be able to reload code. It's a better
alternative to `reload-all` as outlined
[here](https://github.com/clojure/tools.namespace#reloading-code-motivation)
and [here](https://github.com/tolitius/mount#the-importance-of-being-reloadable).

If you run:
- `refresh` will reload all changed namespaces with their latest definition.
- `reset` will stop the current system first, then refresh, and restart the
dependencies.
2018-02-21 13:25:36 +01:00
Vitaliy Vlasov f9a597d5f8
Merge pull request #315 from status-im/fix/disable-update-button
Disable UPDATE button if address string is empty
2018-02-21 12:38:30 +02:00
Vitaliy Vlasov a3b29d1ab5
Disable UPDATE button if address string is empty 2018-02-20 18:20:36 +02:00
P 2a88a6ded7
Merge pull request #296 from omartell/bug/migrations-#291
[Fix #291] Fix command to run migrations
2018-02-20 12:14:41 +01:00
P 7a93d9810e
Merge branch 'develop' into bug/migrations-#291 2018-02-20 12:13:55 +01:00
Tetiana Churikova abb626142a
Merge pull request #311 from status-im/bug/relative-dates-older-than-two-weeks
fix relative time display for long-ago dates
2018-02-20 11:41:27 +02:00
Martin Klepsch b8393b39a5
fix relative time display for long-ago dates 2018-02-19 19:02:58 +01:00
Tetiana Churikova f3ae3e2dc1
Merge pull request #309 from status-im/bug/workflow-doc-formatting
Development workflow formatting
2018-02-19 16:17:22 +02:00
Martin Klepsch 66d62bf030
whitespace formatting 2018-02-19 15:16:00 +01:00
Tetiana Churikova a1e6af2048
Merge pull request #290 from status-im/doc/development_workflow
Doc to define development workflow
2018-02-19 16:12:49 +02:00