Skip to content
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

#PR 1733 #1901

Closed
wants to merge 77 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
77 commits
Select commit Hold shift + click to select a range
9a53b35
harden binaries through defensive compilation and linking
crypto-ape Jun 24, 2019
b228820
put seed nodes into separate file
crypto-ape Jun 24, 2019
649709f
small refactor of cli_wallet to get rid of transaction expiration con…
crypto-ape Jun 26, 2019
c2960ff
Moved undo_point forward to MAX_UNDO_HISTORY
pmconrad Jun 26, 2019
5088496
add htlc parameters to developer genesis
oxarbitrage Jun 26, 2019
416458f
Merge pull request #1811 from crypto-ape/cli_wallet-transaction_defau…
pmconrad Jun 27, 2019
49d8e94
Merge pull request #1832 from bitshares/1703_enable_undo_earlier
pmconrad Jun 27, 2019
725dff1
Merge pull request #1833 from bitshares/oxarbitrage-patch-1
pmconrad Jun 27, 2019
a905a78
Initial implementation of secondary index plugin
pmconrad Jun 27, 2019
42775b4
Committee and witnesses initialization in genesis
Jun 28, 2019
d40f70a
Added total_in_collateral to asset API calls
pmconrad Jun 27, 2019
6bb8213
Resolve #1781
pmconrad Jun 27, 2019
8691fed
Log warning if index isnt available
pmconrad Jun 27, 2019
1da7a5b
Added unit tests
pmconrad Jun 29, 2019
21778df
Avoid local static variable
pmconrad Jun 29, 2019
4bbbe13
Attempt to fix test timing
pmconrad Jun 29, 2019
4c8e1ca
Merge remote-tracking branch 'origin/develop' into 1089_asset_in_coll…
pmconrad Jun 30, 2019
c567ee7
Avoid confusion with default copy/move constructors
pmconrad Jun 30, 2019
238a599
Enable new plugin by default
pmconrad Jul 1, 2019
61364a6
Fix test for MSVC
jmjatlanta Jul 5, 2019
1c6fb9a
fix another independent_bits
jmjatlanta Jul 5, 2019
cc96750
code formatting
Jul 8, 2019
cb7512b
Merge pull request #1846 from bitshares/release
jmjatlanta Jul 11, 2019
6ca701c
add list_htlcs database api call
oxarbitrage Jul 14, 2019
f49a962
Merge pull request #1858 from bitshares/release
abitmore Jul 20, 2019
048cc49
typo in vote_for_committee_member description
oxarbitrage Jul 22, 2019
305e230
Merge pull request #1862 from bitshares/oxarbitrage-patch-2
abitmore Jul 22, 2019
ee0169d
Fix API docs
abitmore Jul 23, 2019
b725efd
Merge pull request #1863 from bitshares/fix-api-docs
oxarbitrage Jul 23, 2019
bac458a
Update database API docs, wrap long lines
abitmore Jul 23, 2019
d64578b
Update CLI wallet API docs, wrap long lines
abitmore Jul 24, 2019
9886219
Update API docs, wrap long lines
abitmore Jul 24, 2019
9dfd1cd
Update CLI wallet docs
abitmore Jul 24, 2019
a2d363f
Merge pull request #1849 from oxarbitrage/issue1713
abitmore Jul 24, 2019
d23e666
Merge pull request #1809 from crypto-ape/put_seed_nodes_into_separate…
abitmore Jul 24, 2019
8f2b17a
Merge pull request #1810 from crypto-ape/harden_binaries_through_defe…
abitmore Jul 24, 2019
97b2402
Update database API docs
abitmore Jul 24, 2019
68100ed
Merge pull request #1840 from bitshares/jmj_independent_bits
jmjatlanta Jul 24, 2019
873e82a
Merge pull request #1866 from bitshares/update-api-docs
abitmore Jul 25, 2019
be417d3
modified CMakeLists.txt for static linking of libcurl
jmjatlanta Jul 26, 2019
94e1da6
Reduce log level of dupe_trx and fill_or_kill
abitmore Jul 27, 2019
c52eb62
Wrap long lines
abitmore Jul 27, 2019
eea889d
Reduce log level of exceptions in order_cancel_op
abitmore Jul 27, 2019
58d1407
Wrap long lines
abitmore Jul 28, 2019
2b5d3d0
Merge pull request #1836 from pmconrad/1089_asset_in_collateral
pmconrad Jul 29, 2019
98bd37e
move logic to main CMakeLists.txt
jmjatlanta Jul 29, 2019
8bbd217
Reduce log level of exceptions in order_create_op
abitmore Jul 29, 2019
9990f9f
Merge pull request #1872 from bitshares/jmj_static_linux
jmjatlanta Jul 30, 2019
c213f3b
Replace magic numbers in node.cpp with enum names
abitmore Jul 30, 2019
a716949
Send shorter disconn-msg when got a future block
abitmore Jul 30, 2019
35c1b87
Wrap long lines
abitmore Jul 30, 2019
d04c62a
Remove unused macro parameter
abitmore Jul 30, 2019
1e82119
libs doc separate protocol from chain
oxarbitrage Jul 31, 2019
f257cba
BSIP-compatible initial version, non-working
pmconrad Jul 31, 2019
d218bca
Rewrite/refactor sign_message for compatibility with python-bitshares
pmconrad Aug 1, 2019
d62131e
Merge pull request #1875 from bitshares/pr-978-p2p-logging
abitmore Aug 1, 2019
7d177bf
Fixed verify_message
pmconrad Aug 1, 2019
7544f7f
Refactored verify_message into distinct methods
pmconrad Aug 1, 2019
6dd0935
Merge pull request #1835 from openledger/committee-initialization
abitmore Aug 2, 2019
da0cbb6
Merge pull request #1877 from bitshares/oxarbitrage-patch-2
abitmore Aug 2, 2019
2c672ff
Added unit test
pmconrad Aug 2, 2019
d735324
Switched time to string format
pmconrad Aug 5, 2019
b2a519d
Use head block num + time instead of dummy values
pmconrad Aug 5, 2019
098b02c
Removed duplicate comment
pmconrad Aug 5, 2019
89e4e4e
witness_node can accept private keys from files
crypto-ape Aug 5, 2019
f65f5b6
Add test case for ticker volume underflow issue
abitmore Aug 6, 2019
e98f178
Fix market ticker volume underflow issue
abitmore Aug 6, 2019
fc1c972
Merge pull request #1878 from pmconrad/sign_msg
pmconrad Aug 7, 2019
90fd510
Merge pull request #1885 from bitshares/pr-1883-fix-ticker-rolling
oxarbitrage Aug 8, 2019
adae71b
Improve help message of get_dev_key
abitmore Aug 8, 2019
25db2cc
Merge pull request #1812 from crypto-ape/witness_node-accept_private_…
abitmore Aug 9, 2019
5d36325
Make Travis use multi-stage build
nathanielhourt Aug 9, 2019
25110aa
Merge pull request #1890 from nathanhourt/travis_multi_stage
nathanielhourt Aug 9, 2019
2d537c9
Merge pull request #1888 from bitshares/pr-improve-get-dev-key
abitmore Aug 9, 2019
e59e629
P1 PR for #1733
manikey123 Aug 11, 2019
1c5f5ae
BTS PR 1733
manikey123 Aug 12, 2019
a9145fb
BTS PR 1733
manikey123 Aug 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add htlc parameters to developer genesis
oxarbitrage authored Jun 26, 2019

Verified

This commit was signed with the committer’s verified signature.
mkhutornyi Mykhailo Khutornyi
commit 50884966b9ea8af88c51e853017377cee7f915d0
7 changes: 6 additions & 1 deletion libraries/egenesis/genesis-dev.json
Original file line number Diff line number Diff line change
@@ -237,7 +237,12 @@
"accounts_per_fee_scale": 1000,
"account_fee_scale_bitshifts": 4,
"max_authority_depth": 2,
"extensions": []
"extensions": {
"updatable_htlc_options": {
"max_timeout_secs": 2592000,
"max_preimage_size": 1024000
}
}
},
"initial_accounts": [{
"name": "init0",