Commit Graph

12540 Commits

Author SHA1 Message Date
Ludo Galabru
3d4a57d42e Forbid negative len 2020-08-06 22:35:28 -04:00
Ludo Galabru
dc6b52da39 Merge branch 'master' into feat/clarity-strings 2020-08-06 15:09:58 -04:00
Ludo Galabru
1ec1af406f Fix integration test 2020-08-06 14:35:41 -04:00
Ludo Galabru
613378c692 Use into_iter instead of drain 2020-08-06 12:22:32 -04:00
Ludo Galabru
0b77404356 Fix test 2020-08-06 12:17:50 -04:00
Ludo Galabru
a20f183c9c Optimize serialization 2020-08-06 12:17:27 -04:00
Ludo Galabru
6677278149 Better size checks 2020-08-06 12:17:03 -04:00
Ludo Galabru
27ff63ebd8 Reduce cloning by consuming data 2020-08-05 14:47:47 -04:00
Ludo Galabru
9689dd679c Iteration on strings display 2020-08-05 14:47:08 -04:00
Aaron Blankstein
afc748aa16 Merge pull request #1782 from blockstack/bugtemplate-patch-1
Update testnet-bug.md
2020-08-02 11:10:55 -05:00
timstackblock
e86cc95710 Update testnet-bug.md 2020-07-31 10:57:31 -04:00
Ludo Galabru
0b8a220065 Increase test coverage on type checker sequence ops 2020-07-30 22:55:15 -04:00
Ludo Galabru
0db0193449 DRY filter implementation with macro 2020-07-30 22:33:22 -04:00
Ludo Galabru
5e9e408cd2 Fix integration test 2020-07-30 22:11:14 -04:00
timstackblock
2f7611c8ef Update testnet-bug.md 2020-07-30 18:50:49 -04:00
Ludo Galabru
f9d7d43132 Fat finger + Nonce issue 2020-07-30 17:48:04 -04:00
Ludo Galabru
2623624aee Merge branch 'master' into feat/clarity-strings 2020-07-30 17:22:55 -04:00
Ludo Galabru
a7f9d7f2cc Fix integration tests 2020-07-30 17:05:30 -04:00
Ludo Galabru
7d7bb7c3c7 Strip dead code 2020-07-30 16:46:02 -04:00
Ludo Galabru
5a1cabc9f9 Resolve todos 2020-07-30 16:35:34 -04:00
Ludo Galabru
e5555011b2 Cleaning some caveman traces artifacts 2020-07-30 04:05:55 -04:00
Ludo Galabru
44cbc53921 Add tests for as-max-len 2020-07-30 03:43:40 -04:00
Ludo Galabru
1083d7076a Fix filters on ascii string 2020-07-30 03:34:04 -04:00
Ludo Galabru
1da7145fe6 Renaming: iterables to sequences 2020-07-30 03:33:21 -04:00
Ludo Galabru
fd360987d4 Resolve some todos 2020-07-30 02:24:34 -04:00
Ludo Galabru
7a576a488b Revisit unicode string literal handling, add tests 2020-07-30 02:17:37 -04:00
Ludo Galabru
7bc256a624 Revisit serialisation and deserialisation 2020-07-29 23:39:17 -04:00
Ludo Galabru
9e5ce5093d Bouquet of fixes - all tests passing 2020-07-29 12:48:45 -04:00
Jude Nelson
68a5396e3b Merge pull request #1775 from blockstack/fix/net-1750
Fix/net 1750
2020-07-28 17:58:37 +00:00
Jude Nelson
2e38bade14 remove obsolete debug output 2020-07-28 12:25:44 -04:00
Jude Nelson
411c7af987 add test for get_parent_block_header 2020-07-28 12:25:20 -04:00
Jude Nelson
ee799727b8 remove unnecessary argument 2020-07-28 10:45:21 -04:00
Jude Nelson
0bab320f01 fix #1750 -- the problem was that we weren't using the right anchor block hash to load a block's header 2020-07-28 10:38:31 -04:00
Jude Nelson
d8d4043eb0 Merge pull request #1774 from blockstack/fix/marf-1557
Fix/marf 1557
2020-07-27 20:28:40 +00:00
Aaron Blankstein
e147ec3ed6 Merge pull request #1769 from blockstack/feat/bitcoin-gh-tests
Add workflow for bitcoind integration tests
2020-07-27 13:00:23 -05:00
Aaron Blankstein
103ad45935 add self-canceling to workflows/deploy as well 2020-07-27 11:28:53 -05:00
Aaron Blankstein
c1374d20c9 test the cancelation 2020-07-27 11:24:59 -05:00
Aaron Blankstein
bf1c1f1223 add self-canceling to the build 2020-07-27 11:24:01 -05:00
Aaron Blankstein
339c9e5da6 Merge branches 'master' and 'master' of github.com:blockstack/blockstack-core into feat/bitcoin-gh-tests 2020-07-27 11:23:16 -05:00
Jude Nelson
72deb87f10 add documentation on the use of get_indexed() within a index db conn transaction 2020-07-27 01:14:42 -04:00
Jude Nelson
b1dab6f139 raise debug level of p2p message validation 2020-07-27 01:14:25 -04:00
Jude Nelson
2ebefe9603 make it so you can reopen-readonly a trie file storage that has a trie in progress. it's not the most efficient thing to do if there are keys pending, but it'll do for now 2020-07-27 01:13:59 -04:00
Jude Nelson
d569c0e6ef fix test so it can run more than once 2020-07-27 01:13:46 -04:00
Jude Nelson
5ba2293a2c note on how to use get_indexed 2020-07-27 01:13:25 -04:00
Jude Nelson
2de0598a7c remove indexed_commit; let commit() take care of storing the MARF'ed data and then the index 2020-07-27 00:05:13 -04:00
Jude Nelson
4d8650f026 remove all calls to indexed_commit() 2020-07-27 00:05:02 -04:00
Ludo Galabru
f272f1e980 Revisit implementation of sequence functions (filter, map, fold, len, ...) 2020-07-26 23:56:32 -04:00
Ludo Galabru
4b028f1402 Ability to parse ASCII / UTF8 strings 2020-07-26 23:54:14 -04:00
Ludo Galabru
8ecc668bc7 Refactoring errors, cascading more changes 2020-07-26 23:52:29 -04:00
Ludo Galabru
954da22e5d Cascade changes 2020-07-26 23:50:16 -04:00