Mike Hearn
|
4853e41a58
|
Minor: inspector fixes
|
2017-04-11 15:53:05 +02:00 |
|
Mike Hearn
|
c097229935
|
Minor: run code cleanup inspections
|
2017-04-11 15:53:05 +02:00 |
|
Rick Parker
|
8ef1d767c9
|
Consolidate maven repositories (#445)
* Consolidate repositories into root build.gradle
|
2017-03-28 17:17:40 +01:00 |
|
Mike Hearn
|
a394adbb44
|
Work around JaCoCo injecting fields/methods into classes when the tests are run from gradle
|
2017-03-14 14:41:50 +01:00 |
|
Mike Hearn
|
8e1a48d935
|
Add experimental class building class (the 'carpenter').
This is intended for use in the serialisation framework.
|
2017-03-14 14:41:50 +01:00 |
|
Rick Parker
|
c4c4c51d7d
|
Kryo serialisation whitelisting and misc enhancements. (#267)
Kryo serialisation whitelisting and misc enhancements
|
2017-02-28 08:12:18 +00:00 |
|
Ross Nicoll
|
2f9af7d7dc
|
Revert Party.Full in preference for a less invasive change
|
2017-02-02 13:47:32 +00:00 |
|
Ross Nicoll
|
1b86ddfd6e
|
Replace Party with Party.Full
Replace Party with Party.Full as an interim step to introducing the Party.Anonymised class.
Signed-off-by: Ross Nicoll <ross.nicoll@r3.com>
|
2017-02-01 15:18:12 +00:00 |
|
Sofus Mortensen
|
8ac7d7c189
|
universal: pretty print, more JVM<3 type erasure fun
|
2017-01-11 23:44:11 +01:00 |
|
Sofus Mortensen
|
abb361f207
|
universal: pretty print, type erasure workaround
|
2017-01-11 22:51:00 +01:00 |
|
Sofus Mortensen
|
336ce362e8
|
universal: swaption
|
2017-01-11 21:26:32 +01:00 |
|
Sofus Mortensen
|
bfd7aa4fc2
|
universal: pretty print
|
2017-01-11 21:26:32 +01:00 |
|
Sofus Mortensen
|
306a3cdff7
|
universal: prettyPrint
|
2017-01-11 21:26:32 +01:00 |
|
Sofus Mortensen
|
4fdeee5bf8
|
universal: pretty print
|
2017-01-11 21:26:32 +01:00 |
|
Sofus Mortensen
|
02e0b2218c
|
universal: wrong exception type
|
2017-01-11 21:26:32 +01:00 |
|
sofusmortensen
|
607fd67519
|
universal: added split command
|
2017-01-11 21:26:32 +01:00 |
|
sofusmortensen
|
66692542bd
|
universal: completed example FX Fwd Time Option
|
2017-01-11 21:26:32 +01:00 |
|
sofusmortensen
|
f19df50351
|
universal: simplied Actions squashing condition and actors together (suggested by Simon Peyton-Jones)
|
2017-01-11 21:26:32 +01:00 |
|
sofusmortensen
|
edc30717bb
|
universal: new example/unit test FX Fwd with Time Option
syntax enhancement with re-use of contracts.
|
2017-01-11 21:26:32 +01:00 |
|
Mike Hearn
|
119d00c384
|
Upgrade dependencies and centralise some more version numbers in the root gradle file
|
2017-01-04 15:44:56 +01:00 |
|
Mike Hearn
|
eec16a41cf
|
Minor: fix some compiler warnings and update some universal contract DSL code to use may as an infix function
|
2016-12-20 15:18:25 +01:00 |
|
Matthew Nesbit
|
a976045675
|
Merge pull request #9 from corda/mnesbit-gradle-no-install-builds
Change gradle to not need an install step before build
|
2016-11-30 17:12:19 +00:00 |
|
Matthew Nesbit
|
e54a304e2e
|
Depend upon an internal artifact, rather than a maven local published artifact when building the corda fatjar.
|
2016-11-30 16:16:51 +00:00 |
|
Matthew Nesbit
|
8f47d393ca
|
Fix file cleanup of sandbox unit tests on Windows machines.
Use try with resources to close stream after file copy.
|
2016-11-30 16:13:40 +00:00 |
|
Mike Hearn
|
7aa20dfbe4
|
Move sandbox code into the experimental module to reflect its status
|
2016-11-29 10:59:13 +00:00 |
|
Mike Hearn
|
fe5df11b23
|
Tweak experimental README
|
2016-11-29 10:30:49 +00:00 |
|
Mike Hearn
|
6c8996fb5e
|
Tech white paper: update example from Sofus
|
2016-11-28 14:22:11 +00:00 |
|
sofusmortensen
|
68d1f8868d
|
rename transfer/give to obligation/owes
|
2016-11-26 18:08:01 +01:00 |
|
Andrius Dagys
|
64299591c3
|
Rename PublicKeyTree -> CompositeKey and unify terminology across documentation.
|
2016-11-21 14:47:19 +00:00 |
|
Mike Hearn
|
8a680b3726
|
Minor style tweaks to the universal contract.
|
2016-11-15 19:17:30 +01:00 |
|
Mike Hearn
|
d1b279c2b2
|
Remove experimental trade finance code: it's not maintained, hasn't been code reviewed and we don't wish to release it as open source.
|
2016-11-15 19:08:14 +01:00 |
|
Andrius Dagys
|
c33c55eb20
|
Replace PublicKey with PublicKeyTree in Party. A single entity can now be identified by more than one key.
|
2016-11-14 14:57:16 +00:00 |
|
Mike Hearn
|
d7defd3157
|
Minor tweaks to the experimental universal contract DSL
|
2016-11-14 12:47:49 +01:00 |
|
Andras Slemmer
|
ea6b1b8435
|
experimental: tests com.r3corda -> net.corda
|
2016-11-11 11:27:30 +00:00 |
|
Mike Hearn
|
ce99f354cb
|
Rename com.r3corda -> net.corda
|
2016-11-10 17:14:24 +01:00 |
|
Clinton Alexander
|
7e198e7cf3
|
Renamed contracts project to finance to better reflect the purpose of the project.
|
2016-11-04 13:35:25 +00:00 |
|
sofusmortensen
|
c328655f68
|
Universal: completed Cap unit test, full life cycle
|
2016-09-19 00:06:42 +02:00 |
|
sofusmortensen
|
2299b3beae
|
Universal: fixed syntax issue that should have resulted in compile error
|
2016-09-18 18:09:00 +02:00 |
|
sofusmortensen
|
9c5ef6cdfe
|
Universal: more refactor + cap rollout unit test
|
2016-09-17 16:16:18 +02:00 |
|
sofusmortensen
|
789bb2bb9d
|
Universal: removed some debug code
|
2016-09-12 16:51:39 +01:00 |
|
sofusmortensen
|
143c6d2d90
|
Universal: started IRS contract/test, added min/max
|
2016-09-12 16:41:19 +01:00 |
|
Andras Slemmer
|
836933d223
|
experimental: Fix compile errors
|
2016-09-12 14:34:11 +01:00 |
|
sofusmortensen
|
9f6415efab
|
Universal: Post refactor, rollout unit test passing
|
2016-09-12 13:49:50 +01:00 |
|
sofusmortensen
|
b93aa71afa
|
Universal: checkpoint before refactor
|
2016-09-12 13:49:50 +01:00 |
|
sofusmortensen
|
c7b164897b
|
Universal: example parties renamed
|
2016-09-07 14:40:56 +02:00 |
|
sofusmortensen
|
1ceee48696
|
Universal: refactoring
|
2016-09-07 14:40:56 +02:00 |
|
Mike Hearn
|
99f8477bf1
|
Minor: move code from TransactionTools.kt into the respective classes, and add some @Throws annotations that were missing (matters for java users)
|
2016-09-06 15:06:28 +02:00 |
|
Mike Hearn
|
9d83a9b6d2
|
Minor: move transaction types out of the contracts package and into a new transactions package
|
2016-09-06 14:20:32 +02:00 |
|
sofusmortensen
|
fffc049e12
|
Universal: refactoring, reduction/evaluation with unit test first steps
|
2016-09-04 22:50:32 +02:00 |
|
Ross Nicoll
|
868b23a923
|
Move simulations to top level
|
2016-09-01 11:15:05 +01:00 |
|